Commit graph

850 commits

Author SHA1 Message Date
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
MaheshtheDev
548b2b83a4 refactor(ui): optimize menu hover width and simplify text layout (#396)
Before

![image.png](https://app.graphite.dev/user-attachments/assets/a29a075c-52fc-421d-b3ab-d19163a0cade.png)

After

![image.png](https://app.graphite.dev/user-attachments/assets/2b2584ea-cb07-44ed-bec4-c3b23e70b4d2.png)

- Reduced menu hover width from 220px to 160px
- Simplified text positioning from absolute positioning to padding-left
- Removed the usage limit warning badge from the desktop menu
2025-08-29 16:38:19 +00:00
Mahesh Sanikommu
8f3b2bed1e
Merge pull request #384 from supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation
feat (ui): Integrations page with shortcuts & auto API Key generation
2025-08-28 14:30:21 -07:00
Mahesh Sanikommmu
8df4ab898f fix the commetns 2025-08-28 14:28:25 -07:00
alexf37
1d5298e05e feat: support project-specific installation commands (#390)
This PR simply updates the installation dialog to allow you to choose a project which the command installs the MCP for.
![image.png](https://app.graphite.dev/user-attachments/assets/f1136780-2005-40a2-96bb-31b98791600d.png)
2025-08-27 17:15:26 +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
alexf37
a3955b55cb fix: memory limits cutoff (#385)
Previously, the badge with the memories limit in the consumer app menu was cut off on desktop, and now with this PR, it no longer is.
2025-08-26 21:51:39 +00:00
alexf37
29e1ebdc81 fix: missing dialog title in consumer mobile drawer (#386) 2025-08-26 21:50:20 +00:00
MaheshtheDev
3760558bf2 fix sentry server issue (#388) 2025-08-25 21:41:53 +00:00
Mahesh Sanikommmu
f70dc78333 added connections as well 2025-08-25 12:17:27 -07:00
Mahesh Sanikommmu
bba2bf09f1 added connections as well to integrations view 2025-08-25 12:15:19 -07:00
Mahesh Sanikommmu
51e17bfc17 added summary and memory details to memory detail view 2025-08-24 10:48:01 -07:00
Dhravya Shah
886807ce5b fix: name in wrangler 2025-08-23 18:37:37 -07:00
Dhravya Shah
748a724a94 fix: unused ts expect error 2025-08-23 10:00:06 -07:00
Dhravya Shah
f7e9534ef9 sentry sourcemaps 2025-08-23 09:55:40 -07:00
Mahesh Sanikommmu
3816666e2d ui (memory detail): improved memory detail view and open chat 2025-08-23 00:38:57 -07:00
Dhravya Shah
6d6767bdca fix: env vars 2025-08-22 11:33:04 -07:00
MaheshtheDev
52cbf55763 feat: sentry integration (#376) 2025-08-21 19:46:41 +00:00
Mahesh Sanikommu
9e1e392a2b
Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
Mahesh Sanikommmu
fddc21aab2 added usage notes 2025-08-16 20:15:39 -07:00
Mahesh Sanikommmu
39003aff23 New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
Dhravya Shah
0759a4f442 Documentation edits made through Mintlify web editor 2025-04-10 11:22:18 -07:00
Dhravya Shah
c2ce340d18 Documentation edits made through Mintlify web editor 2025-04-08 16:26:12 -07:00
Dhravya Shah
42352eff8e Documentation edits made through Mintlify web editor 2025-04-08 16:23:43 -07:00
Dhravya Shah
e1d41eff90 Documentation edits made through Mintlify web editor 2025-04-08 16:22:17 -07:00
Dhravya Shah
15fd48a890 Documentation edits made through Mintlify web editor 2025-04-06 13:05:38 -07:00
Dhravya Shah
e212f6833d Documentation edits made through Mintlify web editor 2025-04-06 13:04:27 -07:00
Dhravya Shah
1c3f369ba9 Documentation edits made through Mintlify web editor 2025-04-06 13:03:47 -07:00
Dhravya Shah
a77b443f80 don't treat it as tag 2025-04-06 12:51:28 -07:00
Dhravya Shah
3ab02360ea docs: More info about every endpoint 2025-04-05 16:52:42 -07:00
Dhravya Shah
9c2f020c2c connections endpoints 2025-04-05 16:49:03 -07:00
Dhravya Shah
9d6b56793a update:docs 2025-04-05 16:32:19 -07:00
Dhravya Shah
c34a3352ac Fix: notion integration 2025-03-30 20:30:14 -07:00
Dhravya Shah
9998ed25b9 settings openapi 2025-03-25 13:57:24 -07:00
Dhravya Shah
0a4fa0da15 Merge branch 'main' of github.com:supermemoryai/supermemory 2025-03-25 13:44:50 -07:00
Dhravya Shah
3af7557f15 updated openapi 2025-03-25 13:44:42 -07:00
Pratiyank Kumar
3eaee58b6d
fix: Fixed overflowing content in add memory pop up (#347) 2025-03-24 23:06:58 +05:30
Shreyans Jain
d0c8cb5eba
fix extension tweet import (#343)
Signed-off-by: Shreyans Jain <shreyans@shreyans.sh>
2025-03-24 23:04:51 +05:30
Dhravya Shah
d07d0c0928
Merge pull request #345 from CodeWithShreyans/misc-fixes
Fix padding and broken profile button
2025-03-23 23:06:29 -07:00
Dhravya Shah
b8d9e901b4 auth info in endpoints 2025-03-23 21:21:38 -07:00
Dhravya Shah
4e1e1ab5e2 fix: duplicate in doc 2025-03-23 21:10:41 -07:00
Dhravya Shah
9bd3cac55d fix: api reference page 2025-03-23 21:07:12 -07:00
Dhravya Shah
71dc0f3598 fix: api reference page 2025-03-23 21:06:22 -07:00
Dhravya Shah
a4289cb394 version maybe? 2025-03-23 20:56:48 -07:00
Dhravya Shah
0f49f2a9dd docs. 2025-03-23 20:54:16 -07:00
Dhravya Shah
190b0534c0 openapi fix 2025-03-23 20:29:06 -07:00
Dhravya Shah
2016145b83 v2 docs 2025-03-23 20:27:24 -07:00
Dhravya Shah
f8dfb87604 Documentation edits made through Mintlify web editor 2025-03-23 20:18:37 -07:00
Shreyans Jain
cfb947fa54
reduce padding
Signed-off-by: Shreyans Jain <shreyans@shreyans.sh>
2025-03-22 08:00:47 +05:30
Shreyans Jain
53bea61ae2
remove profile button for now
Signed-off-by: Shreyans Jain <shreyans@shreyans.sh>
2025-03-22 07:55:52 +05:30