aboutsummaryrefslogtreecommitdiff
path: root/apps/web/package.json
Commit message (Collapse)AuthorAgeFilesLines
* security: fix CVE-2026-23864Dhravya Shah2026-01-261-7/+7
|
* extract metadata ourselvesDhravya Shah2026-01-231-1/+0
|
* feat: deep-research on user profile and tiptap integration (#672)01-14-feat_deep-research_on_user_profileMaheshtheDev2026-01-151-3/+17
| | | | | | | | 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-3/+3
|
* PR: nova alpha release (#670)Mahesh Sanikommu2026-01-131-1/+5
| | | Co-authored-by: Dhravya Shah <[email protected]>
* feat: supermemory MCP 4.0 (#631)Mahesh Sanikommu2025-12-301-1/+1
|
* fix: another react vulnerability (#615)mintlify/update-docs-pr-861-83030mintlify/custom-github-oauth-docs-98361mintlify/ai-finance-legal-support-5244012-11-fix_another_react_vulnerabilityMaheshtheDev2025-12-111-2/+2
|
* fix ui issues and package issue (#610)Mahesh Sanikommu2025-12-061-1/+1
|
* use latest graph and remove old graph (#604)use-memory-graph-packagenexxeln2025-12-041-0/+1
|
* fix: rsc critical vulnerability for react (#602)12-03-fix_rsc_critical_vulnerability_for_reactMaheshtheDev2025-12-031-1/+1
| | | | https://nextjs.org/blog/CVE-2025-66478
* fix: org switch issue on consumer when dev org exists (#577)11-11-fix_org_switch_issue_on_consumer_when_dev_org_existsMaheshtheDev2025-11-111-2/+2
|
* Migrate Chat Persistence from localStorage to IndexedDB to Fix ↵Aryan Keluskar2025-11-061-0/+1
| | | | QuotaExceededError (#560)
* Upgrade to nextjs16 (#557)Karan Lokchandani2025-11-041-96/+100
| | | Signed-off-by: Karan <[email protected]>
* chore: remove unused packages (#551)VIshal Anton2025-11-021-4/+0
| | | Co-authored-by: antonvishal <[email protected]>
* feat: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-011-0/+4
| | | | | | | | 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-011-1/+2
| | | | This is the onboarding flow that you have all seen in my demo.
* fix: disable experimental React Compiler in Next.js config and remove ↵MaheshtheDev2025-09-281-1/+0
| | | | | | | | | | | | | | | | babel-plugin-react-compiler dependency. (#441) Removed React Compiler from the project configuration and dependencies. ### What changed? - Removed `reactCompiler: true` from the experimental options in `next.config.ts` - Removed `babel-plugin-react-compiler` dependency from `package.json` - Updated formatting in `next.config.ts` to use consistent indentation and semicolons ### Why make this change? React Compiler (formerly React Forget) is still in experimental phase and may be causing stability issues or unnecessary complexity in the build process. Removing it simplifies our dependency tree while maintaining full functionality. The PostHog update ensures we're using the latest version with any bug fixes or improvements.
* changes to chrome extension (#402)Dhravya2025-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### 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-2/+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
* sentry sourcemapsDhravya Shah2025-08-231-1/+4
|
* feat: sentry integration (#376)MaheshtheDev2025-08-211-1/+1
|
* Enhanced Text Editor and format fixes with biome (#371)Mahesh Sanikommu2025-08-211-90/+94
|
* New Version of Supermemory Consumer AppMahesh Sanikommmu2025-08-161-174/+90
|
* redeplDhravya Shah2025-01-301-1/+1
|
* import tools: CSV and markdown (obsidian)Dhravya Shah2025-01-221-3/+2
|
* fix: postgres errorDhravya Shah2025-01-221-1/+1
|
* Supermemory v2 Release 🚀Dhravya Shah2025-01-201-51/+163
|
* fix: all build errorsDhravya Shah2024-08-271-2/+3
|
* editorcodetorso2024-08-161-26/+34
|
* Add PWA Support for Web AppMaheshtheDev2024-08-081-0/+1
|
* posthogDhravya Shah2024-08-061-0/+1
|
* merged latest changes with queue branch and ready for prodDhravya Shah2024-08-061-0/+1
|\
| * fix: stuffDhravya Shah2024-08-031-0/+1
| |
* | db schema in packagesKush Thaker2024-07-311-1/+0
|/
* pnpmSaatvik Arya2024-07-251-4/+10
|
* fix scriptSaatvik Arya2024-07-251-12/+7
|
* Revert "small commits big pr"CodeTorso2024-07-201-52/+51
|
* believe in god, hope this workscodetorso2024-07-201-51/+52
|
* deployment attemptDhravya Shah2024-07-181-1/+0
|
* use tabsDhravya2024-07-161-52/+52
|
* added breadcrumbs for easier navigation on webDhravya2024-07-141-0/+1
|
* added sentryDhravya2024-07-141-0/+1
|
* Revert "added bun lockfile"Dhravya2024-07-141-1/+1
| | | | This reverts commit ba44e6e6b01bcc25fea961c994d630fcedb97f4e.
* build using bunDhravya Shah2024-07-121-1/+1
|
* makeshift notes pageDhravya2024-06-301-2/+3
|
* Merge branch 'main' into feat/landing_revampKinfe Michael Tariku2024-06-251-4/+11
|\
| * fix: redirect if not logged inDhravya2024-06-241-3/+3
| |
| * aaaaaaaaDhravya2024-06-241-2/+2
| |
| * a lot of hotfixes to fix production buildDhravya2024-06-241-1/+1
| |
| * trying to fix buildDhravya2024-06-241-1/+1
| |