aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/views
Commit message (Collapse)AuthorAgeFilesLines
* feat: delete org consumer (#654)01-05-feat_delete_org_consumerMaheshtheDev2026-01-061-0/+117
|
* chore: chatid for posthog (#650)01-03-chore_chatid_for_posthogMaheshtheDev2026-01-041-0/+1
|
* fix: add memory google drive connector (#647)Mahesh Sanikommu2026-01-041-6/+0
|
* chore: enable google drive connection (#646)01-02-chore_enable_google_drive_connectionMaheshtheDev2026-01-022-33/+2
|
* chore: update cursor one click mcp install (#639)12-30-chore_update_cursor_one_click_mcp_installMaheshtheDev2025-12-311-1/+1
|
* replace all old mcp references with newDhravya Shah2025-12-302-37/+40
|
* fix: resolve UI accessibility, hydration, and semantic HTML issues (#520)Aman pandit2025-12-072-42/+46
| | | Co-authored-by: Mahesh Sanikommu <[email protected]>
* Update X social links from supermemoryai to supermemory (#607)12-05-fix_x_handle_linksMaheshtheDev2025-12-071-1/+1
| | | | we recently got new x/twitter handle and update the references for the links
* Fix: Prevent multiple prompts while AI response is generated (fixes #538) (#583)Hardik Vora2025-11-181-18/+55
|
* fix: file upload source (#579)11-12-fix_file_upload_sourceMaheshtheDev2025-11-131-0/+3
|
* fix: past due pending users improvements (#572)11-10-fix_past_due_pending_users_improvementsMaheshtheDev2025-11-102-32/+99
|
* fix(web): sentry issues across the web app (#570)11-08-fix_web_sentry_issues_across_the_web_appMaheshtheDev2025-11-091-5/+50
| | | | | | | | | | Fixes all following sentry issues - CONSUMER-APP-FF - CONSUMER-APP-1T - CONSUMER-APP-86 - CONSUMER-APP-7H - CONSUMER-APP-4F - CONSUMER-APP-7X
* fix: hydration issue and selected model in chat (#568)11-08-fix_hydration_issue_and_selected_model_in_chatMaheshtheDev2025-11-091-9/+15
| | | | | - Fixes the Hydration issue on the model selector - Add ability to show the Model
* fix: disable google drive connection due to upstream provider issue (#559)11-04-fix_disable_google_drive_connection_due_to_upstream_provider_issueMaheshtheDev2025-11-042-3/+40
| | | | | | | | | | | | | | > [!NOTE] > Temporarily disabled Google Drive connections with appropriate UI indicators and error messages. ### What changed? - Added checks to prevent users from connecting to Google Drive in both the connections tab and integrations view - Added error messages explaining that Google Drive connections are temporarily disabled - Updated UI to visually indicate that Google Drive is disabled: - Added "Temporarily disabled" status indicator in the integrations list - Added explanatory text in multiple locations - Disabled the connect button for Google Drive specifically
* fix: chat messages scroll effect (#544)Mahesh Sanikommu2025-10-291-160/+166
|
* fix: skeleton and mobile chat improvments (#541)10-28-fix_skeleton_and_mobile_chat_improvmentsMaheshtheDev2025-10-291-1/+1
| | | | | | | | | | | ### Improved mobile responsiveness across chat interface and memory list with better loading states. ### What changed? - Added responsive padding in chat page for mobile devices - Enhanced header layout for chat titles with proper truncation and responsive text sizes - Replaced the simple loading spinner in memory list with skeleton loading cards - Improved message container width constraints on mobile devices
* fix: add type safety annotations and fix hook dependencies in chat (#521)Aman pandit2025-10-281-15/+37
|
* feat: improved add memory UI bits (#502)Hardik Vora2025-10-275-20/+20
|
* Fix/invalid dom property (#526)Saksham Kushwaha2025-10-271-0/+1
| | | Co-authored-by: Mahesh Sanikommu <[email protected]>
* feat: more clarity on the connectors sync (#523)MaheshtheDev2025-10-271-10/+51
| | | | | | | | When connector is syncing ![image.png](https://app.graphite.dev/user-attachments/assets/68ab8a7f-6e0c-4900-8b6e-a7f1e1ae99f2.png) After connected showing the metadata ![image.png](https://app.graphite.dev/user-attachments/assets/d53d3cc9-234b-4365-b4e0-c50ab23d8876.png)
* fix: pricing in the settings (#528)MaheshtheDev2025-10-272-3/+3
|
* Fix formatting in chat-messages.tsxMahesh Sanikommu2025-10-181-1/+1
|
* feat(chat): increase maxSteps to allow multiple tool-calling roundsAryan Keluskar2025-10-181-1/+1
|
* feat: project selection, creation for each connectors (#486)MaheshtheDev2025-10-121-101/+527
| | | | | - Added Project Selection for Each Connectors - Updated the Layout from list the cards layout
* removed unneccasary commentsMahesh Sanikommmu2025-10-101-1/+0
|
* improve Add Memory dialog UX and dark/light mode consistencyYour Name2025-10-094-17/+17
|
* feat: history view in the header and dialog modal (#456)MaheshtheDev2025-10-061-5/+8
|
* feat: multiple models & ui improvements (#455)MaheshtheDev2025-10-062-2/+31
|
* feat: app improvements (#454)MaheshtheDev2025-10-061-1/+0
|
* fix: raycast org selection based api key creation (#447)MaheshtheDev2025-10-031-2/+7
|
* 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-032-61/+64
| | | | | | | | | | | | | | | | | | | # 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-021-5/+236
| | | | | | | | | | | | 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)
* feat: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-019-1102/+1084
| | | | | | | | feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-242-2/+2
|\
| * fix(pricing): update the new pricing limits on pro plan (#439)MaheshtheDev2025-09-242-2/+2
| |
* | bump versionDhravya Shah2025-09-241-11/+12
|/
* ui: enable chrome extension download (#423)MaheshtheDev2025-09-171-8/+38
| | | | ![image.png](https://app.graphite.dev/user-attachments/assets/22834a69-840e-45e3-a7d1-ea5827fb5f58.png)
* change /memories to /documents, remove unwanted dependency, biome formatDhravya Shah2025-09-152-100/+100
|
* fix: autumn caching issue (#421)MaheshtheDev2025-09-132-296/+285
|
* fix: connections activation autumn (#419)MaheshtheDev2025-09-121-113/+118
|
* feat: pro subscriber email config (#417)MaheshtheDev2025-09-101-2/+22
|
* fix: billing page (#416)MaheshtheDev2025-09-071-173/+208
|
* feat: add mcp migrate route (#410)shreyans/09-03-feat_add_mcp_migrate_routeCodeWithShreyans2025-09-041-40/+40
|
* completely remove waitlist (#404)Dhravya2025-09-011-12/+28
|
* changes to chrome extension (#402)Dhravya2025-09-011-7/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### 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.
* feat: migrate from react-markdown to streamdown (#394)mahesh/streamdown-integrationMaheshtheDev2025-08-291-51/+45
| | | | | | | | | | | | | | | | | | | | | 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
* Merge pull request #384 from ↵Mahesh Sanikommu2025-08-281-0/+669
|\ | | | | | | | | 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-251-12/+356
| |