[RFC] Refactor scene list toolbar#6322
Merged
WithoutPants merged 4 commits intostashapp:developfrom Dec 3, 2025
Merged
Conversation
|
This pull request has been mentioned on Stash. There might be relevant details there: |
|
This pull request has been mentioned on Stash. There might be relevant details there: |
Collaborator
|
Light testing on a small instance. No issues encountered. Some people will probably not like the sidebar button placement as it changes position when opened/closed, but I like it. It's unobtrusive while remaining functional for those that want to fully focus on it. |
Collaborator
|
test containers available at |
4017430 to
85c9c91
Compare
|
This pull request has been mentioned on Stash. There might be relevant details there: |
1 task
1 task
1 task
1 task
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.
Includes #6320 and will be rebased once that PR is merged.
Refactors the scene list to use the existing filtered list toolbar used by other list pages. The sticky header with current filter is removed.
Added a new sidebar toggle button. The sidebar toggle button is a small button anchored to the top right of the sidebar - at the top-left edge of the main panel when the sidebar is hidden.
The search input on the toolbar is hidden on smaller screens if the sidebar is open.
The styling of the sidebar has been made consistent on mobile devices - no longer takes up the entire width of the screen and uses the same font.
This will likely be a candidate for 0.29.4 to assuage user pain points from that release.