feat: Break config up into separate sections#675
Open
Levev wants to merge 8 commits intoTibixDev:mainfrom
Open
feat: Break config up into separate sections#675Levev wants to merge 8 commits intoTibixDev:mainfrom
Levev wants to merge 8 commits intoTibixDev:mainfrom
Conversation
…ets to FancyIcon chore: Start work on actually splitting up config into separate categories
chore: UI fixes
Collaborator
Author
|
Should be ready for review |
TibixDev
requested changes
Feb 13, 2026
Owner
TibixDev
left a comment
There was a problem hiding this comment.
Overall this is a nice overhaul concept, I definitely agree that our Config view is currently extremely cluttered up.
There's some things that I'd like to request even before we get to deciding how the categories should exactly work:
- The SVG icon (
icons/winboat_iconify.svg) should reside either inassets(preferred if possible) orpublic Configurationhere should become gray (and all of these should beselect-noneperhaps) once we go into a subroute, and it should be clickable to go back to the base Configuration screen

- Configuration subroutes should also show up here, indented somehow to look visually pleasing, they should also be clickable for the user, with the same effect as selecting a category

- While I like the unsquish animation when entering a Configuration subroute, shouldn't it start from a later point (e.g. 70%) to look less janky? Otherwise maybe we can keep our original fade animation for this too, whatever looks nicer.
- The route meta for Configuration subroutes should also include a description entry I assume
- Don't inline for
v-forforConfigButtonsince it's rather long - Shouldn't hover an option when my mouse is there

chore: Make Config darker upon entering subroute chore: Navigate back to config on click in subroute
eriperdana598-netizen
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The config screen was getting way too cluttered for its own good, so breaking it up into separate sections will definitely improve UX.
The changes included in this PR at the time of its creation are very much conceptual, and will most likely change significantly later down the line.
Right now the biggest change is how routing is handled imo, as case information is now included in the path itself, and routes define both the icon that'll be used in the navbar (if the nav property is true) and config screen.
The config buttons are very wonky right now haha.