mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
add users page, full screen image preview, footer
Some checks are pending
Docker / build (push) Waiting to run
Some checks are pending
Docker / build (push) Waiting to run
This commit is contained in:
parent
7ec9c4bc9d
commit
1442dbfa60
20 changed files with 202 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="wa-dark">
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="wa-cloak wa-dark">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
@ -19,6 +19,10 @@
|
|||
<main>
|
||||
{{ $slot }}
|
||||
</main>
|
||||
|
||||
<footer slot="footer">
|
||||
@livewire('app.footer')
|
||||
</footer>
|
||||
</wa-page>
|
||||
|
||||
@stack('modals')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue