mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
ui: url-options to set grid/thumbs on/off
This commit is contained in:
parent
efd8a32ed6
commit
5718caa957
3 changed files with 22 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue