aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components
Commit message (Collapse)AuthorAgeFilesLines
* use latest graph and remove old graph (#604)use-memory-graph-packagenexxeln2025-12-048-8/+8
|
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-191-1/+1
| | | | | | | | | | | | | | includes: - a package that contains a MemoryGraph component which handles fetching data and rendering the graph - a playground to test the package problems: - the bundle size is huge - the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles ![image.png](https://app.graphite.com/user-attachments/assets/cb1822c5-850a-45a2-9bfa-72b73436659f.png)
* Fix: Prevent multiple prompts while AI response is generated (fixes #538) (#583)Hardik Vora2025-11-181-18/+55
|
* fix: prevent memory from opening when delete memory dialog is open (#582)Hardik Vora2025-11-145-25/+43
|
* feat: add inline confirmation for chat deletion (#581)Hardik Vora2025-11-141-13/+52
|
* 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-093-54/+103
| | | | | | | | | | 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-092-51/+17
| | | | | - 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
* feat(browser-extension): webpages capture with markdown conversion (#548)10-31-feat_browser-extension_webpages_capture_with_markdown_conversionMaheshtheDev2025-11-033-5/+21
| | | | | | | | | | | | Improved browser extension memory saving with better content handling and added markdown conversion. ### What changed? - Enhanced memory content handling in the background script to prioritize different content types (explicit content, highlighted text, markdown, HTML, or URL) - Added HTML to markdown conversion using TurndownService when saving entire pages - Improved HTML handling by removing script tags before processing - Updated the web app to display the saved URL from metadata when available - Added turndown library and its type definitions as dependencies
* chore: mcp connection trouble nav to manual mcp (#552)11-02-chore_mcp_connection_trouble_nav_to_manual_mcpMaheshtheDev2025-11-031-74/+128
| | | | ![image.png](https://app.graphite.dev/user-attachments/assets/937eff40-0a98-4616-b3ce-a74a8926f082.png)
* 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-293-11/+29
| | | | | | | | | | | ### 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-272-34/+20
| | | 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
|
* Merge pull request #472 from Mikethebot44/feature/show-memory-content-markdownMahesh Sanikommu2025-10-181-9/+152
|\ | | | | Add markdown rendering support to memory content display
| * removed unneccasry commentsMahesh Sanikommmu2025-10-101-7/+1
| |
| * removed unused code and lint issuesMahesh Sanikommmu2025-10-101-50/+98
| |
| * feat: format memory dialog content in markdownYour Name2025-10-091-9/+110
| | | | | | | | | | | | | | - Add markdown rendering support to memory content display - Auto-detect and format JSON responses in code blocks - Convert terminal commands to bash code blocks - Improve code block styling with monospace font and compact spacing
* | comment fixesMahesh Sanikommmu2025-10-171-1/+0
| |
* | fix: mount graph dialog globally to fix chat page issuevorahardik72025-10-152-74/+247
| |
* | 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
* | Merge pull request #475 from Mikethebot44/feature/add-memory-dialog-uxDhravya Shah2025-10-104-17/+16
|\ \ | | | | | | improve Add Memory dialog UX and dark/light mode consistency
| * | removed unneccasary commentsMahesh Sanikommmu2025-10-101-1/+0
| | |
| * | improve Add Memory dialog UX and dark/light mode consistencyYour Name2025-10-094-17/+17
| |/
* | fix: mobile layout on empty projects (#479)MaheshtheDev2025-10-092-15/+55
| | | | | | | | | | | | | | | | | | | | | | | | Issue: On mobile, connect to ai modal is overlapping and hard to use the app when project is empty Fix: \- Disabling the Connect to ai modal on mobile **Reason for this fix**, as MCP modal is hardly needed for mobile users [Report issue link from Discord](https://discord.com/channels/1114913976422256742/1378895805741793350/1425912333556777082)
* | fix: add button type to ModelSelector and ProjectSelector componentsAryan Keluskar2025-10-082-0/+2
|/
* fix: project deletion on moving documents (#467)MaheshtheDev2025-10-081-1/+7
|
* feat: manual mcp and quick click to open (#464)MaheshtheDev2025-10-082-44/+227
| | | | | | | | | | | | | | ### Enhanced the Connect AI Modal with manual configuration options and improved MCP integration. ### What changed? - Added a new "Manual Config" tab in the MCP URL section that generates and displays API keys for authentication - Implemented automatic API key generation for manual MCP configuration - Added URL parameter support (`?mcp=manual`) to directly open the MCP modal with manual configuration - Improved the UI with better tab labels and more descriptive instructions - Added copy functionality for configuration JSON with visual feedback - Refactored the ConnectAIModal component to accept new props: `openInitialClient` and `openInitialTab` - Added state management for API keys and copied status
* feat: history view in the header and dialog modal (#456)MaheshtheDev2025-10-062-8/+150
|
* feat: multiple models & ui improvements (#455)MaheshtheDev2025-10-066-26/+250
|
* feat: app improvements (#454)MaheshtheDev2025-10-065-220/+80
|
* fix: mobile responsive issues on onboarding (#453)MaheshtheDev2025-10-061-2/+4
|
* feat: url cards as content preview with rich details (#452)MaheshtheDev2025-10-046-46/+50
| | | | | | | | | | | | | | | | | 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: raycast org selection based api key creation (#447)MaheshtheDev2025-10-031-2/+7
|
* ui: update the chrome extension visibilty (#448)10-01-ui_update_the_chrome_extension_visibiltyMaheshtheDev2025-10-032-1/+260
| | | | | | | | | | | | 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-037-110/+361
| | | | | | | | | | | | | | | | | | | # 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)
* 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-0128-2123/+3117
| | | | | | | | 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-012-435/+0
| | | | | | UI: onboarding improvements ui(onboarding): updated onboarding ui patterns
* feat: new onboarding flow (#408)09-03-feat_new_onboarding_flowalexf372025-10-012-0/+368
| | | | This is the onboarding flow that you have all seen in my demo.
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-243-42/+188
|\