sohamd22
9017a1b5d4
add weekly digests, log, and opt out options ( #1107 )
...
### TL;DR
Adds a Weekly Digests view to the web app, allowing users to browse and read their personalized weekly memory recaps directly in the UI, along with a notification preference toggle to opt out of digest emails.
### What changed?
- Added a new `digests` view mode that renders a `DigestsView` component, accessible from the dashboard via a new weekly digest preview card that appears when a digest exists.
- `DigestsView` displays a master-detail layout: a scrollable list of past weekly digests on the left, and a full digest content pane on the right. The detail pane renders the intro (with a floating brain illustration), numbered highlights, and feature recommendations styled to mirror the email layout.
- Added thumbs-up/thumbs-down feedback controls and an optional free-text input on each digest, wired to analytics events.
- Added `useDigests` and `useDigest` hooks that fetch digest list and detail data from the API, with 5- and 10-minute stale times respectively.
- Registered four new API schema endpoints: `GET /digests`, `GET /digests/:id`, `GET /digests/preferences`, and `POST /digests/preferences`.
- Added a `DigestPreferences` section to the account settings page with a toggle that lets users opt in or out of the weekly digest email.
- Extended the `viewModeChanged` analytics event and the `viewLiterals` search param list to include `"digests"`, and added `digestViewed`, `digestFeedback`, and `digestFeedbackDetail` analytics events.
- Added documentation for the `SUPERMEMORY_EMBEDDING_RAM_LIMIT` and `SUPERMEMORY_INGEST_CONCURRENCY` environment variables, explaining the memory-bounded ingestion queue and its live terminal status output.
### How to test?
1. Navigate to the dashboard and confirm the weekly digest preview card appears when a digest exists, and clicking it transitions to the `digests` view.
2. In the digests view, verify the list renders past digests with the most recent highlighted by a gradient border, and selecting a row loads the correct detail content.
3. Confirm the empty state renders correctly when no digests exist.
4. Use the thumbs-up/thumbs-down buttons and the detailed feedback textarea on a digest, verifying the toast confirmation appears on submission.
5. Open account settings, locate the "Notifications" section, and toggle the weekly digest switch on and off, verifying the preference persists without errors.
6. Confirm the `digests` view mode is reflected in the URL search params when active.
### Why make this change?
Users currently receive weekly digest emails but have no way to revisit past digests within the app. This change surfaces digest history directly in the UI, adds in-product feedback collection on digest quality, and gives users control over whether they receive the emails — improving discoverability, engagement, and preference management.
2026-06-18 01:06:40 +00:00
Ishaan Gupta
925be7c6c5
Add Antigravity MCP setup ( #1119 )
2026-06-16 12:10:36 +05:30
sohamd22
dfff4f0fe2
add images for weekly digest email ( #1106 )
...
### TL;DR
Added new digest feature images and wordmark asset to the web app's public directory.
### What changed?
Five new images were added under `apps/web/public/images/digest/`:
- `feat-memory.png`
- `feat-profiles.png`
- `feat-retrieval.png`
- `feat-router.png`
- `wordmark.png`
### How to test?
Verify the images are accessible via their public URLs (e.g., `/images/digest/feat-memory.png`) and render correctly wherever they are referenced in the application.
### Why make this change?
These assets are needed to support the digest feature showcase, providing visual representations of the memory, profiles, retrieval, and router features, along with a wordmark for branding purposes.
2026-06-12 21:58:01 +00:00
MaheshtheDev
819090ae9d
feat(integrations): add Poke integration ( #1066 )
...
- New Poke card in Apps & extensions linking to the Poke recipe (OAuth, no manual MCP URL)
- Featured hero slot for Poke with palm-tree emoji
- Reusable NEW badge, applied to Poke
- Poke logo asset, full-cover icon styling
- POKE_RECIPE_URL constant; guard Chrome-only analytics on external cards
2026-06-08 18:00:07 +00:00
MaheshtheDev
6c6b5297b6
Add web app OG image metadata ( #1058 )
2026-06-06 02:11:36 +00:00
Dhravya Shah
5ec625cff7
Update app favicon assets ( #953 )
2026-05-16 21:24:27 -07:00
MaheshtheDev
085c3dd8b3
feat: add codex and revamp plugins page ( #931 )
2026-05-11 23:13:08 +00:00
Mahesh Sanikommu
6437814f25
feat: add X-App-Source header to Nova + remove notify checkbox ( #926 )
...
Co-authored-by: Ishaan Gupta <ishaankone@gmail.com>
Co-authored-by: Vedant Mahajan <vedant.04.mahajan@gmail.com>
Co-authored-by: Akhilesh Arora <akhildawra@gmail.com>
2026-05-11 13:11:04 -07:00
MaheshtheDev
68b6c66321
feat: major iteration on the app ( #896 )
...
feat: major iteration on the app
add: dashboard improvements
few more improvements
add few more improvements
add few more changes
home improvmeents
few more improvements
add lot of modifications
fix few things
2026-05-02 23:58:58 +00:00
MaheshtheDev
bc7f6fcf74
feat: mcp modal with better instructions ( #836 )
...
feat: mcp modal with better instructions
add docs screenshots and claude setup
2026-04-08 19:20:11 +00:00
MaheshtheDev
0638f65bc3
feat(nova): add hermes plugin instructions ( #832 )
2026-04-06 23:18:38 +00:00
vorflux[bot]
5a63ebc996
chore: rename ClawdBot to OpenClaw across web and docs ( #811 )
...
Co-authored-by: Vorflux AI <noreply@vorflux.com>
2026-03-26 22:10:57 -07:00
Dhravya Shah
f50e6234fe
fix: integrations page
2026-02-10 09:44:42 -08:00
nexxeln
5dd358a939
graph frontend ( #713 )
2026-02-09 07:02:20 +00:00
Mahesh Sanikommu
645f89310c
PR: nova alpha release ( #670 )
...
Co-authored-by: Dhravya Shah <dhravya@supermemory.com>
2026-01-13 00:54:56 -08:00
MaheshtheDev
a2071d0deb
chore: update readme with recent updates and latest demo ( #547 )
...
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 )

2025-11-03 00:39:55 +00:00
MaheshtheDev
440b923225
chore: remove unused files ( #540 )
...
### 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
2025-10-29 06:40:19 +00:00
MaheshtheDev
050b241fb6
ui: update the chrome extension visibilty ( #448 )
...
ui: update the chrome extension visibilty
fix the ui for the chrome extension icon
remove bun lock


2025-10-03 07:55:08 +00:00
MaheshtheDev
60794f63e2
UI: onboarding improvements ( #435 )
...
UI: onboarding improvements
ui(onboarding): updated onboarding ui patterns
2025-10-01 21:59:53 +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
bf2d8e2f5f
feat: add mcp url to clients in connect ai modal ( #406 )
...

2025-09-01 23:43:54 +00:00
Mahesh Sanikommmu
bba2bf09f1
added connections as well to integrations view
2025-08-25 12:15:19 -07:00
Mahesh Sanikommmu
fddc21aab2
added usage notes
2025-08-16 20:15:39 -07:00
Mahesh Sanikommmu
39003aff23
New Version of Supermemory Consumer App
2025-08-16 18:50:10 -07:00
Dhravya Shah
186efa4244
delete spaces
2025-02-14 12:43:55 -08:00
Dhravya Shah
47904011de
Supermemory v2 Release 🚀
2025-01-20 17:50:45 -07:00
MaheshtheDev
94f4c66472
Add PWA Support for Web App
2024-08-08 12:07:37 -07:00
codetorso
c7b98a39b8
let's go boys!! canvas
2024-07-25 10:56:32 +05:30
Dhravya Shah
a45f785146
onboarding UI
2024-07-20 22:20:39 -05:00
CodeTorso
ae0535215a
Revert "small commits big pr"
2024-07-20 04:47:53 +05:30
codetorso
a5c0574b7c
onboarding page
2024-07-19 07:56:26 +05:30
Dhravya
5b44dcb1d1
use tabs
2024-07-16 19:26:47 -05:00
ImgBotApp
57ff7e5389
[ImgBot] Optimize images
...
/apps/web/public/images/asking_questions.png -- 352.04kb -> 187.72kb (46.68%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-07-05 02:22:32 +00:00
Dhravya Shah
4df36ebdb1
Merge pull request #94 from Dhravya/imgbot
...
[ImgBot] Optimize images
2024-07-04 20:46:37 -05:00
Dhravya
e292442642
minor changes to landing page
2024-07-02 18:39:51 -05:00
ImgBotApp
03d268a93d
[ImgBot] Optimize images
...
*Total -- 9,034.40kb -> 8,377.06kb (7.28%)
/apps/web/public/icons/android-chrome-512x512.png -- 37.40kb -> 21.80kb (41.72%)
/apps/web/public/embed-icons/github_gist.png -- 1.44kb -> 0.88kb (38.82%)
/apps/web/public/icons/apple-touch-icon.png -- 9.17kb -> 5.67kb (38.17%)
/apps/web/public/icons/android-chrome-192x192.png -- 10.14kb -> 6.31kb (37.75%)
/packages/ui/icons/autocomplete.svg -- 0.34kb -> 0.25kb (28.08%)
/apps/web/public/images/carousel-illustration-01.png -- 105.23kb -> 78.02kb (25.86%)
/apps/web/public/embed-icons/spotify.png -- 2.21kb -> 1.69kb (23.4%)
/packages/ui/icons/block.svg -- 0.43kb -> 0.33kb (22.22%)
/apps/web/public/icons/favicon-32x32.png -- 0.96kb -> 0.75kb (21.78%)
/apps/web/public/og-image.png -- 1,892.98kb -> 1,487.92kb (21.4%)
/apps/web/public/images/privacy.png -- 75.14kb -> 59.69kb (20.57%)
/apps/web/public/embed-icons/codepen.png -- 2.13kb -> 1.74kb (18.26%)
/apps/web/public/embed-icons/scratch.png -- 3.63kb -> 3.04kb (16.33%)
/apps/web/public/embed-icons/google_calendar.png -- 0.94kb -> 0.81kb (14.14%)
/apps/web/public/embed-icons/google_maps.png -- 1.86kb -> 1.69kb (9.25%)
/packages/ui/icons/link.svg -- 1.11kb -> 1.01kb (8.66%)
/apps/web/public/embed-icons/val_town.png -- 0.53kb -> 0.48kb (8.52%)
/apps/web/public/embed-icons/felt.png -- 0.95kb -> 0.88kb (8.29%)
/apps/web/public/embed-icons/excalidraw.png -- 0.83kb -> 0.77kb (7.09%)
/apps/web/public/images/service-1.png -- 1,737.09kb -> 1,620.85kb (6.69%)
/apps/web/public/embed-icons/observable.png -- 0.75kb -> 0.70kb (6.24%)
/apps/web/public/landing-ui-2.png -- 13.45kb -> 12.68kb (5.72%)
/apps/extension/public/icon/icon_48.png -- 2.04kb -> 1.93kb (5.22%)
/apps/web/public/icons/icon/zoom-in.svg -- 0.65kb -> 0.62kb (4.65%)
/apps/web/public/embed-icons/tldraw.png -- 0.61kb -> 0.59kb (4%)
/apps/web/public/images/landing_integrations.png -- 196.88kb -> 189.09kb (3.96%)
/apps/extension/public/icon/icon_16.png -- 0.96kb -> 0.92kb (3.67%)
/packages/ui/icons/settings.svg -- 2.63kb -> 2.54kb (3.35%)
/apps/web/public/icons/icon/zoom-out.svg -- 0.56kb -> 0.54kb (3.31%)
/apps/web/public/icons/icon/horizontal-align-end.svg -- 0.39kb -> 0.38kb (3.26%)
/apps/web/public/icons/icon/horizontal-align-start.svg -- 0.43kb -> 0.42kb (3.15%)
/apps/web/public/icons/icon/vertical-align-middle.svg -- 0.62kb -> 0.60kb (3.14%)
/apps/web/public/icons/icon/toggle-off.svg -- 0.25kb -> 0.25kb (3.08%)
/apps/web/public/icons/icon/vertical-align-start.svg -- 0.41kb -> 0.40kb (2.86%)
/apps/web/public/icons/icon/vertical-align-end.svg -- 0.41kb -> 0.40kb (2.84%)
/apps/web/public/landing-bg-2.svg -- 0.68kb -> 0.66kb (2.74%)
/apps/web/public/icons/icon/horizontal-align-middle.svg -- 0.61kb -> 0.60kb (2.7%)
/apps/web/public/icons/icon/color.svg -- 0.15kb -> 0.14kb (2.68%)
/apps/web/public/icons/icon/toggle-on.svg -- 0.22kb -> 0.22kb (2.61%)
/apps/web/public/icons/icon/dot.svg -- 0.15kb -> 0.15kb (2.6%)
/apps/web/public/icons/icon/reset-zoom.svg -- 0.71kb -> 0.69kb (2.48%)
/apps/web/public/icons/icon/info-circle.svg -- 0.52kb -> 0.50kb (2.46%)
/apps/web/public/icons/icon/dash-solid.svg -- 0.17kb -> 0.16kb (2.35%)
/apps/web/public/icons/icon/question-mark-circle.svg -- 0.55kb -> 0.53kb (2.33%)
/apps/web/public/icons/icon/size-large.svg -- 0.18kb -> 0.17kb (2.21%)
/apps/web/public/icons/icon/spline-line.svg -- 0.18kb -> 0.17kb (2.21%)
/apps/web/public/icons/icon/arrowhead-none.svg -- 0.18kb -> 0.17kb (2.2%)
/apps/web/public/icons/icon/tool-line.svg -- 0.18kb -> 0.18kb (2.14%)
/apps/web/public/icons/icon/text-align-left.svg -- 0.19kb -> 0.19kb (2.06%)
/apps/web/public/icons/icon/text-align-center.svg -- 0.19kb -> 0.19kb (2.06%)
/apps/web/public/icons/icon/text-align-right.svg -- 0.19kb -> 0.19kb (2.05%)
/apps/web/public/icons/icon/arrowhead-bar.svg -- 0.19kb -> 0.19kb (2.01%)
/apps/web/public/icons/icon/stack-horizontal.svg -- 0.20kb -> 0.20kb (1.96%)
/apps/web/public/icons/icon/stack-vertical.svg -- 0.20kb -> 0.20kb (1.94%)
/apps/web/public/icons/icon/geo-triangle.svg -- 0.20kb -> 0.20kb (1.93%)
/apps/web/public/landing-bg-1.svg -- 0.66kb -> 0.65kb (1.93%)
/apps/web/public/icons/icon/geo-x-box.svg -- 0.41kb -> 0.41kb (1.89%)
/apps/web/public/icons/icon/geo-check-box.svg -- 0.42kb -> 0.41kb (1.88%)
/apps/web/public/icons/icon/broken.svg -- 0.63kb -> 0.62kb (1.86%)
/apps/web/public/icons/icon/arrowhead-arrow.svg -- 0.22kb -> 0.21kb (1.79%)
/apps/web/public/icons/icon/arrowhead-dot.svg -- 0.33kb -> 0.32kb (1.79%)
/apps/web/public/icons/icon/warning-triangle.svg -- 0.66kb -> 0.65kb (1.78%)
/apps/web/public/icons/icon/align-left.svg -- 0.33kb -> 0.33kb (1.76%)
/packages/ui/icons/drag.svg -- 5.03kb -> 4.95kb (1.75%)
/apps/web/public/images/gradient.png -- 2,250.78kb -> 2,212.16kb (1.72%)
/apps/web/public/icons/icon/stretch-horizontal.svg -- 0.48kb -> 0.47kb (1.64%)
/apps/web/public/icons/icon/tool-screenshot.svg -- 0.48kb -> 0.47kb (1.62%)
/apps/web/public/icons/icon/geo-ellipse.svg -- 0.25kb -> 0.25kb (1.54%)
/apps/web/public/icons/icon/distribute-vertical.svg -- 0.64kb -> 0.63kb (1.52%)
/apps/web/public/icons/icon/tool-arrow.svg -- 0.26kb -> 0.26kb (1.5%)
/apps/web/public/icons/icon/size-extra-large.svg -- 0.39kb -> 0.39kb (1.49%)
/apps/web/public/icons/icon/geo-rectangle.svg -- 0.26kb -> 0.26kb (1.49%)
/apps/web/public/icons/icon/minus.svg -- 0.26kb -> 0.26kb (1.48%)
/apps/web/public/icons/icon/arrowhead-triangle.svg -- 0.27kb -> 0.26kb (1.47%)
/apps/web/public/icons/icon/bring-forward.svg -- 0.27kb -> 0.27kb (1.45%)
/apps/web/public/icons/icon/distribute-horizontal.svg -- 0.68kb -> 0.67kb (1.43%)
/apps/web/public/icons/icon/align-right.svg -- 0.42kb -> 0.41kb (1.41%)
/apps/web/public/icons/icon/send-backward.svg -- 0.28kb -> 0.27kb (1.4%)
/apps/web/public/icons/icon/chevrons-ne.svg -- 0.28kb -> 0.27kb (1.4%)
/apps/web/public/icons/icon/chevrons-sw.svg -- 0.28kb -> 0.27kb (1.4%)
/apps/web/public/icons/icon/tool-note.svg -- 0.42kb -> 0.42kb (1.39%)
/apps/web/public/icons/icon/tool-laser.svg -- 0.71kb -> 0.70kb (1.38%)
/apps/web/public/icons/icon/size-medium.svg -- 0.28kb -> 0.28kb (1.38%)
/apps/web/public/icons/icon/tool-pointer.svg -- 0.28kb -> 0.28kb (1.37%)
/apps/web/public/icons/icon/arrow-left.svg -- 0.28kb -> 0.28kb (1.37%)
/apps/web/public/icons/icon/spline-cubic.svg -- 0.29kb -> 0.28kb (1.37%)
/apps/web/public/icons/icon/send-to-back.svg -- 0.29kb -> 0.28kb (1.37%)
/apps/web/public/icons/icon/bring-to-front.svg -- 0.29kb -> 0.28kb (1.36%)
/apps/web/public/icons/icon/geo-oval.svg -- 0.29kb -> 0.29kb (1.35%)
/apps/web/public/icons/icon/menu.svg -- 0.59kb -> 0.58kb (1.33%)
/apps/web/public/icons/icon/arrowhead-square.svg -- 0.29kb -> 0.29kb (1.33%)
/apps/web/public/icons/icon/unlock.svg -- 0.45kb -> 0.45kb (1.29%)
/packages/ui/icons/nextarrow.svg -- 0.23kb -> 0.22kb (1.29%)
/apps/web/public/icons/icon/external-link.svg -- 0.31kb -> 0.30kb (1.27%)
/apps/web/public/images/landing_vault.png -- 1,456.96kb -> 1,438.58kb (1.26%)
/apps/web/public/icons/icon/align-bottom.svg -- 0.31kb -> 0.31kb (1.25%)
/apps/web/public/icons/icon/clipboard-copy.svg -- 2.19kb -> 2.16kb (1.25%)
/apps/web/public/icons/icon/dots-horizontal.svg -- 0.63kb -> 0.62kb (1.24%)
/apps/web/public/icons/icon/dots-vertical.svg -- 0.63kb -> 0.62kb (1.24%)
/apps/web/public/icons/icon/fill-solid.svg -- 0.56kb -> 0.55kb (1.22%)
/apps/web/public/icons/icon/arrowhead-diamond.svg -- 0.48kb -> 0.48kb (1.21%)
/apps/web/public/icons/icon/question-mark.svg -- 0.49kb -> 0.48kb (1.2%)
/apps/web/public/icons/icon/align-center-horizontal.svg -- 0.49kb -> 0.48kb (1.2%)
/apps/web/public/icons/icon/tool-pencil.svg -- 0.49kb -> 0.48kb (1.2%)
/apps/web/public/icons/icon/drag-handle-dots.svg -- 1.15kb -> 1.14kb (1.19%)
/apps/web/public/icons/icon/mixed.svg -- 1.68kb -> 1.66kb (1.16%)
/apps/web/public/icons/icon/lock.svg -- 0.51kb -> 0.50kb (1.16%)
/apps/web/public/icons/icon/tool-frame.svg -- 0.35kb -> 0.35kb (1.11%)
/apps/web/public/icons/icon/edit.svg -- 0.35kb -> 0.35kb (1.11%)
/apps/web/public/icons/icon/geo-rhombus.svg -- 0.36kb -> 0.35kb (1.1%)
/apps/web/public/icons/icon/geo-trapezoid.svg -- 0.36kb -> 0.35kb (1.1%)
/apps/web/public/icons/icon/geo-rhombus-2.svg -- 0.36kb -> 0.35kb (1.1%)
/apps/web/public/icons/icon/geo-arrow-down.svg -- 0.36kb -> 0.35kb (1.09%)
/apps/web/public/icons/icon/stretch-vertical.svg -- 0.54kb -> 0.54kb (1.08%)
/apps/web/public/icons/icon/share-1.svg -- 0.55kb -> 0.54kb (1.07%)
/apps/web/public/icons/icon/geo-arrow-right.svg -- 0.37kb -> 0.37kb (1.06%)
/apps/web/public/icons/icon/geo-arrow-left.svg -- 0.37kb -> 0.37kb (1.06%)
/apps/web/public/icons/icon/following.svg -- 0.58kb -> 0.57kb (1.02%)
/apps/web/public/icons/icon/follow.svg -- 0.58kb -> 0.58kb (1%)
/apps/web/public/icons/icon/leading.svg -- 0.58kb -> 0.58kb (1%)
/apps/web/public/icons/icon/geo-arrow-up.svg -- 0.39kb -> 0.39kb (1%)
/apps/web/public/icons/icon/dash-dotted.svg -- 2.62kb -> 2.59kb (0.97%)
/apps/web/public/icons/icon/plus.svg -- 0.41kb -> 0.40kb (0.96%)
/apps/web/public/icons/icon/geo-diamond.svg -- 0.41kb -> 0.41kb (0.95%)
/apps/web/public/icons/icon/tool-eraser.svg -- 0.44kb -> 0.43kb (0.89%)
/packages/ui/icons/add.svg -- 0.22kb -> 0.22kb (0.89%)
/apps/web/public/icons/icon/discord.svg -- 1.81kb -> 1.79kb (0.87%)
/packages/ui/icons/select.svg -- 0.34kb -> 0.34kb (0.86%)
/apps/web/public/icons/icon/geo-heart.svg -- 0.34kb -> 0.34kb (0.86%)
/apps/web/public/icons/icon/align-top.svg -- 0.46kb -> 0.46kb (0.85%)
/apps/web/public/icons/icon/geo-pentagon.svg -- 0.46kb -> 0.46kb (0.84%)
/apps/web/public/icons/icon/chevron-up.svg -- 0.47kb -> 0.47kb (0.83%)
/apps/web/public/icons/icon/chevron-down.svg -- 0.47kb -> 0.47kb (0.83%)
/apps/web/public/icons/icon/chevron-right.svg -- 0.47kb -> 0.47kb (0.82%)
/apps/web/public/icons/icon/chevron-left.svg -- 0.48kb -> 0.47kb (0.82%)
/apps/web/public/icons/icon/link.svg -- 0.72kb -> 0.71kb (0.82%)
/apps/web/public/icons/icon/check.svg -- 0.48kb -> 0.48kb (0.81%)
/apps/web/public/icons/icon/align-center-vertical.svg -- 0.48kb -> 0.48kb (0.81%)
/apps/web/public/icons/icon/check-circle.svg -- 0.73kb -> 0.72kb (0.8%)
/packages/ui/icons/arrowright.svg -- 0.24kb -> 0.24kb (0.8%)
/apps/web/public/icons/icon/tool-highlight.svg -- 0.75kb -> 0.74kb (0.79%)
/apps/web/public/icons/icon/geo-cloud.svg -- 0.50kb -> 0.50kb (0.78%)
/apps/web/public/icons/icon/ungroup.svg -- 2.04kb -> 2.03kb (0.77%)
/apps/web/public/icons/icon/geo-hexagon.svg -- 0.51kb -> 0.51kb (0.76%)
/apps/web/public/icons/icon/fill-semi.svg -- 0.52kb -> 0.51kb (0.75%)
/apps/web/public/icons/icon/dash-draw.svg -- 0.52kb -> 0.52kb (0.75%)
/apps/web/public/icons/icon/group.svg -- 2.34kb -> 2.32kb (0.75%)
/apps/web/public/icons/icon/rotate-ccw.svg -- 0.79kb -> 0.78kb (0.74%)
/apps/web/public/icons/icon/fill-none.svg -- 0.54kb -> 0.53kb (0.73%)
/apps/web/public/icons/icon/disconnected.svg -- 1.38kb -> 1.37kb (0.71%)
/apps/web/public/icons/icon/rotate-cw.svg -- 0.85kb -> 0.84kb (0.69%)
/apps/web/public/icons/icon/cross-circle.svg -- 0.86kb -> 0.86kb (0.68%)
/apps/web/public/icons/icon/clipboard-copied.svg -- 0.87kb -> 0.87kb (0.67%)
/apps/web/public/icons/icon/cross-2.svg -- 0.60kb -> 0.60kb (0.65%)
/apps/web/public/icons/icon/arrowhead-triangle-inverted.svg -- 0.61kb -> 0.60kb (0.64%)
/apps/web/public/icons/icon/pack.svg -- 0.63kb -> 0.63kb (0.62%)
/apps/web/public/icons/icon/redo.svg -- 0.64kb -> 0.64kb (0.61%)
/apps/web/public/icons/icon/undo.svg -- 0.65kb -> 0.64kb (0.61%)
/apps/web/public/icons/icon/geo-octagon.svg -- 0.65kb -> 0.65kb (0.6%)
/apps/web/public/icons/icon/font-draw.svg -- 0.66kb -> 0.65kb (0.59%)
/apps/web/public/icons/icon/trash.svg -- 1.32kb -> 1.31kb (0.59%)
/apps/web/public/icons/icon/geo-star.svg -- 0.67kb -> 0.66kb (0.59%)
/apps/web/public/icons/icon/duplicate.svg -- 0.71kb -> 0.71kb (0.55%)
/apps/web/public/icons/icon/twitter.svg -- 1.16kb -> 1.15kb (0.51%)
/apps/web/public/icons/icon/tool-media.svg -- 1.17kb -> 1.17kb (0.5%)
/packages/ui/icons/search.svg -- 0.61kb -> 0.61kb (0.48%)
/apps/web/public/icons/icon/font-mono.svg -- 1.36kb -> 1.35kb (0.43%)
/apps/web/public/icons/icon/tool-text.svg -- 0.94kb -> 0.93kb (0.42%)
/apps/web/public/icons/icon/font-sans.svg -- 1.42kb -> 1.41kb (0.41%)
/apps/web/public/icons/icon/blob.svg -- 0.98kb -> 0.97kb (0.4%)
/packages/ui/icons/url.svg -- 1.02kb -> 1.02kb (0.38%)
/apps/web/public/logo.svg -- 1.81kb -> 1.81kb (0.38%)
/apps/web/public/icons/icon/tool-hand.svg -- 1.10kb -> 1.10kb (0.36%)
/apps/web/public/icons/icon/github.svg -- 1.32kb -> 1.31kb (0.3%)
/apps/web/public/icons/icon/font-serif.svg -- 2.01kb -> 2.01kb (0.29%)
/packages/ui/icons/history.svg -- 0.68kb -> 0.68kb (0.29%)
/apps/web/public/icons/icon/size-small.svg -- 1.85kb -> 1.85kb (0.21%)
/packages/ui/icons/memories.svg -- 1.00kb -> 1.00kb (0.2%)
/packages/ui/icons/explore.svg -- 1.10kb -> 1.10kb (0.18%)
/apps/web/public/icons/icon/dash-dashed.svg -- 2.75kb -> 2.74kb (0.14%)
/packages/ui/icons/canvas.svg -- 2.30kb -> 2.30kb (0.13%)
/apps/web/public/icons/icon/fill-pattern.svg -- 4.63kb -> 4.62kb (0.13%)
/packages/ui/icons/chat.svg -- 1.70kb -> 1.70kb (0.11%)
/apps/web/public/images/memory.svg -- 251.61kb -> 251.45kb (0.07%)
/apps/web/public/images/search.svg -- 327.24kb -> 327.13kb (0.03%)
/apps/web/public/landing-ui.svg -- 538.96kb -> 538.79kb (0.03%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-07-01 13:10:26 +00:00
Kinfe123
3408c15752
fix: adding self hostable
2024-06-26 10:18:27 +03:00
Dhravya
821e63719c
landing page minor changes
2024-06-25 21:18:17 -05:00
Kinfe Michael Tariku
f46e42c2df
Merge branch 'main' into feat/landing_revamp
2024-06-25 19:56:54 +03:00
Kinfe123
14a82cf087
feat: landing page revamp init
2024-06-21 13:15:15 +03:00
Kartik
39ba65431d
improve: /home page
2024-06-16 13:14:28 +05:30
codetorso
1f6d4198ec
Icons now in our website integrated
2024-06-12 14:21:10 +05:30
codetorso
743976d180
Add Memories, Canvas, Editor
2024-06-10 04:10:57 +05:30
Dhravya
075f45986f
refactored UI, with shared components and UI, better rules and million lint
2024-05-25 18:41:26 -05:00
Dhravya
126b2d00df
more meta tags
2024-04-13 23:48:14 -07:00
Dhravya
532da5f295
manifest file for pwa
2024-04-13 23:11:34 -07:00
Dhravya
d878645f37
added favicon
2024-04-13 23:11:09 -07:00
yxshv
ba47246430
fix notes
2024-04-13 23:54:22 +05:30
Dhravya
0d6cd7c447
added logic for importing all tweets
2024-04-12 22:38:12 -07:00
Dhravya
9220d5f243
some branding attempts
2024-04-10 18:57:45 -07:00