aboutsummaryrefslogtreecommitdiff
path: root/packages/ui
Commit message (Collapse)AuthorAgeFilesLines
* chore: cmdk, google docs viewer, image preview, document icons (#691)01-21-chore_cmdk_google_docs_viewer_image_preview_document_iconsMaheshtheDev2026-01-221-3/+2
|
* feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fixMaheshtheDev2026-01-218-127/+148
| | | | | | | | - Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
* feat: deep-research on user profile and tiptap integration (#672)01-14-feat_deep-research_on_user_profileMaheshtheDev2026-01-151-1/+1
| | | | | | | | deep-research on user profile add novel integration tiptap 3.x integration
* chore: quick bugs squash across the elements and added few more changes (#671)Mahesh Sanikommu2026-01-131-1/+1
|
* PR: nova alpha release (#670)Mahesh Sanikommu2026-01-138-18/+457
| | | Co-authored-by: Dhravya Shah <[email protected]>
* fix: memory graph not visible with just docsDhravya Shah2025-12-171-13/+11
|
* fix ui issues and package issue (#610)Mahesh Sanikommu2025-12-0614-1/+3951
|
* use latest graph and remove old graph (#604)use-memory-graph-packagenexxeln2025-12-0414-3951/+1
|
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-193-24/+11
| | | | | | | | | | | | | | 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(web): sentry issues across the web app (#570)11-08-fix_web_sentry_issues_across_the_web_appMaheshtheDev2025-11-092-5/+52
| | | | | | | | | | Fixes all following sentry issues - CONSUMER-APP-FF - CONSUMER-APP-1T - CONSUMER-APP-86 - CONSUMER-APP-7H - CONSUMER-APP-4F - CONSUMER-APP-7X
* feat: improved add memory UI bits (#502)Hardik Vora2025-10-271-1/+1
|
* fix: magic link auth for chrome extension (#492)MaheshtheDev2025-10-171-6/+9
| | | | The issue is whenever a user is trying to log in with an email and a one-time code, the Chrome extension is not able to authenticate. The fix is to add a callback URL with a query parameter of `extension-auth-success` equal to `true`, which will allow the Chrome extension to identify and verify the auth whenever a user is trying to log in into the Chrome extension.
* feat: multiple models & ui improvements (#455)MaheshtheDev2025-10-061-2/+2
|
* feat: app improvements (#454)MaheshtheDev2025-10-062-3/+3
|
* feat: delete memories and theme issues across the app (#449)10-02-fix_ui_theme_issues_across_the_appMaheshtheDev2025-10-038-22/+22
| | | | | | | | | | | | | | | | | | | # 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: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-018-152/+256
| | | | | | | | feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list
* feat: new onboarding flow (#408)09-03-feat_new_onboarding_flowalexf372025-10-013-4/+49
| | | | This is the onboarding flow that you have all seen in my demo.
* small changesDhravya Shah2025-09-091-253/+256
|
* feat: add mcp migrate route (#410)shreyans/09-03-feat_add_mcp_migrate_routeCodeWithShreyans2025-09-041-93/+120
|
* fix: buildDhravya Shah2025-08-291-0/+1
|
* BETTER GRAPH (#398)Dhravya Shah2025-08-296-70/+517
| | | Co-authored-by: Dhravya Shah <[email protected]>
* feat: migrate from react-markdown to streamdown (#394)mahesh/streamdown-integrationMaheshtheDev2025-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 #377 from supermemoryai/mahesh/update-memory-detail-viewMahesh Sanikommu2025-08-261-1/+1
|\ | | | | ui (memory detail): improved memory detail view and open chat
| * ui (memory detail): improved memory detail view and open chatMahesh Sanikommmu2025-08-231-1/+1
| |
* | feat: add 'last used' badge to login page (#387)Alex Foster2025-08-251-154/+207
|/
* Enhanced Text Editor and format fixes with biome (#371)Mahesh Sanikommu2025-08-2178-2110/+2151
|
* New Version of Supermemory Consumer AppMahesh Sanikommmu2025-08-1682-0/+9165
|
* Supermemory v2 Release 🚀Dhravya Shah2025-01-2065-3086/+0
|
* fix: prop types in comboboxDhravya Shah2024-08-121-4/+14
|
* alert when deleting spacecodeTorso2024-08-122-1/+142
|
* why is this novel shit brokecodeTorso2024-08-121-32/+55
|
* Scroll bar addedfyzanshaik2024-08-051-10/+68
|
* mergedDhravya Shah2024-07-285-0/+64
|\
| * let's go boys!! canvascodetorso2024-07-255-0/+64
| |
* | home page stylecodetorso2024-07-281-1/+1
| |
* | formatSaatvik Arya2024-07-253-15/+15
| |
* | pnpmSaatvik Arya2024-07-251-2/+9
| |
* | address ts issuesSaatvik Arya2024-07-251-1/+3
|/
* Merge pull request #135 from aryasaatvik/ui-tsconfigDhravya Shah2024-07-224-4/+6
|\ | | | | fix(ui, repo): resolve typescript svg import error
| * resolve ts error for svg importsSaatvik Arya2024-07-223-2/+6
| |
| * remove redundant icon exportSaatvik Arya2024-07-221-2/+0
| |
* | add damn home iconDhravya Shah2024-07-221-0/+3
| |
* | fix loaders, allow larger websitesDhravya Shah2024-07-221-1/+1
|/
* revert menuDhravya Shah2024-07-211-0/+2
|
* added telegram bot linkDhravya Shah2024-07-201-0/+15
|
* changes in queryinput home layoutDhravya Shah2024-07-201-2/+0
|
* Revert "small commits big pr"CodeTorso2024-07-204-20/+11
|
* skeleton loaders for recent chatscodetorso2024-07-191-0/+15
|
* improved textarea layout + home page imrpovemntscodetorso2024-07-183-9/+4
|
* Refactor and add beutiful spacefiltercodetorso2024-07-181-2/+1
|