Commit graph

12 commits

Author SHA1 Message Date
Igor Katson
50fc7f2f01
Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58)
* add tailwindcss

* add header component with logo and add torrent buttons

* remove bootstrap from few files replace it with tailwindcss classes, add card which diplay all nessesarry information about torrent and current state

* Add modal component and reorganize components folder

* add useModal hook to render modal though react portal, remove UrlPromptModal and replace it with useModal.

* add taliwindcss to Desctop app

* removed bootstrap from deleteTorrentModal replace it with useModal

* replacing bootstrap with useModal

* saving

* Saving

* Header and cards now look good

* Modals still broken...

* still doesnt work

* Finally it scrolls

* Continuing to fix bugs

* Continuing to fix bugs

* Aler

* Getting better

* Desktop doesnt work with tailwind somehow

* Desktop now works with tailwind

* Styles fully work

* (De)select all buttons

* fix alert styles

* Animate progress bar

* Progress bar + error colors

* Fix error message

* Torrent status icon (#56)

* add statusIcon component to display icon of the torrent status

* change props name and remove isDownloading variable

* Tweak styles for icon

* Tweak styles

* Update styles

---------

Co-authored-by: Artur Lozovski <arccik@gmail.com>
2023-12-14 10:37:29 +00:00
Igor Katson
d768211457
Use react-bs icons, remove bootstrap-icons css 2023-12-07 22:42:19 +00:00
Artur Lozovski
90ed2844d5 Update programmatic title and set post-build Python version to v3 2023-12-07 17:34:44 +00:00
Igor Katson
ec63e1cef7
setup vscode for consistent JS formatting 2023-12-07 14:11:12 +00:00
Igor Katson
950ed816d1
Prep for tauri 2023-12-01 18:08:41 +00:00
Igor Katson
f6ae927d5c
Add a logo as favicon 2023-11-27 17:21:45 +00:00
Igor Katson
0b8580dacd
Torrent actions UI fully working (backend not yet) 2023-11-24 16:32:39 +00:00
Igor Katson
1a6bc444d4
Get rid of junk 2023-11-22 20:58:43 +00:00
Igor Katson
3b389666d7
A bunch of UI changes 2023-11-22 19:30:23 +00:00
Igor Katson
e5d96243d4
JS and its ecosystem is absolute garbage 2023-11-21 03:48:11 +00:00
Igor Katson
d5cf369a75
Nothing works, I dont understand modern javascript 2023-11-21 00:50:35 +00:00
Igor Katson
88ca5960df
Basic webui works 2023-11-20 20:27:30 +00:00