supermemory/apps/browser-extension/utils
MaheshtheDev 3fa72c4ec7 feat: fix interaction and improve Design for extension (#679)
### 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
2026-01-18 04:06:36 +00:00
..
api.ts feat: fix interaction and improve Design for extension (#679) 2026-01-18 04:06:36 +00:00
constants.ts feat: fix interaction and improve Design for extension (#679) 2026-01-18 04:06:36 +00:00
memory-popup.ts feat (extension) : Auto Search Toggle for Chat Applications (#418) 2025-09-10 03:55:53 +00:00
posthog.ts refactor: replace chrome storage api with wxt's storage api (#566) 2025-11-10 10:54:03 -08:00
query-client.ts feat: new favicon (#426) 2025-09-19 22:41:50 +00:00
query-hooks.ts feat(extension): Auto Logout when token is invalidated, Account Section (#438) 2025-09-24 21:02:05 +00:00
route-detection.ts feat (extension) : Auto Search Toggle for Chat Applications (#418) 2025-09-10 03:55:53 +00:00
storage.ts refactor: replace chrome storage api with wxt's storage api (#566) 2025-11-10 10:54:03 -08:00
twitter-auth.ts refactor: replace chrome storage api with wxt's storage api (#566) 2025-11-10 10:54:03 -08:00
twitter-import.ts refactor: replace chrome storage api with wxt's storage api (#566) 2025-11-10 10:54:03 -08:00
twitter-utils.ts feat(browser-extension): folder level x bookmarks import with project selection (#495) 2025-10-19 00:38:47 +00:00
types.ts feat(browser-extension): webpages capture with markdown conversion (#548) 2025-11-03 00:41:59 +00:00
ui-components.ts feat: fix interaction and improve Design for extension (#679) 2026-01-18 04:06:36 +00:00