feat: swiftui notes list#201
Merged
Merged
Conversation
Replace the legacy UIKit notes list and split view with a SwiftUI list that supports searching, pull-to-refresh, drag-and-drop note creation, category grouping, and recent-first sorting. Keep the existing UIKit editor, category picker, sharing flow, and direct-editing integration behind a presentation bridge. Adopt the scene lifecycle required by current iOS releases and remove the obsolete list-related storyboard and controller code. Assisted-by: Codex:GPT-5 Assisted-by: Claude:opus-4.8 Signed-off-by: Julius Knorr <jus@bitgrid.net>
Add a favorite toggle via leading swipe action and context menu, and sort favorites to the top within the current sort mode. Closes #52 Signed-off-by: Julius Knorr <jus@bitgrid.net> Assisted-by: ClaudeCode:claude-opus-4-8
Toggling favorite went through the generic update path, which stamped the note with the current time. In a date-sorted list that made the row jump and re-render a second time after the sync round-trip. Pass updateModified: false so a favorite toggle preserves the existing modification date. Signed-off-by: Julius Knorr <jus@bitgrid.net> Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Julius Knorr <jus@bitgrid.net> Assisted-by: Codex:GPT-5
Assisted-by: Codex:GPT-5 Signed-off-by: Julius Knorr <jus@bitgrid.net>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
feat: add favorites management to the notes list
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.
🤖 AI (if applicable)