mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-15 12:53:29 +00:00
feat: add update page, refactor update checking process
Some checks failed
tests / ci (push) Has been cancelled
Some checks failed
tests / ci (push) Has been cancelled
This commit is contained in:
parent
eb767fa6d0
commit
297a17d00b
17 changed files with 1212 additions and 241 deletions
|
|
@ -70,6 +70,12 @@
|
|||
<flux:menu.radio.group>
|
||||
<flux:menu.item href="{{ route('settings.preferences') }}" wire:navigate icon="cog">Settings</flux:menu.item>
|
||||
<flux:menu.item href="{{ route('settings.support') }}" wire:navigate icon="heart">Support</flux:menu.item>
|
||||
<flux:menu.item href="{{ route('settings.update') }}" wire:navigate icon="arrow-down-circle">
|
||||
<div class="flex items-center gap-2">
|
||||
<span>Updates</span>
|
||||
<livewire:update-badge />
|
||||
</div>
|
||||
</flux:menu.item>
|
||||
</flux:menu.radio.group>
|
||||
|
||||
<flux:menu.separator/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue