Commit graph

20 commits

Author SHA1 Message Date
Dhravya Shah
19d51e4b2a use portless 2026-05-06 22:42:34 -07:00
MaheshtheDev
9473d64c1d chore(nova): loader on initial data load (#817)
![image.png](https://app.graphite.com/user-attachments/assets/ceb237ae-b8f5-479d-9d77-1ba719799ade.png)
2026-03-31 21:36:42 +00:00
Dhravya Shah
236216adef chore: bump versino 2026-02-16 14:38:59 -07:00
Om Shah
8287141bba
Feat/remove selection fab context menu (#735) 2026-02-16 14:31:14 -07:00
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
MaheshtheDev
3b75dadbf3 fix: chatgpt memories import (#597)
- ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
2025-12-02 18:59:37 +00:00
MaheshtheDev
9181dafdfd chore: update the chrome extension package (#556) 2025-11-04 00:28:06 +00:00
MaheshtheDev
116583481c fix: t3chat prompt injection (#505) 2025-10-21 18:54:43 +00:00
Mahesh Sanikommmu
51ee88121f chore(browser-extension): t3 chat search memories 2025-10-19 15:30:25 -07:00
Dhravya Shah
457101cb3d version bump' 2025-10-18 19:22:29 -07:00
MaheshtheDev
809eaa0d49 feat(browser-extension): folder level x bookmarks import with project 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)
2025-10-19 00:38:47 +00:00
MaheshtheDev
7e8b65b36d feat(extension): Auto Logout when token is invalidated, Account Section (#438)
## 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)
2025-09-24 21:02:05 +00:00
MaheshtheDev
d7cc7d847d feat (extension) : Auto Search Toggle for Chat Applications (#418)
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
2025-09-10 03:55:53 +00:00
Dhravya Shah
1ffb9f9aa8 merged 2025-09-09 20:15:22 -07:00
Dhravya Shah
8e1672a6bd small changes 2025-09-09 20:14:38 -07:00
MaheshtheDev
3e5ea2fd9e extension: updated telemetry and batch upload (#415) 2025-09-08 05:19:10 +00:00
Mahesh Sanikommu
ade1b6732c
fix: remove the scripting for extension (#411) 2025-09-03 13:01:24 -07:00
Dhravya
65e8c5d525 changes to chrome extension (#402)
### TL;DR

Added proper semicolons throughout the codebase, improved Twitter import functionality, enhanced memory search results display, and added various icon sizes for the browser extension.

### What changed?

- Added semicolons at the end of statements throughout the browser extension codebase for consistent code style
- Fixed the Twitter import button to only appear on the bookmarks page
- Updated the saveMemoriesToSupermemory function to use the correct action type
- Enhanced the memory search functionality to include related memories in search results
- Added an expandable UI component in the chat interface to display memory search results with details
- Updated the welcome page text to better describe supermemory's capabilities
- Added multiple icon sizes (48x48 to 512x512) for better browser extension display across platforms
- Updated the sign-in button text from "login in" to "Sign in or create account"
- Added turbo flag to the Next.js dev script for faster development

### How to test?

1. Test the Twitter import functionality by visiting the Twitter bookmarks page
2. Verify that the memory search functionality works correctly in chat interfaces
3. Check that the expandable memory results UI displays properly with memory details
4. Confirm that the browser extension icons display correctly at different sizes
5. Verify the sign-in flow with the updated button text

### Why make this change?

This change improves code consistency by standardizing semicolon usage throughout the codebase. It enhances the user experience by making the Twitter import feature more targeted and fixing the memory saving functionality. The expandable memory results UI provides users with more detailed information about their memories, making the search functionality more useful. The additional icon sizes ensure the extension displays properly across different platforms and contexts. Overall, these changes improve both the developer experience through consistent code style and the user experience through enhanced functionality and clearer UI elements.
2025-09-01 06:02:37 +00:00
Mahesh Sanikommmu
d1cc3921c4 welcome page tailwind css integration 2025-08-28 19:45:56 -07:00
Mahesh Sanikommmu
44c39430f7 feat: browser extension 2025-08-28 19:00:59 -07:00