mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* Fixed button border in settings/download-clients Button border for "Add new" is now uniform with other "Add new"-buttons * enhancement(docs) add helper tooltips - Add helper tooltips for inputs and link them to docs #161 * fix build error * tooltips: changed positition * hide tooltip below 640 width * made tooltips better now attaching to TextField names * Added icon variation for MultiSelect and CheckboxField * cleaned up old code * refactor Co-authored-by: ze0s <zze0s@users.noreply.github.com> * added tooltips for DownloadClientForms * added tooltips for indexerforms * div for passwordfieldwide * tooltips for details.tsx * added tooltips to actions.tsx * added tooltips to indexerforms.tsx * replaced info icon with a more rudimentary one * linting, removed duplicate tailwind display properties * remove margin for flex centering * fixed tooltip alignment on all fields * add tooltip to PwFieldWide in indexer edit window * refactor: simplify tooltips * refactor: scope tooltip css * refactor: tooltip default clickable --------- Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com> Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
73 lines
2 KiB
JSON
73 lines
2 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"overrides": {
|
|
"react": "$react"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^4.5.11",
|
|
"@headlessui/react": "^1.6.4",
|
|
"@heroicons/react": "^2.0.11",
|
|
"@hookform/error-message": "^2.0.0",
|
|
"date-fns": "^2.28.0",
|
|
"formik": "^2.2.9",
|
|
"react": "^18.2.0",
|
|
"react-debounce-input": "^3.3.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-hook-form": "^7.32.1",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-multi-select-component": "^4.2.9",
|
|
"react-popper-tooltip": "^4.4.2",
|
|
"react-query": "^3.39.1",
|
|
"react-ridge-state": "4.2.2",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "^5.0.1",
|
|
"react-select": "^5.3.2",
|
|
"react-table": "^7.8.0",
|
|
"react-tooltip": "^5.5.2",
|
|
"stacktracey": "^2.1.8"
|
|
},
|
|
"scripts": {
|
|
"start": "BROWSER=none react-scripts start",
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx --color",
|
|
"lint:watch": "npm run lint -- --watch"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.0.12",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/react-table": "^7.7.12",
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
"@typescript-eslint/parser": "^5.28.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^8.17.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-watch": "^8.0.0",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.1.3",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"packageManager": "yarn@3.2.2"
|
|
}
|