mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
![]() * feat(releases): delete based on age/indexer/status * fix: sanitize releaseStatuses * swap to RMSC * add AgeSelect component * improve texts * refactor: streamline form layout * improve text * remove a paragraph * improved UX explaining the options, better error handling * reinstate red border * fix: labels to match other similar labels for selects - improved contrast for the word "required" in desc - added red asterisk to required select * minor text improvement to warning * fix: delete-button vertical alignment * feat: cleanup queries * feat: cleanup delete --------- Co-authored-by: ze0s <ze0s@riseup.net> |
||
---|---|---|
.. | ||
dist | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
build.go | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
web
This project uses React built with Vite.
Available Scripts
In the project directory, you can run:
pnpm dev
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.
pnpm run build
Builds the app for production to the dist
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!
Learn More
To learn React, check out the React documentation.