aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/utils/ui-components.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-7/+7
| | | | | | | | | | | | | | | | | | ### 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
* Fix excessive icon refetch made by importing bookmarks (#496)Faizan Shaik2025-11-101-5/+12
| | | | Signed-off-by: fyzanshaik <[email protected]> Co-authored-by: Mahesh Sanikommmu <[email protected]>
* feat(browser-extension): folder level x bookmarks import with project ↵MaheshtheDev2025-10-191-1/+259
| | | | | | | | selection (#495) Feature : Import folder level x bookmarks [Screen Recording 2025-10-17 at 1.37.52 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/15cd60ff-856e-4f29-8897-74ae3c869c87.mov" />](https://app.graphite.dev/user-attachments/video/15cd60ff-856e-4f29-8897-74ae3c869c87.mov)
* feat(extension): Auto Logout when token is invalidated, Account Section (#438)MaheshtheDev2025-09-241-9/+43
| | | | | | | | | | | ## Changes: - Added token validation logic that checks if the current auth token is still valid - Implemented automatic logout when token is invalidated with appropriate user feedback - Added an Account section in the popup that displays the user's email - Improved error toast messages with clearer formatting and helper text ![image.png](https://app.graphite.dev/user-attachments/assets/b751f6a4-1a33-42d1-88dd-61aff55dd1c7.png)![image.png](https://app.graphite.dev/user-attachments/assets/202f69f9-c853-4801-850e-ee6d115e300c.png)
* feat (extension) : Auto Search Toggle for Chat Applications (#418)MaheshtheDev2025-09-101-6/+3
| | | | | | | | | | | | | | | | | | | 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
* extension: updated telemetry and batch upload (#415)MaheshtheDev2025-09-081-102/+47
|
* feat (extension): add claude.ai and t3.chat integration support (#400)MaheshtheDev2025-09-011-0/+90
|
* fix the css issue with buttonMahesh Sanikommmu2025-08-291-0/+1
|
* feat: browser extensionMahesh Sanikommmu2025-08-281-0/+449