You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/examples/review/weekly/2026-08-24.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@
70
70
},
71
71
"data": {
72
72
"title": "Weekly review",
73
-
"summary": "Review August 17\u201323 before planning the next week. You recorded 18 focus blocks and 19 interruptions. Thursday had the most focus blocks; this alone does not establish what caused the difference.",
73
+
"summary": "Review August 17–23 before planning the next week. You recorded 18 focus blocks and 19 interruptions. Thursday had the most focus blocks; this alone does not establish what caused the difference.",
74
74
"attention": "low",
75
75
"facts": {
76
76
"outcomes": [
@@ -104,7 +104,7 @@
104
104
},
105
105
{
106
106
"id": "two-reply-windows",
107
-
"label": "Try reply windows at 08:00 and 16:00",
107
+
"label": "Try two reply windows, adjusted around explicit deadlines",
"description": "Daily recorded counts, August 17\u201323. Focus blocks and interruptions are different measures, not hours.",
140
+
"description": "Daily recorded counts, August 17–23. Focus blocks and interruptions are different measures, not hours.",
141
141
"span": "two",
142
142
"series": [
143
143
{
@@ -210,14 +210,14 @@
210
210
{
211
211
"id": "n1",
212
212
"title": "Reserve Monday, Wednesday, and Friday mornings",
213
-
"description": "Try keeping two hours free on three mornings, then compare next week\u2019s recorded focus.",
213
+
"description": "Try keeping two hours free on three mornings, then compare next week’s recorded focus.",
214
214
"status": "Calendar",
215
215
"tone": "positive"
216
216
},
217
217
{
218
218
"id": "n2",
219
219
"title": "Set two inbox windows",
220
-
"description": "Reply at 08:00 and 16:00 so messages do not interrupt the 08:30 focus block.",
220
+
"description": "Use two bounded reply windows, moving one earlier whenever a message has an explicit deadline. Today’s renewal answer is due at 15:00 UTC.",
Copy file name to clipboardExpand all lines: docs/design-system.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,21 @@ Zaati OS helps someone understand their day and decide what deserves attention.
4
4
5
5
## Shared frame
6
6
7
-
All pages use the same available content width and 16/24/32px responsive gutters. The sidebar is 256px wide on desktop. `dashboard`, `focus`, and `timeline` change the internal column arrangement, never the outer page width. Three-column dashboards begin at 1280px; smaller screens stack blocks to protect readable card widths. Long paragraphs can have a readable line length inside that frame.
7
+
All pages use the same content frame, capped at 1600px, with 16/24/32px responsive gutters. The sidebar is 256px wide on desktop. `dashboard`, `focus`, and `timeline` change the internal column arrangement, never the outer page width. Three-column dashboards begin at 1280px; smaller screens stack blocks to protect readable card widths. Long paragraphs can have a readable line length inside that frame.
8
8
9
9
The instance's `enabled_sources` order controls navigation. The daily overview comes first in the example instance. Setup and Component lab sit below the everyday pages. The demo opens on Today and offers the tour from Start here instead of interrupting the first visit. Demo freshness is evaluated at the clearly labeled example date; personal instances continue using the real clock.
10
10
11
11
## Visual language
12
12
13
-
-Neutral white/charcoal surfaces, quiet gray borders, and flat cards.
13
+
-White/charcoal cards on a quiet neutral workspace surface, subtle borders, and flat content panels.
14
14
- Palette colors belong to charts, actions, and meaningful status indicators. Do not tint the entire workspace.
15
15
- Page titles: 24–30px, medium weight. Section titles: 16px, medium. Body: 14px with comfortable line height. Metrics: 24–32px tabular numerals.
16
16
- A connected metric strip uses separators, not a stack of colored cards. Values get emphasis through size, not a different background per metric.
17
17
- Keep the page title and summary concise. Use ordinary labels such as Agenda, Inbox, and Money. Avoid slogans and motivational claims.
18
18
- Static cards do not lift or cast hover shadows. Controls retain obvious focus and hover states.
19
19
20
+
The editorial font option applies serif typography to headings while retaining sans-serif navigation, controls, and data. Short supporting lists, progress panels, and text fit their content instead of stretching to the height of a neighboring chart or calendar. Metric panels can still share the height of their paired chart.
21
+
20
22
Owned shadcn-compatible primitives live in `src/components/ui/`. Use their shared Card, Button, Input, Dialog, Tabs, Badge, and Progress composition. Preserve semantic tokens and the component generator contract.
21
23
22
24
## Page composition
@@ -83,3 +85,19 @@ Reviewed September 6, 2026. These are composition references and published guida
83
85
|[PatternFly dashboard guidelines](https://www.patternfly.org/patterns/dashboard/design-guidelines/)| Start from requirements and user tasks | Define the question each page answers before choosing its components |
84
86
85
87
The specific widths, typography, and page recipes above are Zaati design decisions informed by those references. No paid template code, third-party fonts, telemetry, new chart library, or snapshot-controlled markup is introduced.
| Agenda | Date tile, timezone, separate start/end labels, duration and location | All-day events stay separate from timed durations; events sort chronologically |
95
+
| Inbox | Numbered response queue, count badges, compact waiting panel | Waiting does not imply a reply is needed |
96
+
| Work | Spacious task rows with stronger item names and status filters | Exact next steps remain beside the task |
97
+
| Money | Balance history with shared metric panel, compact supporting goals | Provisional prices and balance-versus-return distinction remain visible |
98
+
| Briefing | Ranked reading rows and a separate questions list | Questions are not presented as a chronological sequence |
99
+
| Weekly review | Recorded counts, chart, bounded experiments and evidence | Reply-window suggestions defer to explicit deadlines |
100
+
| Start here | Same frame and active navigation treatment | Three setup steps remain the entry point |
101
+
| Component lab | shadcn category tabs, intersecting text search, visible result count | Empty results and clipboard failure have explicit feedback |
102
+
103
+
Queue numbering continues through expanded items. Static notices, calendar events, and timeline markers do not lift or grow on hover. The component catalog uses the existing shadcn Tabs and Input primitives; no new runtime dependencies or snapshot fields are required.
0 commit comments