Upd - #29
Closed
mberrishdev wants to merge 7 commits into
Closed
Upd#29mberrishdev wants to merge 7 commits into
mberrishdev wants to merge 7 commits into
Conversation
- Added DatabaseManager class for handling clipboard item storage and retrieval. - Implemented methods to add, get, delete, and clear clipboard items in the database. - Updated ClipboardManager to load history from the database on initialization. - Enhanced clipboard item saving with error handling for database operations. - Introduced loadMore functionality in ClipboardManager to fetch additional items. - Updated IPC communication to support loading more clipboard history. - Modified ClipboardHistory component to include a "Load More" button for fetching additional items. - Added styles for the "Load More" button in ClipboardHistory.css. - Updated ClipboardItem model to include an optional id field. - Added postinstall script for electron-rebuild in package.json. - Updated build scripts in package.json to include better-sqlite3 as an external dependency.
there was extra logging, that was for development purpose, we dont need to much logging anymore Also, readme was not correct. i fixed it
…ic search Add sqlite-verc to save embedings integrate openapi to generate embedings todo: need improvement, current openai model is not working in good way. need improvement
- Replace text input with interactive key capture for global shortcut - Display shortcuts with friendly symbols (⌘/Ctrl, ⇧, ⌥) - Add animated recording indicator with pulsing dot - Fix EPIPE error handling for stdout/stderr pipes - Improve button styles with gradient, hover effects, and disabled states - Add shortcut recorder CSS with glow animations - Update toggle switch with smooth gradient transitions - Enhance glass-morphism styling for settings cards - Add modern scrollbar styling
- remove unused imports - remove unused methods
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.
No description provided.