supermemory/apps/web
MaheshtheDev 56590e9329 feat: delete memories and theme issues across the app (#449)
# 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.
2025-10-03 07:51:00 +00:00
..
app ui: fix progress bar thickness on regular browser (#445) 2025-10-02 01:00:22 +00:00
components feat: delete memories and theme issues across the app (#449) 2025-10-03 07:51:00 +00:00
hooks Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
lib feat: layout design with theme improvements (#443) 2025-10-01 21:59:54 +00:00
public UI: onboarding improvements (#435) 2025-10-01 21:59:53 +00:00
stores feat: layout design with theme improvements (#443) 2025-10-01 21:59:54 +00:00
.env.example New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
.gitignore sentry sourcemaps 2025-08-23 09:55:40 -07:00
biome.json UI: onboarding improvements (#435) 2025-10-01 21:59:53 +00:00
components.json New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
globals.css feat: layout design with theme improvements (#443) 2025-10-01 21:59:54 +00:00
instrumentation-client.ts feat: sentry integration (#376) 2025-08-21 19:46:41 +00:00
middleware.ts feat: auto redirect to last site (#422) 2025-09-14 23:54:15 +00:00
next.config.ts fix: disable experimental React Compiler in Next.js config and remove babel-plugin-react-compiler dependency. (#441) 2025-09-28 20:15:49 +00:00
open-next.config.ts Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
package.json feat: layout design with theme improvements (#443) 2025-10-01 21:59:54 +00:00
postcss.config.mjs Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
README.md New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
tsconfig.json fix: name in wrangler 2025-08-23 18:37:37 -07:00
wrangler.jsonc fix: name in wrangler 2025-08-23 18:37:37 -07:00

supermemory Consumer