page

gy-project-overview-page

Tier-5 fully-realised composition: the reference shape for the per-project overview surface. Renders a hero, a runtime/deploy URL band, a services list (× 5 with leading status dots), run-conclusion badges, and a 24h recent-failures footer-strip. Ships with a frozen PROJECT_OVERVIEW_PAGE_SAMPLE_DATA showcase so the canon catalogue paints the same pixels every redeploy; consumers MAY override via the `data` prop for live-data wrappers. Svelte-native per ADR-182 — composes GyPageHero, GyRuntimeBand, GyListRow, GyDot, GyBadge, and GyRecentFailuresPanel without a Lit web-component wrapper.

Live

What you ship.

Project

Project A

A fully-realised project-overview composition with sample data — the reference shape for the operator project surface. Page primitives compose organisms + molecules into the operator-visible layout that a route mounts.

production https://project-a.example.dev latest deploy · 12m ago

Services

Runs · last 24h

service-1 · ci.yml success
service-2 · ci.yml failure
service-3 · release.yml success
service-2 · release.yml failure
service-4 · ci.yml success
service-5 · ci.yml success
service-1 · release.yml success
service-3 · ci.yml success

Recent failures · last 24h

  • failed service-2 gyrum-labs/project-a-service-2 · ci.yml · main 37d ago
  • failed service-2 gyrum-labs/project-a-service-2-release · release.yml · main 37d ago

Markup

<script>
  import GyProjectOverviewPage from '@gyrum-labs/svelte/pages/project-overview-page/GyProjectOverviewPage.svelte';
</script>

<GyProjectOverviewPage />

Prop space

Tier page
Tag gy-project-overview-page
PropTypeDefaultDescription
data ProjectOverviewPageSampleDataPROJECT_OVERVIEW_PAGE_SAMPLE_DATAOverride the showcase sample. Defaults to `PROJECT_OVERVIEW_PAGE_SAMPLE_DATA` — the canon-authored, frozen, deterministic set that drives the canon catalogue specimen. Most consumers leave this undefined.

Where this lives

import GyProjectOverviewPage from '@gyrum-labs/svelte/pages/project-overview-page/GyProjectOverviewPage.svelte';
Owner
gyrum-ui
Build state
registered-missing-dist