Changed Users icon and moved build ID

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

View file

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

View file

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

View file

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