* added extractor_args * added extractor_args * added extractor_args within AppConfig * added extractor_args * added extractor_args * added extractor_args * created ExtractorArgsParser * forgot the settings-box-wrapper for extractor_args * fixed linting errors * Update extractor arguments format in settings, example of multiples * added bgutil-ytdlp-pot-provider * UI changes to support pot_provider_url * if pot_provide_url, append to extractor_args * reworded PO Token Provider URL, to match yt-dlp wording. * changed pot token provider url link to User Guide * simplify, remove generic extractor arg parsing * revert package.json changes * revert package.json changes, take 2 * revert package.json changes, take 3 --------- Co-authored-by: Simon <simobilleter@gmail.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| README.md | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
Tubearchivist Frontend React
Folder structure
src ┐
├───api
│ ├───action // Functions that do write (POST,DELETE) calls to the backend
│ └───loader // Functions that do read-only (GET,HEAD) calls to the backend
├───components // React components to be used in pages
├───configuration // Application configuration.
│ ├───colours // Css loader for themes
│ ├───constants // global constants that have no good place
│ └───routes // Routes definitions used in Links and react-router-dom configuration
├───functions // Useful functions and hooks
├───pages // React components that define a page/route
└───stores // zustand stores