stash/ui/v2.5
WithoutPants d32e375521
Treat edited values as scraped (#2702)
* Treat edited values as scraped
* Fix scrape selection on change
2022-06-30 09:25:13 +10:00
..
.vscode Update zh-tw strings & fix various hard strings (#1666) 2021-08-26 08:51:54 +10:00
public Replace JW Player with video.js (#2100) 2022-03-29 07:17:19 +11:00
src Treat edited values as scraped (#2702) 2022-06-30 09:25:13 +10:00
.editorconfig Update scraping docs (#929) 2020-11-10 13:03:44 +11:00
.env Performer UI improvements (#1168) 2021-03-05 15:46:20 +11:00
.eslintrc.json Update typescript and eslint config (#1878) 2021-10-28 10:27:26 +11:00
.gitignore Linting config 2020-03-01 21:04:32 +01:00
.stylelintrc Add TruncatedText component (#932) 2020-11-27 13:01:37 +11:00
README.md Cut over to v2.5 UI (#433) 2020-04-03 08:46:23 +11:00
codegen.yml Library updates (#792) 2020-09-11 13:01:00 +10:00
index.html Read theme color from config file (#2365) 2022-03-10 08:24:13 +11:00
package.json React code splitting (#2603) 2022-06-22 14:41:31 +10:00
tsconfig.json Vite-based frontend builds (#1900) 2021-11-18 12:32:04 +11:00
vite.config.js Reenable gzipping, pull in statigz fix, fix proxy prefix (#2039) 2021-11-19 13:30:21 +11:00
yarn.lock React code splitting (#2603) 2022-06-22 14:41:31 +10:00

README.md

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn format

Formats the whitespace of all typescript and scss code with prettier, to ease editing and ensure a common code style.

Should ideally be run before all frontend PRs.

yarn eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify