stash/ui/v2.5
WithoutPants b69d9cc840
Metadata Providers -> Scraper list improvements (#5040)
* Refactor scraping settings panel
* Add max-height to scraper table
* Separate scraper section
* Add filter to scrapers section
* Add counters to scraper headings
* Show all urls with a scrollbar
* Sort URLs
2024-07-04 09:09:31 +10:00
..
graphql Add group graphql interfaces (#5017) 2024-07-03 13:59:40 +10:00
public
src Metadata Providers -> Scraper list improvements (#5040) 2024-07-04 09:09:31 +10:00
.editorconfig
.env
.eslintrc.json add pluginApi.d.ts (#4595) 2024-02-20 13:00:44 +11:00
.gitignore Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
.prettierignore Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
.stylelintrc
README.md
codegen.ts Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
index.html
package.json Add polyfill for EventTarget constructor (#4874) 2024-05-24 08:06:41 +10:00
tsconfig.json
vite.config.js
yarn.lock Bump ws from 8.16.0 to 8.17.1 in /ui/v2.5 (#4980) 2024-07-01 11:18:54 +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