aboutsummaryrefslogtreecommitdiff
path: root/apps/web
Commit message (Collapse)AuthorAgeFilesLines
* formatting09-18-formattingDhravya Shah2025-09-1838-2044/+1824
|
* refetching logic change09-18-refetching_logic_changeDhravya Shah2025-09-181-294/+331
|
* newish get started page09-18-newish_get_started_pageDhravya Shah2025-09-188-0/+606
|
* 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-152-100/+100
|/
* fix: autumn caching issue (#421)MaheshtheDev2025-09-132-296/+285
|
* ui: delete document and related memories dialog (#420)MaheshtheDev2025-09-131-109/+176
|
* fix: connections activation autumn (#419)MaheshtheDev2025-09-121-113/+118
|
* feat: pro subscriber email config (#417)MaheshtheDev2025-09-101-2/+22
|
* extension: updated telemetry and batch upload (#415)MaheshtheDev2025-09-081-11/+19
|
* fix: billing page (#416)MaheshtheDev2025-09-071-173/+208
|
* feat: add mcp migrate route (#410)shreyans/09-03-feat_add_mcp_migrate_routeCodeWithShreyans2025-09-045-287/+675
|
* ux: support integration (#405)MaheshtheDev2025-09-011-1/+32
| | | | ![image.png](https://app.graphite.dev/user-attachments/assets/b00fb7aa-0df8-4a9b-908f-598012e9bdbd.png)
* feat: add mcp url to clients in connect ai modal (#406)MaheshtheDev2025-09-012-44/+81
| | | | ![image.png](https://app.graphite.dev/user-attachments/assets/7f4136fc-2d10-46e9-a837-b09d2d6486f8.png)
* completely remove waitlist (#404)Dhravya2025-09-015-286/+33
|
* fix: tour guide fix on overlap (#403)MaheshtheDev2025-09-011-1/+11
|
* changes to chrome extension (#402)Dhravya2025-09-012-8/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### 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.
* ui: default open connect ai modal (#401)MaheshtheDev2025-09-011-26/+57
|
* feat: redesign MCP connection flow with step-based UI and v1 migration (#399)MaheshtheDev2025-09-012-142/+419
| | | | [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)
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-08-301-1/+14
|\
| * Merge branch 'main' into mahesh/browser-extensionMahesh Sanikommu2025-08-295-356/+332
| |\
| * | added app token registration for extensionMahesh Sanikommmu2025-08-281-2/+14
| | |
* | | temp disable waitlist for user testingDhravya Shah2025-08-301-11/+12
| |/ |/|
* | BETTER GRAPH (#398)Dhravya Shah2025-08-291-286/+281
| | | | | | Co-authored-by: Dhravya Shah <[email protected]>
* | feat: migrate from react-markdown to streamdown (#394)mahesh/streamdown-integrationMaheshtheDev2025-08-293-55/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | refactor(ui): optimize menu hover width and simplify text layout (#396)08-29-optimize_menu_hover_width_and_simplify_text_layoutMaheshtheDev2025-08-291-16/+2
|/ | | | | | | | | | | | | | 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
* Merge pull request #384 from ↵Mahesh Sanikommu2025-08-283-10/+697
|\ | | | | | | | | supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation feat (ui): Integrations page with shortcuts & auto API Key generation
| * fix the commetns08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generationMahesh Sanikommmu2025-08-281-4/+4
| |
| * added connections as wellMahesh Sanikommmu2025-08-252-16/+360
| |
| * added connections as well to integrations viewMahesh Sanikommmu2025-08-253-6/+349
| |
* | feat: support project-specific installation commands (#390)08-27-feat_support_project-specific_installation_commandsalexf372025-08-271-24/+107
| | | | | | | | | | 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)
* | Merge pull request #377 from supermemoryai/mahesh/update-memory-detail-viewMahesh Sanikommu2025-08-265-768/+807
|\ \ | | | | | | ui (memory detail): improved memory detail view and open chat
| * | added summary and memory details to memory detail viewMahesh Sanikommmu2025-08-241-31/+71
| | |
| * | ui (memory detail): improved memory detail view and open chatMahesh Sanikommmu2025-08-235-768/+767
| | |
* | | fix: memory limits cutoff (#385)alex/fix-memory-limits-cutoffalexf372025-08-261-11/+18
| | | | | | | | | | | | 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.
* | | fix: missing dialog title in consumer mobile drawer (#386)alexf372025-08-261-0/+6
| | |
* | | fix sentry server issue (#388)MaheshtheDev2025-08-253-50/+0
| |/ |/|
* | fix: name in wranglerDhravya Shah2025-08-233-48/+48
| |
* | fix: unused ts expect errorDhravya Shah2025-08-231-1/+0
| |
* | sentry sourcemapsDhravya Shah2025-08-232-1/+7
|/
* fix: env varsDhravya Shah2025-08-222-2/+3
|
* feat: sentry integration (#376)MaheshtheDev2025-08-218-50/+134
|
* Enhanced Text Editor and format fixes with biome (#371)Mahesh Sanikommu2025-08-2153-4222/+5187
|
* added usage notesMahesh Sanikommmu2025-08-165-352/+312
|
* New Version of Supermemory Consumer AppMahesh Sanikommmu2025-08-16360-25971/+9522
|