feat: Folder name in tabs + editable session name (#8)#11
Open
pitimon wants to merge 1 commit intoArk0N:masterfrom
Open
feat: Folder name in tabs + editable session name (#8)#11pitimon wants to merge 1 commit intoArk0N:masterfrom
pitimon wants to merge 1 commit intoArk0N:masterfrom
Conversation
- Restructure session tabs to two-row layout with folder name below session name - Add .tab-row-header wrapper for status, name, and action buttons - Show working directory folder name with tooltip for full path - Hide folder info on mobile for compact display - Add Session Name input in Context tab of session options modal - Auto-save session name on blur via existing PUT /api/sessions/:id/name endpoint
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.
Summary
PUT /api/sessions/:id/nameendpointFixes #8
Changes
styles.css:
.session-tab: changed toflex-direction: columnlayout.tab-row-header,.tab-actions-inline,.tab-folder,.tab-folder-icon.tab-folder { display: none }+ revert to row layoutapp.js:
_fullRenderSessionTabs(): restructured tab HTML withtab-row-headerwrapper andtab-folderspanopenSessionOptions(): populatesmodalSessionNameinput with current namesaveSessionNameFromModal(): saves name via PUT API on input blurindex.html:
Test plan
npm run build)🤖 Generated with Claude Code