| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
chore: update new contributions for raycast extension
add quick add from selection with extension
|
| | |
|
| | |
|
| |
|
|
| |
https://nextjs.org/blog/CVE-2025-66478
|
| |
|
|
| |
- ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
|
| |
|
|
|
|
|
| |
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
|
| |\ |
|
| | | |
|
| |/ |
|
| |
|
|
| |
+ new playground (#588)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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

|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: Naman Bansal <[email protected]>
|
| |
|
|
|
| |
based on mintlify questions (#550)
Co-authored-by: Naman Bansal <[email protected]>
|
| | |
|
| |
|
|
| |
Signed-off-by: fyzanshaik <[email protected]>
Co-authored-by: Mahesh Sanikommmu <[email protected]>
|
| |
|
| |
Co-authored-by: antonvishal <[email protected]>
|
| |
|
|
|
|
|
|
|
|
| |
Fixes all following sentry issues
- CONSUMER-APP-FF
- CONSUMER-APP-1T
- CONSUMER-APP-86
- CONSUMER-APP-7H
- CONSUMER-APP-4F
- CONSUMER-APP-7X
|
| | |
|
| |
|
|
|
| |
- Fixes the Hydration issue on the model selector
- Add ability to show the Model
|
| |
|
|
| |
apps/web/app/(navigation)/page.tsx (#565)
|
| |
|
|
| |
QuotaExceededError (#560)
|
| |
|
| |
Signed-off-by: Karan <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
> [!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
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This PR updates the README with several improvements:
- Added a light/dark mode compatible logo using the `<picture>` element
- Added a tagline: "Your AI second brain for saving and organizing everything that matters"
- Added badges for Web App, Chrome Extension, and Raycast Extension
- Added a developer resources section with links to the Developer Console and Documentation
- Added detailed sections for the Browser Extension and Raycast Extension features
- Fixed minor typos and grammar issues
- Updated all screenshots with newer versions
- Added a new logo-light-fullmark.svg file for light mode display
- Removed the "Quick Start for Contributors" section as it's covered in the [CONTRIBUTING.md](http://CONTRIBUTING.md)

|
| |
|
|
| |

|
| |
|
| |
Co-authored-by: antonvishal <[email protected]>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
### Relocated logo file and removed unnecessary configuration files.
### What changed?
- Moved `logo.svg` to `apps/web/public/logo-fullmark.svg`
- Updated the logo path in `README.md` to reflect the new location
- Removed empty `.npmrc` file
- Removed `apps/web/public/_headers` file that contained Next.js static caching configuration
|
| |
|
|
|
|
|
|
|
|
|
| |
### 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: Mahesh Sanikommu <[email protected]>
|
| |
|
|
|
|
|
|
| |
When connector is syncing

After connected showing the metadata

|
| | |
|
| |
|
|
|
|
|
| |
- Changed the logo image source in App.tsx to use a file based svg rather than url one.
- Enhanced the loading indicator with an animated SVG.
- Adjusted styles for better alignment and spacing in the loading section.
- Added the dark-transparent.svg file to the public directory.
|
| |\
| |
| | |
docs: fixed naming convention of SDK usage examples
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
updated the new supermemory support email to `[email protected]`
|