Changed Users icon and moved build ID
This commit is contained in:
parent
ab8f86c73d
commit
da6838357c
3 changed files with 2 additions and 13 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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: '⚙' },
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue