feat: session pinning context menu & rename + Italian locale#27891
Open
yitaverse wants to merge 9 commits into
Open
feat: session pinning context menu & rename + Italian locale#27891yitaverse wants to merge 9 commits into
yitaverse wants to merge 9 commits into
Conversation
Add right-click context menu to sidebar sessions with Pin/Unpin and Rename options. Pinned sessions show a pin icon and sort to top. Pin state persisted to localStorage.
added 2 commits
May 16, 2026 17:12
Add full Italian translation (app + UI), register 'it' in the locale system, and add common.pin/common.unpin English placeholders to all 16 non-EN/IT locale files for i18n consistency.
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
added 5 commits
May 16, 2026 18:19
…side Rename and Pin
…ack copy to title text
…IT settings translations
…ion IT translations
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.
Issue for this PR
Closes #
Type of change
What does this PR do?
Adds a right-click context menu on sidebar session items with Pin/Unpin and Rename options. Pinned sessions display a pin icon and sort to the top of the sidebar list.
Also includes a full Italian locale for the app (+967 keys) and UI components (+167 keys), and registers
itin the locale system.Files changed:
packages/app/src/context/pin-store.ts— Shared reactive pin store withlocalStoragepersistence. ExportsisPinned(),togglePin(),sortByPinned().packages/app/src/pages/layout/sidebar-items.tsx— Wrap session title in Kobalte<ContextMenu>with Rename and Pin/Unpin items. Pin icon shown when pinned.packages/app/src/pages/layout/sidebar-workspace.tsx— ApplysortByPinned()so pinned sessions sort first.packages/ui/src/components/icon.tsx— AddpinSVG icon.packages/app/src/i18n/en.ts— Addcommon.pin/common.unpinkeys.packages/app/src/i18n/it.ts+packages/ui/src/i18n/it.ts— Full Italian translation.packages/app/src/context/language.tsx— Registeritlocale.packages/app/src/i18n/*.ts(16 files) — Addcommon.pin/common.unpinEnglish placeholders.How did you verify your code works?
bun turbo typecheck— all 20 packages pass.bun dev:web) — context menu works, pin/unpin toggles, pinned sessions sort to top, rename via prompt works.Screenshots / recordings
If this is a UI change, please include a screenshot or recording.
Checklist