feat: improve AI Chat UX, add notebook summary, and fix shared/reminders routing
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m50s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m50s
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
/* Memento — Architectural Grid (réf. architectural-grid1) */
|
||||
--color-memento-desk: #E5E2D9;
|
||||
--color-memento-paper: #F2F0E9;
|
||||
--color-memento-sidebar: #F6F4F0;
|
||||
--color-memento-ink: #1C1C1C;
|
||||
--color-primary: #ACB995;
|
||||
--color-memento-accent: #D4A373;
|
||||
--color-memento-blue: #75B2D6;
|
||||
--color-memento-paper-elevated: #faf9f5;
|
||||
--color-background-light: var(--color-memento-paper);
|
||||
--color-background-dark: #202020;
|
||||
@@ -342,8 +344,8 @@ html.dark .memento-active-nav {
|
||||
|
||||
:root {
|
||||
--radius: 0.5rem;
|
||||
--memento-desk: #F9F8F6;
|
||||
--background: #F9F8F6;
|
||||
--memento-desk: #E5E2D9;
|
||||
--background: #F2F0E9;
|
||||
--foreground: #212529;
|
||||
--card: #ffffff;
|
||||
--card-foreground: #212529;
|
||||
@@ -365,7 +367,7 @@ html.dark .memento-active-nav {
|
||||
--pinned-gold: #F59E0B;
|
||||
--sage-green: #10B981;
|
||||
|
||||
--sidebar: #ffffff;
|
||||
--sidebar: #F6F4F0;
|
||||
--sidebar-foreground: #212529;
|
||||
--sidebar-primary: #212529;
|
||||
--sidebar-primary-foreground: #F9F8F6;
|
||||
@@ -403,7 +405,7 @@ html.dark {
|
||||
--border: rgba(28, 28, 28, 0.1);
|
||||
--input: rgba(28, 28, 28, 0.12);
|
||||
--ring: rgba(28, 28, 28, 0.35);
|
||||
--sidebar: color-mix(in oklab, #ffffff 65%, #F2F0E9);
|
||||
--sidebar: #F6F4F0;
|
||||
--sidebar-foreground: #1C1C1C;
|
||||
--sidebar-primary: #1C1C1C;
|
||||
--sidebar-primary-foreground: #F2F0E9;
|
||||
|
||||
Reference in New Issue
Block a user