feat: workspace profile pictures, drag-to-reorder, and quick-switch sidebar#2420
Closed
Rhino47 wants to merge 2 commits into
Closed
feat: workspace profile pictures, drag-to-reorder, and quick-switch sidebar#2420Rhino47 wants to merge 2 commits into
Rhino47 wants to merge 2 commits into
Conversation
Author
|
Bugs found. working on it |
|
Love the new features but please allow the quick switch bar to have the option to show/hide or auto hide. |
Author
|
@mreizinho |
|
Loved the new rounded corner squares button layout and the outline on the selected workspace! Some feedback:
|
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.
Pre-flight Checklist
Description of Change
Adds three quality-of-life improvements to the workspace system:
userData/workspaceIcons/. Falls back to first-letter initials. No server sync required, works in accountless mode.Motivation and Context
Previous attempts at workspace icons (#1240) and reorder (#497) both stalled on server sync complexity. This implementation removes that blocker entirely — icons are local files, order uses the existing
ordercolumn already in the schema. 13 files changed, no new dependencies, no schema migrations required.Screenshots
A working Windows build is available to test at:
https://github.com/Rhino47/ferdium-app/releases/tag/v7.1.3-rhino.1
Checklist
Release Notes
feat: add workspace profile pictures, drag-to-reorder, and quick-switch sidebar — built by @Rhino47 / Mister Rhino