Upload/Download progress; Mobile view
This commit is contained in:
parent
6b6bbdc142
commit
c1f24e3d41
35 changed files with 491 additions and 180 deletions
|
|
@ -47,14 +47,14 @@ const SettingsModalView: Component<ISettingsModalViewProps> = (
|
|||
<div class="modal-box w-10/12 max-w-5xl h-11/12 2xl:h-9/12 bg-stone-950 rounded-3xl">
|
||||
<h3 class="text-lg font-bold text-center">Settings</h3>
|
||||
<div class="divider"></div>
|
||||
<div class="flex flex-row gap-4 px-4">
|
||||
<div class="flex flex-col lg:flex-row gap-4 px-4 items-center lg:items-stretch">
|
||||
<div class="flex flex-col gap-2">
|
||||
<h3 class="text-lg font-bold text-center mb-4">
|
||||
Categories
|
||||
</h3>
|
||||
{[...pages].map(mapPageButton)}
|
||||
</div>
|
||||
<div class="divider divider-horizontal"></div>
|
||||
<div class="divider divider-vertical lg:divider-horizontal"></div>
|
||||
{getCurrentPage()}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue