| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
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

|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Add markdown rendering support to memory content display
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
- Add markdown rendering support to memory content display
- Auto-detect and format JSON responses in code blocks
- Convert terminal commands to bash code blocks
- Improve code block styling with monospace font and compact spacing
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
- Added Project Selection for Each Connectors
- Updated the Layout from list the cards layout
|
| |\ \
| | |
| | | |
improve Add Memory dialog UX and dark/light mode consistency
|
| | | | |
|
| | |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Issue:
On mobile, connect to ai modal is overlapping and hard to use the app when project is empty
Fix:
\- Disabling the Connect to ai modal on mobile
**Reason for this fix**, as MCP modal is hardly needed for mobile users
[Report issue link from Discord](https://discord.com/channels/1114913976422256742/1378895805741793350/1425912333556777082)
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
### Enhanced the Connect AI Modal with manual configuration options and improved MCP integration.
### What changed?
- Added a new "Manual Config" tab in the MCP URL section that generates and displays API keys for authentication
- Implemented automatic API key generation for manual MCP configuration
- Added URL parameter support (`?mcp=manual`) to directly open the MCP modal with manual configuration
- Improved the UI with better tab labels and more descriptive instructions
- Added copy functionality for configuration JSON with visual feedback
- Refactored the ConnectAIModal component to accept new props: `openInitialClient` and `openInitialTab`
- Added state management for API keys and copied status
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improved memory detail UI with better document icons and layout and Added dark mode support to the Chrome extension button
### What changed?
- Enhanced the WebsiteCard component with an `onOpenDetails` prop
- Improved the MemoryDetail component with:
- Better layout for document headers and source links
- Enhanced content scrolling with proper height constraints
- Improved spacing and padding in various sections
- Added favicon support to document icons, showing website favicons for webpage documents
- Fixed document type detection for webpages and URLs
- Added dark mode support to the Chrome extension button component with appropriate color classes
[Screen Recording 2025-10-03 at 11.34.01 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov" />](https://app.graphite.dev/user-attachments/video/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ui: update the chrome extension visibilty
fix the ui for the chrome extension icon
remove bun lock


|
| |
|
|
|
|
| |
Before we are showing 0/0

|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# 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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
raycast (#440)
feat(raycast-extension): initial version of supermemory extension for raycast
chore: update the metadata and ui for app to get api key


|
| |
|
|
|
|
|
|
|
|
| |
Before

After

|
| | |
|
| |
|
|
|
|
|
|
| |
feat: layout design with theme improvements
new improvements on light mode layout
chore: settings page with graph header and memories list
|
| |
|
|
|
|
| |
UI: onboarding improvements
ui(onboarding): updated onboarding ui patterns
|
| |
|
|
| |
This is the onboarding flow that you have all seen in my demo.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |\ |
|