ui: url-options to set grid/thumbs on/off

This commit is contained in:
ed 2024-10-30 19:24:00 +00:00
parent efd8a32ed6
commit 5718caa957
3 changed files with 22 additions and 1 deletions

View file

@ -208,6 +208,12 @@ upload modifiers:
| method | params | result |
|--|--|--|
| GET | `?pw=x` | logout |
| GET | `?grid` | ui: show grid-view |
| GET | `?imgs` | ui: show grid-view with thumbnails |
| GET | `?grid=0` | ui: show list-view |
| GET | `?imgs=0` | ui: show list-view |
| GET | `?thumb` | ui, grid-mode: show thumbnails |
| GET | `?thumb=0` | ui, grid-mode: show icons |
# event hooks