aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/entrypoints/content/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: fix interaction and improve Design for extension (#679)01-17-feat_fix_interaction_and_improve_design_for_extensionMaheshtheDev2026-01-181-0/+3
| | | | | | | | | | | | | | | | | | ### TL;DR Redesigned the browser extension UI with a dark theme and improved the Twitter bookmarks import experience with a new onboarding flow. ### What changed? - Added a new `RightArrow` icon component for UI navigation - Completely redesigned the popup UI with a dark theme and improved layout - Enhanced Twitter bookmarks import functionality: - Added an onboarding toast that appears the first time a user visits the bookmarks page - Implemented a persistent import intent system that automatically opens the import modal when navigating to the bookmarks page - Created a progress toast to show import status - Improved folder import UI - Updated the extension icon and added a new logo SVG - Improved the project selection modal with better styling
* PR: nova alpha release (#670)Mahesh Sanikommu2026-01-131-3/+20
| | | Co-authored-by: Dhravya Shah <[email protected]>
* feat (extension) : Auto Search Toggle for Chat Applications (#418)MaheshtheDev2025-09-101-0/+67
Adds user-controlled auto search functionality for memories across ChatGPT, Claude, and T3.chat with a settings toggle in the extension popup. Changes - Settings UI: Added new "Settings" tab in popup with toggle to enable/disable auto search - Auto Search: Automatically searches user memories while typing in chat apps (disabled by default) - Chat Integration: Supports ChatGPT, Claude, and T3.chat with consistent behavior - User Control: Users can enable/disable auto search via Settings tab - Storage: Added AUTO_SEARCH_ENABLED storage key with default value false Features - ✅ Auto search memories while typing (when enabled) - ✅ Manual search always available via supermemory icons - ✅ Works across all supported chat platforms - ✅ Real-time toggle without requiring page refresh