Changed Users icon and moved build ID

This commit is contained in:
Pen Anderson 2026-03-03 16:33:16 -06:00
parent c79985312d
commit 29a96879a8
3 changed files with 2 additions and 13 deletions

View file

@ -136,19 +136,7 @@
</div>
{/if}
<footer class="build-footer">{clientBuild}</footer>
<style>
.build-footer {
position: fixed;
bottom: 4px;
right: 8px;
font-size: 11px;
color: var(--c-muted);
opacity: 0.5;
pointer-events: none;
}
.update-banner {
position: fixed;
top: 0;

View file

@ -30,7 +30,7 @@
{ href: '#/shifts', label: 'Shifts', icon: '◑' },
{ href: '#/schedule', label: 'Schedule', icon: '◷' },
{ href: '#/import', label: 'Import', icon: '↑' },
{ href: '#/users', label: 'Users', icon: '' },
{ href: '#/users', label: 'Users', icon: '👥' },
{ href: '#/settings', label: 'Settings', icon: '⚙' },
]
})

View file

@ -39,6 +39,7 @@
<div class="sync-bar">
<div class="sync-dot {dotClass}"></div>
<span>{label}</span>
<span class="text-muted" style="font-size:0.72rem">{__BUILD_ID__}</span>
<span class="text-muted" style="margin-left:auto;font-size:0.72rem">Last sync: {lastSyncLabel}</span>
{#if online && !syncing}
<button class="btn btn-ghost btn-sm" onclick={manualSync}>↻</button>