immich/web/src
faupau b970a40b4e
feat(web): small responsivness improvements regarding mobile use (#2255)
* make sidebar load more fluid
use css before js kicks in
added xs breakpoint in tailwind config

* fix sidebar hr still showing if opened

* make share tab not overflow on mobile

* make user management tab responsive

* make jobs panel responsive

* fix format in tailwind config

* fix full width on large screens
use md breakpoint for w-[800px]

* show accessible name for all screens

* replace grid with flex-col

* replace all xs with sm

* remove isCollapsed completly
using only tailwinds group feature and sm and md breakpoints

* remove leftovers of isCollapsed
and make the settings content less stretched

* remove isCollapsed in layout and side-bar

* fix code style

---------

Co-authored-by: faupau03 <paul.paffe@gmx.net>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-04-17 11:18:49 -05:00
..
api feat: Add description (#2237) 2023-04-13 10:22:06 -05:00
lib feat(web): small responsivness improvements regarding mobile use (#2255) 2023-04-17 11:18:49 -05:00
routes feat(web): small responsivness improvements regarding mobile use (#2255) 2023-04-17 11:18:49 -05:00
test-data Add web test setup (#597) 2022-09-07 05:20:19 -05:00
app.css refactor(web): centralize buttons (#2200) 2023-04-07 11:45:00 -05:00
app.d.ts feat(web): require page load to export title (#1956) 2023-03-06 08:25:25 -06:00
app.html feat(web): theme/locale preferences and improve SSR (#1832) 2023-02-22 11:53:08 -06:00
hooks.server.ts feat(server)!: search via typesense (#1778) 2023-03-02 20:47:08 -06:00