| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: cmdk, google docs viewer, image preview, document icons (#691)01-21-chore_cmdk_google_docs_viewer_image_preview_document_icons | MaheshtheDev | 2026-01-22 | 1 | -3/+2 |
| | | |||||
| * | feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fix | MaheshtheDev | 2026-01-21 | 8 | -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_profile | MaheshtheDev | 2026-01-15 | 1 | -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 Sanikommu | 2026-01-13 | 1 | -1/+1 |
| | | |||||
| * | PR: nova alpha release (#670) | Mahesh Sanikommu | 2026-01-13 | 8 | -18/+457 |
| | | | | Co-authored-by: Dhravya Shah <[email protected]> | ||||
| * | fix: memory graph not visible with just docs | Dhravya Shah | 2025-12-17 | 1 | -13/+11 |
| | | |||||
| * | fix ui issues and package issue (#610) | Mahesh Sanikommu | 2025-12-06 | 14 | -1/+3951 |
| | | |||||
| * | use latest graph and remove old graph (#604)use-memory-graph-package | nexxeln | 2025-12-04 | 14 | -3951/+1 |
| | | |||||
| * | package the graph (#563)shoubhit/eng-358-packaging-graph-component | nexxeln | 2025-11-19 | 3 | -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  | ||||
| * | fix(web): sentry issues across the web app (#570)11-08-fix_web_sentry_issues_across_the_web_app | MaheshtheDev | 2025-11-09 | 2 | -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 Vora | 2025-10-27 | 1 | -1/+1 |
| | | |||||
| * | fix: magic link auth for chrome extension (#492) | MaheshtheDev | 2025-10-17 | 1 | -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) | MaheshtheDev | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | feat: app improvements (#454) | MaheshtheDev | 2025-10-06 | 2 | -3/+3 |
| | | |||||
| * | feat: delete memories and theme issues across the app (#449)10-02-fix_ui_theme_issues_across_the_app | MaheshtheDev | 2025-10-03 | 8 | -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_improvements | MaheshtheDev | 2025-10-01 | 8 | -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_flow | alexf37 | 2025-10-01 | 3 | -4/+49 |
| | | | | | This is the onboarding flow that you have all seen in my demo. | ||||
| * | small changes | Dhravya Shah | 2025-09-09 | 1 | -253/+256 |
| | | |||||
| * | feat: add mcp migrate route (#410)shreyans/09-03-feat_add_mcp_migrate_route | CodeWithShreyans | 2025-09-04 | 1 | -93/+120 |
| | | |||||
| * | fix: build | Dhravya Shah | 2025-08-29 | 1 | -0/+1 |
| | | |||||
| * | BETTER GRAPH (#398) | Dhravya Shah | 2025-08-29 | 6 | -70/+517 |
| | | | | Co-authored-by: Dhravya Shah <[email protected]> | ||||
| * | feat: migrate from react-markdown to streamdown (#394)mahesh/streamdown-integration | MaheshtheDev | 2025-08-29 | 1 | -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-view | Mahesh Sanikommu | 2025-08-26 | 1 | -1/+1 |
| |\ | | | | | ui (memory detail): improved memory detail view and open chat | ||||
| | * | ui (memory detail): improved memory detail view and open chat | Mahesh Sanikommmu | 2025-08-23 | 1 | -1/+1 |
| | | | |||||
| * | | feat: add 'last used' badge to login page (#387) | Alex Foster | 2025-08-25 | 1 | -154/+207 |
| |/ | |||||
| * | Enhanced Text Editor and format fixes with biome (#371) | Mahesh Sanikommu | 2025-08-21 | 78 | -2110/+2151 |
| | | |||||
| * | New Version of Supermemory Consumer App | Mahesh Sanikommmu | 2025-08-16 | 82 | -0/+9165 |
| | | |||||
| * | Supermemory v2 Release 🚀 | Dhravya Shah | 2025-01-20 | 65 | -3086/+0 |
| | | |||||
| * | fix: prop types in combobox | Dhravya Shah | 2024-08-12 | 1 | -4/+14 |
| | | |||||
| * | alert when deleting space | codeTorso | 2024-08-12 | 2 | -1/+142 |
| | | |||||
| * | why is this novel shit broke | codeTorso | 2024-08-12 | 1 | -32/+55 |
| | | |||||
| * | Scroll bar added | fyzanshaik | 2024-08-05 | 1 | -10/+68 |
| | | |||||
| * | merged | Dhravya Shah | 2024-07-28 | 5 | -0/+64 |
| |\ | |||||
| | * | let's go boys!! canvas | codetorso | 2024-07-25 | 5 | -0/+64 |
| | | | |||||
| * | | home page style | codetorso | 2024-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | format | Saatvik Arya | 2024-07-25 | 3 | -15/+15 |
| | | | |||||
| * | | pnpm | Saatvik Arya | 2024-07-25 | 1 | -2/+9 |
| | | | |||||
| * | | address ts issues | Saatvik Arya | 2024-07-25 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #135 from aryasaatvik/ui-tsconfig | Dhravya Shah | 2024-07-22 | 4 | -4/+6 |
| |\ | | | | | fix(ui, repo): resolve typescript svg import error | ||||
| | * | resolve ts error for svg imports | Saatvik Arya | 2024-07-22 | 3 | -2/+6 |
| | | | |||||
| | * | remove redundant icon export | Saatvik Arya | 2024-07-22 | 1 | -2/+0 |
| | | | |||||
| * | | add damn home icon | Dhravya Shah | 2024-07-22 | 1 | -0/+3 |
| | | | |||||
| * | | fix loaders, allow larger websites | Dhravya Shah | 2024-07-22 | 1 | -1/+1 |
| |/ | |||||
| * | revert menu | Dhravya Shah | 2024-07-21 | 1 | -0/+2 |
| | | |||||
| * | added telegram bot link | Dhravya Shah | 2024-07-20 | 1 | -0/+15 |
| | | |||||
| * | changes in queryinput home layout | Dhravya Shah | 2024-07-20 | 1 | -2/+0 |
| | | |||||
| * | Revert "small commits big pr" | CodeTorso | 2024-07-20 | 4 | -20/+11 |
| | | |||||
| * | skeleton loaders for recent chats | codetorso | 2024-07-19 | 1 | -0/+15 |
| | | |||||
| * | improved textarea layout + home page imrpovemnts | codetorso | 2024-07-18 | 3 | -9/+4 |
| | | |||||
| * | Refactor and add beutiful spacefilter | codetorso | 2024-07-18 | 1 | -2/+1 |
| | | |||||