mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Support Javascript injection (#3132)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
### ✨ New Features
|
||||
* Added custom javascript option. ([#3132](https://github.com/stashapp/stash/pull/3132))
|
||||
* Added ability to select rating system in the Interface settings, allowing 5 stars with full-, half- or quarter-stars, or numeric score out of 10 with one decimal point. ([#2830](https://github.com/stashapp/stash/pull/2830))
|
||||
* Added filter criteria for Birthdate, Death Date, Date, Created At and Updated At fields. ([#2834](https://github.com/stashapp/stash/pull/2834))
|
||||
* Support creation of scenes without files. ([#3006](https://github.com/stashapp/stash/pull/3006))
|
||||
|
||||
@@ -26,6 +26,10 @@ The stash UI can be customised using custom CSS. See [here](https://github.com/s
|
||||
|
||||
[Stash Plex Theme](https://github.com/stashapp/stash/wiki/Theme-Plex) is a community created theme inspired by the popular Plex interface.
|
||||
|
||||
## Custom Javascript
|
||||
|
||||
Stash supports the injection of custom javascript to assist with theming or adding additional functionality. Be aware that bad Javascript could break the UI or worse.
|
||||
|
||||
## Custom Locales
|
||||
|
||||
The localisation strings can be customised. The master list of default (en-GB) locale strings can be found [here](https://github.com/stashapp/stash/blob/develop/ui/v2.5/src/locales/en-GB.json). The custom locale format is the same as this json file.
|
||||
|
||||
Reference in New Issue
Block a user