Dhravya Shah
27ea75b4a2
change /memories to /documents, remove unwanted dependency, biome format
2025-09-15 19:02:24 -07:00
MaheshtheDev
8fe4e86a3a
fix: autumn caching issue ( #421 )
2025-09-13 22:44:03 +00:00
MaheshtheDev
82eb173635
ui: delete document and related memories dialog ( #420 )
2025-09-13 22:27:50 +00:00
MaheshtheDev
7b632e16eb
fix: connections activation autumn ( #419 )
2025-09-12 00:51:05 +00:00
MaheshtheDev
96f1a97fd6
feat: pro subscriber email config ( #417 )
2025-09-10 03:33:45 +00:00
MaheshtheDev
99fd62d5f1
fix: billing page ( #416 )
2025-09-07 16:54:58 +00:00
CodeWithShreyans
84fea4a698
feat: add mcp migrate route ( #410 )
2025-09-04 16:46:47 +00:00
MaheshtheDev
bf2d8e2f5f
feat: add mcp url to clients in connect ai modal ( #406 )
...

2025-09-01 23:43:54 +00:00
Dhravya
48e23c13ed
completely remove waitlist ( #404 )
2025-09-01 07:12:37 +00: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
MaheshtheDev
3157b987fc
feat: redesign MCP connection flow with step-based UI and v1 migration ( #399 )
...
[Screen Recording 2025-08-31 at 12.03.49 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/f6c88b1f-9f16-47aa-8d5f-6cde61b61e4f.mov " />](https://app.graphite.dev/user-attachments/video/f6c88b1f-9f16-47aa-8d5f-6cde61b61e4f.mov )
2025-09-01 04:00:45 +00: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
MaheshtheDev
548b2b83a4
refactor(ui): optimize menu hover width and simplify text layout ( #396 )
...
Before

After

- 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.

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
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
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
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
47904011de
Supermemory v2 Release 🚀
2025-01-20 17:50:45 -07:00
Dhravya Shah
ba3a7b6a80
fix: all build errors
2024-08-27 11:54:00 -07:00
Dhravya Shah
8504c5c00d
merge conflicts
2024-08-27 11:08:00 -07:00
codetorso
d419b06456
commit it
2024-08-17 06:59:37 +05:30
codetorso
429a088c74
get this file in
2024-08-17 05:58:17 +05:30
codetorso
58dae2ef69
popover ruining my day again
2024-08-17 05:50:16 +05:30
codetorso
73c5480fac
editor
2024-08-16 09:16:46 +05:30
Dhravya Shah
3e9793436a
fixed builds, added friend integration
2024-07-28 19:33:50 -07:00
Dhravya Shah
a3f551e557
merged
2024-07-28 10:58:22 -07:00
codetorso
5def889576
done!!
2024-07-25 23:34:45 +05:30
codetorso
3c91c188a4
fix error on drop
2024-07-25 21:51:58 +05:30
codetorso
c7b98a39b8
let's go boys!! canvas
2024-07-25 10:56:32 +05:30
Dhravya
5b44dcb1d1
use tabs
2024-07-16 19:26:47 -05:00
Dhravya
1fd0aae0be
small UX fixes and multi space save actually works now
2024-07-14 20:48:06 -05:00
Dhravya
2c6a96e96f
spaces function
2024-07-01 20:12:56 -05:00
Dhravya
b00dbd4647
minor changes in extension
2024-07-01 07:55:16 -05:00
Dhravya
ffd141ade4
merge conflicts
2024-06-30 20:50:24 -05:00
codetorso
66a7c24d22
done!
2024-07-01 07:11:20 +05:30
codetorso
888a1a589f
dhravya's improvements
2024-07-01 06:48:00 +05:30
codetorso
4d381dd00f
canvas (3/3)
2024-07-01 06:08:17 +05:30
codetorso
6294f5fa33
fix typescript errors
2024-06-29 20:34:48 +05:30