Session 2: files upload/preview, meetings with action items, decisions

This commit is contained in:
2026-02-28 04:00:55 +00:00
parent 5773808ae4
commit 82d03ce23a
18 changed files with 1317 additions and 0 deletions

View File

@@ -966,6 +966,14 @@ a:hover { color: var(--accent-hover); }
.search-type-domains { background: var(--green-soft); color: var(--green); }
.search-type-areas { background: var(--surface2); color: var(--text-secondary); }
.search-type-daily_focus { background: var(--amber-soft); color: var(--amber); }
.search-type-meetings { background: var(--purple-soft); color: var(--purple); }
.search-type-decisions { background: var(--green-soft); color: var(--green); }
.search-type-files { background: var(--surface2); color: var(--text-secondary); }
/* Impact badges */
.impact-high { background: var(--red-soft); color: var(--red); }
.impact-medium { background: var(--amber-soft); color: var(--amber); }
.impact-low { background: var(--surface2); color: var(--muted); }
/* ---- Search Page Form ---- */
.search-page-form {