add shell architecture with persistent status bar, nav bar, and content fragments

This commit is contained in:
2026-01-20 10:09:47 +01:00
parent 1f91d7508e
commit 2db7eea9f1
15 changed files with 1456 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
<!-- Messages App Content Fragment -->
<!-- Styles are in shell.rml -->
<div class="app-content">
<div class="app-header">
<span class="app-header-title">Messages</span>
</div>
<div class="app-body">
<span class="placeholder-text">Messages App</span>
</div>
</div>