mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +02:00
fix(frontend): index-based stripes for root and child rows
Root rows: EntriesView passes rowIndex from entries.map to EntryRow, which applies entry-row-outer--light/dark. Retires both nth-child stripe blocks so skeleton rows can never shift the first real entry to dark. Skeleton rows keep a :not(.entry-row-outer) nth-child fallback. Child rows: colours changed from the warm root palette (paper-3/#f2ede5) to cooler near-whites (#fafaf8/#f2f0ec) so children are visually distinct from their parent row regardless of which stripe the parent sits on.
This commit is contained in:
parent
b5be4436d7
commit
e7104cf29d
7 changed files with 21 additions and 18 deletions
File diff suppressed because one or more lines are too long
1
crates/archivr-server/static/assets/index-D8ic-z4p.css
Normal file
1
crates/archivr-server/static/assets/index-D8ic-z4p.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Archivr</title>
|
||||
<script type="module" crossorigin src="/assets/index-KOO2O4ar.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CBH4Eq76.css">
|
||||
<script type="module" crossorigin src="/assets/index-DMYakNuy.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D8ic-z4p.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue