mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Details page redesign (#3946)
* mobile improvements to performer page * updated remaining details pages * fixes tag page on mobile * implemented show hide for performer details * fixes card width cutoff on mobile(not related to redesign) * added background image option plus more improvements * add tooltip for age field * translate encoding message string
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
| `r 0` | [Edit mode] Unset rating (stars) |
|
||||
| `r {0-9} {0-9}` | [Edit mode] Set rating (decimal - `r 0 0` for `10.0`) |
|
||||
| ``r ` `` | [Edit mode] Unset rating (decimal) |
|
||||
| `,` | Expand/Collapse Details |
|
||||
| `Ctrl + v` | Paste Movie image |
|
||||
|
||||
[//]: # "Commented until implementation is dealt with"
|
||||
@@ -144,11 +145,11 @@
|
||||
|
||||
| Keyboard sequence | Action |
|
||||
|-------------------|--------|
|
||||
| `a` | Details tab |
|
||||
| `c` | Scenes tab |
|
||||
| `e` | Edit tab |
|
||||
| `o` | Operations tab |
|
||||
| `f` | Toggle favourite |
|
||||
| `,` | Expand/Collapse Details |
|
||||
|
||||
### Edit Performer tab shortcuts
|
||||
|
||||
@@ -171,6 +172,7 @@
|
||||
| `e` | Edit Studio |
|
||||
| `s s` | Save Studio |
|
||||
| `d d` | Delete Studio |
|
||||
| `,` | Expand/Collapse Details |
|
||||
| `Ctrl + v` | Paste Studio image |
|
||||
|
||||
## Tags Page shortcuts
|
||||
@@ -186,4 +188,5 @@
|
||||
| `e` | Edit Tag |
|
||||
| `s s` | Save Tag |
|
||||
| `d d` | Delete Tag |
|
||||
| `,` | Expand/Collapse Details |
|
||||
| `Ctrl + v` | Paste Tag image |
|
||||
Reference in New Issue
Block a user