mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 01:44:52 +01:00
* Add page registration * Add example plugin * First version of proper react plugins * Make reference react plugin * Add patching functions * Add tools link poc * NavItem poc * Add loading hook for lazily loaded components * Add documentation
7 lines
312 B
Markdown
7 lines
312 B
Markdown
This is a reference React component plugin. It replaces the `details` part of scene cards with a list of performers and tags.
|
|
|
|
To build:
|
|
- run `yarn install --frozen-lockfile`
|
|
- run `yarn run build`
|
|
|
|
This will copy the plugin files into the `dist` directory. These files can be copied to a `plugins` directory.
|