forked from TheBoredTeam/boring.notch
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature quick notes clipboard history #3
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
Conversation
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
Localization and Updated Dependencies
…xml, including features, fixes, and contributor acknowledgments.
This workflow automates the build and deployment process for the boringNotch application, handling preparation, building, and ending stages based on issue comments.
- Implement NotchNotesView for creating and editing notes. - Create NotesSettings and ClipboardSettings views for user preferences. - Update SettingsView to include navigation to Notes and Clipboard settings. - Add TabSelectionView entries for Notes and Clipboard tabs. - Introduce NotesManager for handling note creation, deletion, and persistence. - Implement ClipboardManager for managing clipboard history and items. - Define ClipboardItem and Note models for structured data handling. - Add necessary constants for notes and clipboard settings. - Create SQLite-backed storage for clipboard items.
Improves the note editing experience within the notch by introducing several key enhancements: - Adds an empty state placeholder in the editor. - Implements keyboard focus management for the note editor. - Enhances the sidebar UI with a cleaner design and improved note list. - Introduces more visual feedback on interaction.
Refactors the Notes view, settings, and tab integration. - Enhances the Notes view with editor improvements and sidebar refinements. - Integrates Notes settings into Defaults, providing toggles for enablement, monospace font, and auto-save timing. - Dynamically hides the Notes tab based on user preferences. - Improves tab selection and sanitizes the selection based on feature availability.
Refactors the clipboard exclusion settings UI to be more user-friendly. Replaces the text editor with a visual list of excluded apps, allowing users to add apps via an application picker and remove them individually. Updates the UI to display a placeholder when no apps are excluded. Reduces the maximum number of clipboard items that can be stored.
…clipboard-history
…story' into feature-quick-notes-clipboard-history
28 tasks
28 tasks
itzsleepyy
added a commit
that referenced
this pull request
Sep 25, 2025
This reverts commit 79c7e35.
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.
Merge-Commits