autobrr/web
stacksmash76 3da594ec75
feat(web): mobile UI improvements (#359)
* enhancement: improved alerts component contrast
enhancement: simplified and improved radio switch group look
fix: fixed inconsistent spacing in input components (there's still some work left to be done)
fix: made slideover panel display on full width on mobile devices
enhancement: made forms more accessible to mobile users, adapter changes in accordance with the previous input components fix
fix: fixed misspelling in NotificationForms filename
chore: cleaned up code
fix: made filter table top edges less round and improved look
fix: fixed a bug where when a modal/slideover component was opened, a 1px white bar would be shown in one of the modal parent elements (for the fix see L89 in screens/settings/DwonloadClient.tsx)
enhancement: improved responsiveness for irc network list

* Fixed 2 small comma warnings from ESLint

Co-authored-by: anonymous <anonymous>
2022-07-17 23:34:49 +02:00
..
public feat(web): error boundry and fixes (#270) 2022-05-12 16:26:41 +02:00
src feat(web): mobile UI improvements (#359) 2022-07-17 23:34:49 +02:00
.eslintrc.js refactor(web) add eslint (#222) 2022-05-17 06:44:07 +02:00
build.go feat: add webui 2021-08-11 15:27:48 +02:00
package.json feat(web): improve UX error interaction and update dependencies (#313) 2022-06-16 17:32:07 +02:00
postcss.config.js chore: update web dependencies (#102) 2022-02-05 13:27:44 +01:00
README.md feat: add webui 2021-08-11 15:27:48 +02:00
tailwind.config.js chore: update web dependencies (#102) 2022-02-05 13:27:44 +01:00
tsconfig.json refactor(web) add eslint (#222) 2022-05-17 06:44:07 +02:00
yarn.lock feat(web): improve UX error interaction and update dependencies (#313) 2022-06-16 17:32:07 +02:00

Getting Started with Create React App

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 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.