Commit graph

102 commits

Author SHA1 Message Date
nexxeln
5e24eb66c3 package the graph (#563)
includes:

- a package that contains a MemoryGraph component which handles fetching data and rendering the graph
- a playground to test the package

problems:

- the bundle size is huge
- the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles

![image.png](https://app.graphite.com/user-attachments/assets/cb1822c5-850a-45a2-9bfa-72b73436659f.png)
2025-11-19 18:57:56 +00:00
Hardik Vora
d8e7c381a0
Fix: Prevent multiple prompts while AI response is generated (fixes #538) (#583) 2025-11-18 15:51:23 -08:00
Hardik Vora
14de8b5212
fix: prevent memory from opening when delete memory dialog is open (#582) 2025-11-14 21:32:44 -08:00
Hardik Vora
b59330d506
feat: add inline confirmation for chat deletion (#581) 2025-11-14 21:24:50 -08:00
MaheshtheDev
bf225f2557 fix: file upload source (#579) 2025-11-13 06:37:44 +00:00
MaheshtheDev
2ed7ba8808 fix: past due pending users improvements (#572) 2025-11-10 20:47:00 +00:00
MaheshtheDev
10ada4a1e2 fix(web): sentry issues across the web app (#570)
Fixes all following sentry issues
- CONSUMER-APP-FF
- CONSUMER-APP-1T
- CONSUMER-APP-86
- CONSUMER-APP-7H
- CONSUMER-APP-4F
- CONSUMER-APP-7X
2025-11-09 07:32:52 +00:00
MaheshtheDev
c1670cfd85 fix: hydration issue and selected model in chat (#568)
- Fixes the Hydration issue on the model selector
- Add ability to show the Model
2025-11-09 07:29:01 +00:00
MaheshtheDev
7321f7feaa fix: disable google drive connection due to upstream provider issue (#559)
> [!NOTE]
> Temporarily disabled Google Drive connections with appropriate UI indicators and error messages.

### What changed?

- Added checks to prevent users from connecting to Google Drive in both the connections tab and integrations view
- Added error messages explaining that Google Drive connections are temporarily disabled
- Updated UI to visually indicate that Google Drive is disabled:
    - Added "Temporarily disabled" status indicator in the integrations list
    - Added explanatory text in multiple locations
    - Disabled the connect button for Google Drive specifically
2025-11-04 22:38:11 +00:00
MaheshtheDev
8d8d6d91aa feat(browser-extension): webpages capture with markdown conversion (#548)
Improved browser extension memory saving with better content handling and added markdown conversion.

### What changed?

- Enhanced memory content handling in the background script to prioritize different content types (explicit content, highlighted text, markdown, HTML, or URL)
- Added HTML to markdown conversion using TurndownService when saving entire pages
- Improved HTML handling by removing script tags before processing
- Updated the web app to display the saved URL from metadata when available
- Added turndown library and its type definitions as dependencies
2025-11-03 00:41:59 +00:00
MaheshtheDev
ee62d4d213 chore: mcp connection trouble nav to manual mcp (#552)
![image.png](https://app.graphite.dev/user-attachments/assets/937eff40-0a98-4616-b3ce-a74a8926f082.png)
2025-11-03 00:38:21 +00:00
Mahesh Sanikommu
399f7beeeb
fix: chat messages scroll effect (#544) 2025-10-29 15:35:57 -07:00
MaheshtheDev
2145340c11 fix: skeleton and mobile chat improvments (#541)
### Improved mobile responsiveness across chat interface and memory list with better loading states.

### What changed?

- Added responsive padding in chat page for mobile devices
- Enhanced header layout for chat titles with proper truncation and responsive text sizes
- Replaced the simple loading spinner in memory list with skeleton loading cards
- Improved message container width constraints on mobile devices
2025-10-29 06:38:16 +00:00
Aman pandit
36251c482c
fix: add type safety annotations and fix hook dependencies in chat (#521) 2025-10-28 18:30:34 -07:00
Hardik Vora
b1a18e6439
feat: improved add memory UI bits (#502) 2025-10-27 17:31:13 -07:00
Saksham Kushwaha
eb5ae20e3f
Fix/invalid dom property (#526)
Co-authored-by: Mahesh Sanikommu <mahesh.svmr@gmail.com>
2025-10-27 13:53:50 -07:00
MaheshtheDev
8bb22ebe46 feat: more clarity on the connectors sync (#523)
When connector is syncing
![image.png](https://app.graphite.dev/user-attachments/assets/68ab8a7f-6e0c-4900-8b6e-a7f1e1ae99f2.png)

After connected showing the metadata
![image.png](https://app.graphite.dev/user-attachments/assets/d53d3cc9-234b-4365-b4e0-c50ab23d8876.png)
2025-10-27 03:17:28 +00:00
MaheshtheDev
cedd28ff72 fix: pricing in the settings (#528) 2025-10-27 03:07:28 +00:00
Mahesh Sanikommu
0a96aff86d
Fix formatting in chat-messages.tsx 2025-10-18 23:07:27 -07:00
Aryan Keluskar
eb225636b4 feat(chat): increase maxSteps to allow multiple tool-calling rounds 2025-10-18 22:40:43 -07:00
Mahesh Sanikommu
5a001c639a
Merge pull request #472 from Mikethebot44/feature/show-memory-content-markdown
Add markdown rendering support to memory content display
2025-10-18 17:36:30 -07:00
Mahesh Sanikommmu
7409de5a33 comment fixes 2025-10-17 17:43:24 -07:00
vorahardik7
33ee19e7aa fix: mount graph dialog globally to fix chat page issue 2025-10-15 19:04:23 -07:00
MaheshtheDev
a9e986e680 feat: project selection, creation for each connectors (#486)
- Added Project Selection for Each Connectors
- Updated the Layout from list the cards layout
2025-10-12 06:56:15 +00:00
Mahesh Sanikommmu
b12dfc13f6 removed unneccasry comments 2025-10-10 21:29:27 -07:00
Mahesh Sanikommmu
b3669a2675 removed unused code and lint issues 2025-10-10 21:27:58 -07:00
Dhravya Shah
177b5e3419
Merge pull request #475 from Mikethebot44/feature/add-memory-dialog-ux
improve Add Memory dialog UX and dark/light mode consistency
2025-10-10 20:40:52 -07:00
Mahesh Sanikommmu
80ae5b9fb6 removed unneccasary comments 2025-10-10 18:36:25 -07:00
MaheshtheDev
20c41706e1 fix: mobile layout on empty projects (#479)
Issue:
On mobile, connect to ai modal is overlapping and hard to use the app when project is empty

Fix:
\- Disabling the Connect to ai modal on mobile

**Reason for this fix**, as MCP modal is hardly needed for mobile users

[Report issue link from Discord](https://discord.com/channels/1114913976422256742/1378895805741793350/1425912333556777082)
2025-10-09 23:54:06 +00:00
Your Name
812566767d improve Add Memory dialog UX and dark/light mode consistency 2025-10-09 18:05:39 +08:00
Your Name
1f1619f9b6 feat: format memory dialog content in markdown
- Add markdown rendering support to memory content display
- Auto-detect and format JSON responses in code blocks
- Convert terminal commands to bash code blocks
- Improve code block styling with monospace font and compact spacing
2025-10-09 15:58:53 +08:00
Aryan Keluskar
6bb81bfaf8 fix: add button type to ModelSelector and ProjectSelector components 2025-10-08 17:46:58 -07:00
MaheshtheDev
2ec20df0ea fix: project deletion on moving documents (#467) 2025-10-08 23:34:31 +00:00
MaheshtheDev
d71ce03c46 feat: manual mcp and quick click to open (#464)
### Enhanced the Connect AI Modal with manual configuration options and improved MCP integration.

### What changed?

- Added a new "Manual Config" tab in the MCP URL section that generates and displays API keys for authentication
- Implemented automatic API key generation for manual MCP configuration
- Added URL parameter support (`?mcp=manual`) to directly open the MCP modal with manual configuration
- Improved the UI with better tab labels and more descriptive instructions
- Added copy functionality for configuration JSON with visual feedback
- Refactored the ConnectAIModal component to accept new props: `openInitialClient` and `openInitialTab`
- Added state management for API keys and copied status
2025-10-08 19:07:13 +00:00
MaheshtheDev
4a23ab1326 feat: history view in the header and dialog modal (#456) 2025-10-06 16:29:39 +00:00
MaheshtheDev
e86104b645 feat: multiple models & ui improvements (#455) 2025-10-06 16:25:38 +00:00
MaheshtheDev
cdfb942fa8 feat: app improvements (#454) 2025-10-06 15:51:31 +00:00
MaheshtheDev
0ca737f364 fix: mobile responsive issues on onboarding (#453) 2025-10-06 01:06:32 +00:00
MaheshtheDev
583c2651b6 feat: url cards as content preview with rich details (#452)
Improved memory detail UI with better document icons and layout and Added dark mode support to the Chrome extension button

### What changed?

- Enhanced the WebsiteCard component with an `onOpenDetails` prop
- Improved the MemoryDetail component with:
  - Better layout for document headers and source links
  - Enhanced content scrolling with proper height constraints
  - Improved spacing and padding in various sections
- Added favicon support to document icons, showing website favicons for webpage documents
- Fixed document type detection for webpages and URLs
- Added dark mode support to the Chrome extension button component with appropriate color classes

[Screen Recording 2025-10-03 at 11.34.01 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov" />](https://app.graphite.dev/user-attachments/video/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov)
2025-10-04 21:38:13 +00:00
MaheshtheDev
c3f1647a70 fix: raycast org selection based api key creation (#447) 2025-10-03 07:56:41 +00:00
MaheshtheDev
050b241fb6 ui: update the chrome extension visibilty (#448)
ui: update the chrome extension visibilty

fix the ui for the chrome extension icon

remove bun lock

![image.png](https://app.graphite.dev/user-attachments/assets/e5da1528-95dd-455a-bd35-6d93a3c369b9.png)

![image.png](https://app.graphite.dev/user-attachments/assets/ecc6ed96-6a87-4569-8220-adef56ab185e.png)
2025-10-03 07:55:08 +00:00
MaheshtheDev
aa25b37d9b fix: billing metrics display for pro users (#450)
Before we are showing 0/0

![image.png](https://app.graphite.dev/user-attachments/assets/d306f167-4151-490c-bb5c-f3774d5324b7.png)
2025-10-03 07:53:04 +00:00
MaheshtheDev
56590e9329 feat: delete memories and theme issues across the app (#449)
# Add document deletion functionality and fix UI theme issues

This PR adds the ability to delete documents and their associated memories across all content card types (Google Docs, Notes, Tweets, and Websites). Each card now includes:

- A delete button that appears on hover
- A confirmation dialog to prevent accidental deletions
- Proper event handling to avoid triggering card clicks when using delete controls

Additionally, this PR fixes various UI theme issues:

- Updates button styling in the ActionButtons component
- Improves theme consistency by replacing hardcoded colors with theme variables
- Fixes text color issues in login page components
- Ensures proper color contrast in various UI elements

The masonry layout was also improved to properly re-render when documents are removed.
2025-10-03 07:51:00 +00:00
MaheshtheDev
163c9daca7 feat(raycast-extension): initial version of supermemory extension for raycast (#440)
feat(raycast-extension): initial version of supermemory extension for raycast

chore: update the metadata and ui for app to get api key

![supermemory-1.png](https://app.graphite.dev/user-attachments/assets/631a865e-8d7b-43df-8753-480f6b80a6d8.png)

![supermemory-2.png](https://app.graphite.dev/user-attachments/assets/956fff54-5447-4feb-a88b-8b465d4cda68.png)
2025-10-02 16:22:56 +00:00
MaheshtheDev
082b6fb26b fix: hardcode names (#444) 2025-10-01 22:49:55 +00:00
MaheshtheDev
b148296f50 feat: layout design with theme improvements (#443)
feat: layout design with theme improvements

new improvements on light mode layout

chore: settings page with graph header and memories list
2025-10-01 21:59:54 +00:00
MaheshtheDev
60794f63e2 UI: onboarding improvements (#435)
UI: onboarding improvements

ui(onboarding): updated onboarding ui patterns
2025-10-01 21:59:53 +00:00
alexf37
ede0f39303 feat: new onboarding flow (#408)
This is the onboarding flow that you have all seen in my demo.
2025-10-01 21:59:53 +00:00
Dhravya Shah
697315b9dc Merge branch 'main' of https://github.com/supermemoryai/supermemory 2025-09-24 23:26:38 -07:00
Dhravya Shah
3d2d3ae35c bump version 2025-09-24 21:48:56 -07:00