aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * feat: url cards as content preview with rich details (#452)MaheshtheDev2025-10-047-104/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | fix: all broken linksDhravya Shah2025-10-075-20/+4
|/
* fix: model namesDhravya Shah2025-10-0321-138/+137
|
* chore: fix docs againDhravya Shah2025-10-031-3/+1
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-10-0340-168/+4894
|\
| * fix: raycast org selection based api key creation (#447)MaheshtheDev2025-10-032-2/+8
| |
| * ui: update the chrome extension visibilty (#448)10-01-ui_update_the_chrome_extension_visibiltyMaheshtheDev2025-10-036-1/+275
| | | | | | | | | | | | | | | | | | | | | | | | 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)
| * fix: billing metrics display for pro users (#450)10-02-fix_billing_metrics_display_for_pro_usersMaheshtheDev2025-10-032-30/+31
| | | | | | | | | | | | Before we are showing 0/0 ![image.png](https://app.graphite.dev/user-attachments/assets/d306f167-4151-490c-bb5c-f3774d5324b7.png)
| * feat: delete memories and theme issues across the app (#449)10-02-fix_ui_theme_issues_across_the_appMaheshtheDev2025-10-0315-132/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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.
| * feat(raycast-extension): initial version of supermemory extension for ↵09-24-feat_raycast-extension_initial_version_of_supermemory_extension_for_raycastMaheshtheDev2025-10-0216-5/+4199
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | fix: docsDhravya Shah2025-10-037-29/+12
| |
* | fix: tools filesDhravya Shah2025-10-022-2/+8
|/
* fix: Migration guidesDhravya Shah2025-10-011-4/+4
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-10-0187-10483/+6459
|\
| * ui: fix progress bar thickness on regular browser (#445)10-01-ui_fix_progress_bar_thickness_on_regular_browserMaheshtheDev2025-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | Before ![image.png](https://app.graphite.dev/user-attachments/assets/86346d6f-720f-498d-a2e1-80fa705cd7e7.png) After ![image.png](https://app.graphite.dev/user-attachments/assets/a1bfd96d-022c-47bf-838f-13af31a24c23.png)
| * fix: hardcode names (#444)10-01-fix_hardcode_namesMaheshtheDev2025-10-011-1/+3
| |
| * feat: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-0164-10227/+4064
| | | | | | | | | | | | | | | | feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list
| * UI: onboarding improvements (#435)09-23-ui_onboarding_improvementsMaheshtheDev2025-10-0122-1447/+1015
| | | | | | | | | | | | UI: onboarding improvements ui(onboarding): updated onboarding ui patterns
| * feat: new onboarding flow (#408)09-03-feat_new_onboarding_flowalexf372025-10-0127-13/+2582
| | | | | | | | This is the onboarding flow that you have all seen in my demo.
* | feat: Add memory vs rag and migration section to docsDhravya Shah2025-10-015-51/+986
|/
* feat: Claude memory integrationDhravya Shah2025-09-2913-4/+2647
|
* fix: buildDhravya Shah2025-09-281-15/+989
|
* hot-fix: chat conversation reaching max depth with update (#442)MaheshtheDev2025-09-291-68/+107
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-283-40/+35
|\
| * fix: disable experimental React Compiler in Next.js config and remove ↵MaheshtheDev2025-09-283-40/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | babel-plugin-react-compiler dependency. (#441) Removed React Compiler from the project configuration and dependencies. ### What changed? - Removed `reactCompiler: true` from the experimental options in `next.config.ts` - Removed `babel-plugin-react-compiler` dependency from `package.json` - Updated formatting in `next.config.ts` to use consistent indentation and semicolons ### Why make this change? React Compiler (formerly React Forget) is still in experimental phase and may be causing stability issues or unnecessary complexity in the build process. Removing it simplifies our dependency tree while maintaining full functionality. The PostHog update ensures we're using the latest version with any bug fixes or improvements.
* | migrate docs to publicDhravya Shah2025-09-28121-0/+20188
|/
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-2411-73/+364
|\
| * fix: SSR issue while localStorage is being accessed (#437)MaheshtheDev2025-09-241-1/+10
| |
| * feat(extension): Auto Logout when token is invalidated, Account Section (#438)MaheshtheDev2025-09-245-29/+174
| | | | | | | | | | | | | | | | | | | | | | ## 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)
| * fix(pricing): update the new pricing limits on pro plan (#439)MaheshtheDev2025-09-242-2/+2
| |
| * feat: add one click install to cursor on connect to ai modal (#436)MaheshtheDev2025-09-231-39/+176
| |
| * Update ADD_MEMORY_SHORTCUT_URL to new URL (#434)MaheshtheDev2025-09-231-1/+1
| |
| * Rename CONTRIBUTING.md file (#433)MaheshtheDev2025-09-232-1/+1
| | | | | | | | - Renamed CONTRIBUTE.md to CONTRIBUTING.md to follow standard GitHub conventions.
* | bump versionDhravya Shah2025-09-242-12/+13
|/
* fix: one more type errorDhravya Shah2025-09-191-1/+1
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-192-0/+1
|\
| * feat: new favicon (#426)shreyans/09-18-feat_new_faviconCodeWithShreyans2025-09-192-0/+1
| |
* | fixDhravya Shah2025-09-192-115/+119
|/
* fix: one more build errorDhravya Shah2025-09-181-34/+34
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-182-15/+47
|\
| * ui: enable chrome extension download (#423)MaheshtheDev2025-09-172-15/+47
| | | | | | | | ![image.png](https://app.graphite.dev/user-attachments/assets/22834a69-840e-45e3-a7d1-ea5827fb5f58.png)
* | fixDhravya Shah2025-09-181-1/+1
|/
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-151-1/+7
|\
| * feat: auto redirect to last site (#422)shreyans/09-14-feat_auto_redirect_to_last_siteCodeWithShreyans2025-09-141-1/+7
| |
* | change /memories to /documents, remove unwanted dependency, biome formatDhravya Shah2025-09-158-119/+116
|/
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-135-519/+652
|\
| * fix: autumn caching issue (#421)MaheshtheDev2025-09-132-296/+285
| |
| * ui: delete document and related memories dialog (#420)MaheshtheDev2025-09-132-110/+249
| |
| * fix: connections activation autumn (#419)MaheshtheDev2025-09-121-113/+118
| |
* | update: ReadmeDhravya Shah2025-09-1360-3986/+41
|/