Commit graph

92 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
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
Hardik Vora
b1a18e6439
feat: improved add memory UI bits (#502) 2025-10-27 17:31:13 -07:00
MaheshtheDev
90eea41ded fix: magic link auth for chrome extension (#492)
The issue is whenever a user is trying to log in with an email and a one-time code, the Chrome extension is not able to authenticate. The fix is to add a callback URL with a query parameter of `extension-auth-success` equal to `true`, which will allow the Chrome extension to identify and verify the auth whenever a user is trying to log in into the Chrome extension.
2025-10-17 04:29:32 +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
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
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
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
8e1672a6bd small changes 2025-09-09 20:14:38 -07:00
CodeWithShreyans
84fea4a698
feat: add mcp migrate route (#410) 2025-09-04 16:46:47 +00:00
Dhravya Shah
12223f6fde fix: build 2025-08-29 17:18:02 -07:00
Dhravya Shah
93af958767
BETTER GRAPH (#398)
Co-authored-by: Dhravya Shah <dhravya@supermemory.com>
2025-08-29 17:10:11 -07:00
MaheshtheDev
5b7f9ceb44 feat: migrate from react-markdown to streamdown (#394)
| Before (react-markdown) | After (streamdown) |
| --- | --- |
| <img width="300" height="863" alt="Before: react-markdown rendering" src="https://github.com/user-attachments/assets/807d0d3c-8634-45f3-a34f-79dd8139bef2" /> | <img width="300" height="814" alt="After: streamdown rendering" src="https://github.com/user-attachments/assets/8a718a9c-d842-424b-8679-15036076b142" /> |

## Changes Made

- **Dependencies**: Removed `react-markdown` and `remark-gfm`, added `streamdown@^1.1.6`
- **Component Updates**:
    - Updated chat message rendering to use `<Streamdown>` component
    - Maintained all existing functionality for tool state rendering
    - Preserved prose styling classes for consistent appearance
- **Code Quality Improvements**:
    - Fixed TypeScript type issues with message parts
    - Improved switch case structure with proper default cases
    - Replaced array index-based keys with stable message-based keys
    - Added `useCallback` for performance optimization
    - Fixed biome linting issues and switch case fallthrough warnings
2025-08-29 19:45:47 +00:00
Mahesh Sanikommu
d48d2bc07c
Merge pull request #377 from supermemoryai/mahesh/update-memory-detail-view
ui (memory detail): improved memory detail view and open chat
2025-08-26 14:53:02 -07:00
Alex Foster
8da19c977e
feat: add 'last used' badge to login page (#387) 2025-08-25 14:37:14 -07:00
Mahesh Sanikommmu
3816666e2d ui (memory detail): improved memory detail view and open chat 2025-08-23 00:38:57 -07:00
Mahesh Sanikommu
9e1e392a2b
Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
Mahesh Sanikommmu
39003aff23 New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
Dhravya Shah
47904011de Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
Dhravya Shah
97daa46197 fix: prop types in combobox 2024-08-12 12:40:28 -07:00
codeTorso
28f8149c34 alert when deleting space 2024-08-12 04:36:54 +05:30
codeTorso
e6ea714b5c why is this novel shit broke 2024-08-12 02:15:35 +05:30
fyzanshaik
c1961a8282 Scroll bar added 2024-08-05 23:28:52 +05:30
Dhravya Shah
a3f551e557 merged 2024-07-28 10:58:22 -07:00
codetorso
a7e8a1e876 home page style 2024-07-28 05:16:22 +05:30
Saatvik Arya
dcf6b589da format 2024-07-25 20:12:35 -07:00
Saatvik Arya
b5245b6ed3 pnpm 2024-07-25 13:18:38 -07:00
Saatvik Arya
04e57ccf80 address ts issues 2024-07-25 13:08:40 -07:00
codetorso
c7b98a39b8 let's go boys!! canvas 2024-07-25 10:56:32 +05:30
Dhravya Shah
209de178f6
Merge pull request #135 from aryasaatvik/ui-tsconfig
fix(ui, repo): resolve typescript svg import error
2024-07-22 21:38:42 -05:00
Dhravya Shah
2ee34c5392 add damn home icon 2024-07-22 21:37:26 -05:00
Dhravya Shah
0d4c2e062f fix loaders, allow larger websites 2024-07-22 21:37:01 -05:00
Saatvik Arya
d239093457 resolve ts error for svg imports 2024-07-22 19:32:21 -07:00
Saatvik Arya
8f186b0b42 remove redundant icon export 2024-07-22 19:31:46 -07:00
Dhravya Shah
99c08602df revert menu 2024-07-21 21:05:37 -05:00
Dhravya Shah
3157f22d69 added telegram bot link 2024-07-20 23:03:10 -05:00
Dhravya Shah
4c96fa349c changes in queryinput home layout 2024-07-20 20:49:33 -05:00
CodeTorso
ae0535215a
Revert "small commits big pr" 2024-07-20 04:47:53 +05:30
codetorso
eea321f3ee skeleton loaders for recent chats 2024-07-19 02:18:38 +05:30
codetorso
ebf5b29cc7 improved textarea layout + home page imrpovemnts 2024-07-18 23:14:48 +05:30
codetorso
d7491e0dbc Refactor and add beutiful spacefilter 2024-07-18 18:18:01 +05:30
Dhravya
5b44dcb1d1 use tabs 2024-07-16 19:26:47 -05:00
Dhravya
58d590160d breadcrumbs 2024-07-16 18:56:51 -05:00
Dhravya
1fd0aae0be small UX fixes and multi space save actually works now 2024-07-14 20:48:06 -05:00
codetorso
2a04f4da47 more improved ui 2024-07-13 03:01:58 +05:30
Dhravya Shah
4df36ebdb1
Merge pull request #94 from Dhravya/imgbot
[ImgBot] Optimize images
2024-07-04 20:46:37 -05:00
Dhravya
565e745671 fix: add content modal had a bad blur 2024-07-02 18:42:34 -05:00
Dhravya
7d6d81574a UI update 2024-07-01 21:36:21 -05:00
Dhravya
46dfc3b4e7 shareable spaces 2024-07-01 20:32:50 -05:00