add alpaca news wire across ingest api and web

This commit is contained in:
dirtydishes 2026-05-18 16:55:31 -04:00
parent 62aae70878
commit 906fe411c9
31 changed files with 1407 additions and 50 deletions

View file

@ -708,7 +708,12 @@ h3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-grid-news {
grid-template-columns: minmax(0, 1fr);
}
.page-grid-home > :nth-child(3),
.page-grid-home > :nth-child(4),
.page-grid-tape > :nth-child(1),
.page-grid-replay > :nth-child(1) {
grid-column: 1 / -1;
@ -933,6 +938,7 @@ h3 {
}
.page-grid-home > :nth-child(3),
.page-grid-home > :nth-child(4),
.page-grid-replay > :not(:first-child) {
height: clamp(430px, 58vh, 760px);
}
@ -1747,6 +1753,72 @@ h3 {
gap: 10px;
}
.terminal-link-button {
text-decoration: none;
}
.news-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.news-row {
width: 100%;
display: flex;
flex-direction: column;
gap: 8px;
padding: 14px 16px;
border: 1px solid var(--border);
border-radius: 12px;
background: oklch(0.18 0.012 250 / 0.6);
color: var(--text);
text-align: left;
transition: border-color 150ms ease, background 150ms ease;
}
.news-row:hover {
border-color: var(--accent-soft);
background: oklch(0.2 0.015 250 / 0.75);
}
.news-row-head,
.news-row-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
}
.news-row h3 {
margin: 0;
font-size: 0.96rem;
font-weight: 600;
}
.news-row-time {
color: var(--text-dim);
font-family: var(--font-mono), monospace;
font-size: 0.78rem;
}
.news-row-meta {
color: var(--text-dim);
font-size: 0.78rem;
}
.news-drawer-body a {
color: var(--accent);
}
.news-drawer-body p,
.news-drawer-body ul,
.news-drawer-body ol,
.news-drawer-body blockquote {
margin: 0 0 12px;
}
.synthetic-status-grid strong,
.synthetic-hit-row strong {
font-family: var(--font-mono), monospace;
@ -1964,6 +2036,7 @@ h3 {
}
.page-grid-home > :nth-child(3),
.page-grid-home > :nth-child(4),
.page-grid-tape > :nth-child(1),
.page-grid-replay > :nth-child(1) {
grid-column: auto;
@ -1973,6 +2046,7 @@ h3 {
.page-grid-home > :nth-child(1),
.page-grid-home > :nth-child(2),
.page-grid-home > :nth-child(3),
.page-grid-home > :nth-child(4),
.page-grid-signals > .terminal-pane,
.page-grid-replay > :not(:first-child),
.page-grid-tape > :first-child,