diff --git a/.changeset/panel-v21-hero.md b/.changeset/panel-v21-hero.md new file mode 100644 index 0000000000..d51ced250c --- /dev/null +++ b/.changeset/panel-v21-hero.md @@ -0,0 +1,5 @@ +--- +"@anticapture/dashboard": minor +--- + +Replace the Panel section header with the v2.1 hero: a judgment headline, a subhead explaining the Stage framework, a link to the framework docs, and a "Governance risk, right now" card showing Stage 0/1/2 as horizontal bars with per-stage hover detail. Retires the Treasury Monitoring and Delegated Supply History cards. diff --git a/.changeset/panel-v21-services-row.md b/.changeset/panel-v21-services-row.md new file mode 100644 index 0000000000..33e1188080 --- /dev/null +++ b/.changeset/panel-v21-services-row.md @@ -0,0 +1,5 @@ +--- +"@anticapture/dashboard": minor +--- + +Add the Blockful services row at the foot of the panel, listing the service lines with a link to the contact page. diff --git a/.changeset/panel-v21-table-scroll.md b/.changeset/panel-v21-table-scroll.md new file mode 100644 index 0000000000..445331d80a --- /dev/null +++ b/.changeset/panel-v21-table-scroll.md @@ -0,0 +1,5 @@ +--- +"@anticapture/dashboard": minor +--- + +Show every monitored DAO on the panel: the homepage itself now scrolls and the table header stays pinned on desktop. diff --git a/.changeset/panel-v21-ticker.md b/.changeset/panel-v21-ticker.md new file mode 100644 index 0000000000..6bca8ed0c3 --- /dev/null +++ b/.changeset/panel-v21-ticker.md @@ -0,0 +1,5 @@ +--- +"@anticapture/dashboard": minor +--- + +Add the "Latest finding" ticker between the panel hero and the Monitored DAOs table. The strip shows the newest post on the blockful Paragraph publication, read server-side from its RSS feed and revalidated hourly, and links out to that post. If the feed is unreachable it falls back to the publication index, so the ticker always renders. diff --git a/.changeset/panel-v21-track-record.md b/.changeset/panel-v21-track-record.md new file mode 100644 index 0000000000..dc7d041acf --- /dev/null +++ b/.changeset/panel-v21-track-record.md @@ -0,0 +1,5 @@ +--- +"@anticapture/dashboard": minor +--- + +Add the "Track record" section to the panel: three outcome-framed case cards linking to the case write-ups, plus a testimonial carousel carrying the verified quotes from the X mentions audit. `ClickableCard` now accepts an `href` so cards can render as links. diff --git a/.changeset/panel-v21-use-it-now.md b/.changeset/panel-v21-use-it-now.md new file mode 100644 index 0000000000..8a34df91c4 --- /dev/null +++ b/.changeset/panel-v21-use-it-now.md @@ -0,0 +1,5 @@ +--- +"@anticapture/dashboard": minor +--- + +Add the "Use it now" section to the panel and an explainer strip above the channel cards on the alerts page. diff --git a/apps/dashboard/app/globals.css b/apps/dashboard/app/globals.css index a0672f0bf3..b246e46c50 100644 --- a/apps/dashboard/app/globals.css +++ b/apps/dashboard/app/globals.css @@ -36,7 +36,11 @@ --font-mono: "Roboto Mono", ui-monospace, SFMono-Regular, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace; + /* The alternative (mono) styles track at 6% of their size. CSS letter-spacing + * takes no percentages, so each size gets its resolved value: wider is the + * 12px step (--text-alternative-xs), alternative-sm the 13px one. */ --tracking-wider: 0.72px; + --tracking-alternative-sm: 0.78px; --animate-accordion-down: accordion-down 0.2s ease-out; --animate-accordion-up: accordion-up 0.2s ease-out; --animate-scroll-left: scroll-left 20s linear infinite; diff --git a/apps/dashboard/app/page.tsx b/apps/dashboard/app/page.tsx index ba340f9a68..c686ea65d6 100644 --- a/apps/dashboard/app/page.tsx +++ b/apps/dashboard/app/page.tsx @@ -51,12 +51,12 @@ export default function Home() {
-
+
-
-
+
+