-
Notifications
You must be signed in to change notification settings - Fork 536
ui changes (final) #1577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
ui changes (final) #1577
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1ddfe52
editor area
ComputelessComputer d010681
feat(editor): Prevent default browser shortcuts in Tiptap editor
ComputelessComputer 60add20
layout fix
ComputelessComputer a6bdd60
feat(tabs): add new tab hotkeys and improve tab interactions
ComputelessComputer 0c2243d
draggable
ComputelessComputer 027ca5a
placeholder color
ComputelessComputer 0fe63bb
others button dropdown
ComputelessComputer c46877f
change to icon button
ComputelessComputer bc391dd
layout & ui
ComputelessComputer cfc5e22
change to breadcrumb
ComputelessComputer 9d21922
change colors
ComputelessComputer 6469bbf
go back to now button
ComputelessComputer dfbf781
added more bundles to ignore
ComputelessComputer 0aea7f5
reduce gap
ComputelessComputer 3b7e140
change to spinner for loading
ComputelessComputer b36b5c1
change linkedin icon
ComputelessComputer b25f7ae
metadata chip proto
ComputelessComputer acab033
apply
ComputelessComputer 4d98764
yaml
ComputelessComputer 7d69d11
remove icon
ComputelessComputer 00c2d7e
Merge remote-tracking branch 'origin/main' into jj-branch-20
yujonglee 80daffd
fix test
yujonglee b378aca
remove legacy code
ComputelessComputer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix inconsistent session initialization.
Line 348 creates a session row without the
titlefield, buthandleNewNote(line 56) includestitle: "". This inconsistency could cause issues if the schema expects thetitlefield.Apply this diff to align with
handleNewNote:🤖 Prompt for AI Agents