add app layout

This commit is contained in:
2026-06-08 22:26:35 +09:00
parent 7a2d488f9c
commit 8976b94c41
11 changed files with 232 additions and 60 deletions

15
src/lib/Timeline.svelte Normal file
View File

@@ -0,0 +1,15 @@
<div class="placeholder">
<p>Timeline — coming soon</p>
</div>
<style>
.placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font: 16px/1.4 sans-serif;
color: #888;
}
</style>