feat(app): add pinned workspaces in sidebar#16068
Conversation
|
I'm out of my depth on UI prioritization / details, so I intentionally kept the grouping UI minimal for now (just a basic separator) to keep this safe and easy to iterate on. keen to hear your thoughts @iamdavidhill @adamdotdevin |
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes #
Type of change
What does this PR do?
the desktop app makes it really easy to tinker with a specific feature or fix on a separate workspace / worktree - this adds basic workspace pinning in the sidebar to keep better track of what work is a priority.
Pin/Unpinfrom the workspace menu.How did you verify your code works?
bun typecheckinpackages/appbun test:e2e -- projects/workspaces.spec.ts -g "can pin and unpin a workspace with persistence" --listbun turbo typecheckpassedScreenshots / recordings
Checklist