Commit graph

74 commits

Author SHA1 Message Date
Aryan Keluskar
7e692f9862
Migrate Chat Persistence from localStorage to IndexedDB to Fix QuotaExceededError (#560) 2025-11-06 22:20:57 -08:00
Karan Lokchandani
371a848ddf
Upgrade to nextjs16 (#557)
Signed-off-by: Karan <karanlokchandani@protonmail.com>
2025-11-04 18:46:10 -08:00
VIshal Anton
70e563fb9a
chore: remove unused packages (#551)
Co-authored-by: antonvishal <antonvishal@appexert.com>
2025-11-02 11:03:04 -08:00
MaheshtheDev
b148296f50 feat: layout design with theme improvements (#443)
feat: layout design with theme improvements

new improvements on light mode layout

chore: settings page with graph header and memories list
2025-10-01 21:59:54 +00:00
alexf37
ede0f39303 feat: new onboarding flow (#408)
This is the onboarding flow that you have all seen in my demo.
2025-10-01 21:59:53 +00:00
MaheshtheDev
a09e9db7e0 fix: disable experimental React Compiler in Next.js config and remove 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.
2025-09-28 20:15:49 +00:00
Dhravya
65e8c5d525 changes to chrome extension (#402)
### 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.
2025-09-01 06:02:37 +00:00
MaheshtheDev
5b7f9ceb44 feat: migrate from react-markdown to streamdown (#394)
| 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
2025-08-29 19:45:47 +00:00
Dhravya Shah
f7e9534ef9 sentry sourcemaps 2025-08-23 09:55:40 -07:00
MaheshtheDev
52cbf55763 feat: sentry integration (#376) 2025-08-21 19:46:41 +00:00
Mahesh Sanikommu
9e1e392a2b
Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
Mahesh Sanikommmu
39003aff23 New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
Dhravya Shah
05434b1c57 redepl 2025-01-30 21:18:18 -07:00
Dhravya Shah
75fb461501 import tools: CSV and markdown (obsidian) 2025-01-22 23:10:19 -07:00
Dhravya Shah
0c0ea871c3 fix: postgres error 2025-01-22 17:23:22 -07:00
Dhravya Shah
47904011de Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
Dhravya Shah
ba3a7b6a80 fix: all build errors 2024-08-27 11:54:00 -07:00
codetorso
73c5480fac editor 2024-08-16 09:16:46 +05:30
MaheshtheDev
94f4c66472 Add PWA Support for Web App 2024-08-08 12:07:37 -07:00
Dhravya Shah
be05d4fe7f posthog 2024-08-06 12:55:43 -07:00
Dhravya Shah
be3e13b4bf merged latest changes with queue branch and ready for prod 2024-08-06 11:05:02 -07:00
Dhravya Shah
e30e9f4e0b fix: stuff 2024-08-03 16:09:39 -07:00
Kush Thaker
241276be58 db schema in packages 2024-07-31 11:37:54 +05:30
Saatvik Arya
b5245b6ed3 pnpm 2024-07-25 13:18:38 -07:00
Saatvik Arya
f5a6057adf fix script 2024-07-25 13:10:19 -07:00
CodeTorso
ae0535215a
Revert "small commits big pr" 2024-07-20 04:47:53 +05:30
codetorso
347aa36680 believe in god, hope this works 2024-07-20 04:38:38 +05:30
Dhravya Shah
944fd75d36 deployment attempt 2024-07-18 21:41:19 -05:00
Dhravya
5b44dcb1d1 use tabs 2024-07-16 19:26:47 -05:00
Dhravya
49d257ac2c added breadcrumbs for easier navigation on web 2024-07-14 21:43:41 -05:00
Dhravya
457f9f7b12 added sentry 2024-07-14 21:02:54 -05:00
Dhravya
3db7f57613 Revert "added bun lockfile"
This reverts commit ba44e6e6b0.
2024-07-14 09:59:32 -05:00
Dhravya Shah
7fbff81ce5 build using bun 2024-07-12 17:11:53 -05:00
Dhravya
79e2673080 makeshift notes page 2024-06-30 18:42:53 -05:00
Kinfe Michael Tariku
f46e42c2df
Merge branch 'main' into feat/landing_revamp 2024-06-25 19:56:54 +03:00
Dhravya
672a0fec00 fix: redirect if not logged in 2024-06-24 21:42:13 -05:00
Dhravya
6be186f950 aaaaaaaa 2024-06-24 21:26:15 -05:00
Dhravya
532188f04a a lot of hotfixes to fix production build 2024-06-24 21:00:22 -05:00
Dhravya
e2382d48b7 trying to fix build 2024-06-24 20:49:43 -05:00
Dhravya
14729754e0 changed packagemanger for apps/web 2024-06-24 20:48:03 -05:00
Kinfe123
14a82cf087 feat: landing page revamp init 2024-06-21 13:15:15 +03:00
Dhravya
9f0fb14d56 [MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations 2024-06-14 23:35:19 -05:00
Dhravya
5ab5d8f12f minor changes and improvements 2024-06-11 19:14:37 -05:00
codetorso
743976d180 Add Memories, Canvas, Editor 2024-06-10 04:10:57 +05:30
codetorso
99659df86f before color edits 2024-06-09 20:38:37 +05:30
Dhravya
7dddaf56e3 started implmeneting filter 2024-05-26 22:21:43 -05:00
Dhravya
c12ecfc431 brought all the APIs back 2024-05-25 23:38:48 -05:00
Dhravya
075f45986f refactored UI, with shared components and UI, better rules and million lint 2024-05-25 18:41:26 -05:00
yxshv
68ee684a1a fix favicons 2024-04-13 20:49:56 +05:30
Dhravya
e2757ebc57 fix: vector length issue 2024-04-12 13:09:11 -07:00