Ethan Girouard eta357
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-03-16 03:14:38 +00:00
c782aa2cd4 Increase recursion limit to fix compile error
082c1a2128 Update SongList to use tailwind
Compare 2 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-03-08 04:26:22 +00:00
6572d7313a Move sidebar navigation to separate module
f1862a6bd6 Rename sidebar Bottom component to Playlists
347ad39fae Make sidebar Bottom component a home-card
318892adc1 Make Personal component a home-card
1a2b7510f8 Remove "extern crate" used for musl builds
Compare 7 commits »
eta357 closed issue LibreTunes/LibreTunes#8 2025-02-21 03:03:02 +00:00
Set up linting
eta357 commented on issue LibreTunes/LibreTunes#8 2025-02-21 03:03:01 +00:00
Set up linting

Done @ 57d7459976c20cfbade846d08aa33024d9ca274c

eta357 closed pull request LibreTunes/LibreTunes#152 2025-02-19 04:24:45 +00:00
CSS Fixes - Scrollbars, Album page, and making constants
eta357 commented on pull request LibreTunes/LibreTunes#152 2025-02-19 04:24:44 +00:00
CSS Fixes - Scrollbars, Album page, and making constants

Closing because everything is getting rewritten to Tailwind CSS anyways.

eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-19 00:17:53 +00:00
b55104144b Convert playbar to using tailwindcss
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-18 20:25:00 +00:00
911d375a95 Rewrite signup page using tailwindcss
9b20395876 Rewrite login page using tailwindcss
ea869ce983 Ignore automatically generated but unused tailwind config
Compare 3 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-18 19:34:03 +00:00
b1299ca28c Remove action="POST" from forms with submit handler
eta357 pushed to main at LibreTunes/CICD-Image 2025-02-18 05:30:22 +00:00
1e02d0f0f5 Set LEPTOS_TAILWIND_VERSION to upgrade to v4
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-18 04:36:59 +00:00
9dfc556bd0 Ensure cargo-leptos uses tailwindcss v4 in Docker build
3a29ce4741 Use new tailwindcss configuration method
7d6c1e66bc Update tailwindcss to v4
478f8362af Update flake
Compare 4 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-18 01:16:36 +00:00
fc8825d765 Update tower-sessions-redis-store and axum-login
99fac1fe8f Upgrade leptos to 0.7.7
Compare 2 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-12 23:58:01 +00:00
cfbc84343b Add FancyInput component for forms
49455f5e03 Convert loading to use Tailwind styling
Compare 2 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-07 15:56:16 +00:00
f482e06076 Switch to Tailwind CSS
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-06 16:25:08 +00:00
56902f1ff2 Move dashboard to pages
4dfc789f58 Move search to pages
Compare 2 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-06 16:15:32 +00:00
f04ad57a5a Move error_template to components
fac75e1f54 Move auth_backend to util
afd8f014b2 Move users to api
Compare 3 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-06 15:23:04 +00:00
362b8161e3 Fix doc comment indentation
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-06 03:57:02 +00:00
0f48dfeada Fix clippy lint errors
7a0ae4c028 Configure clippy lints
Compare 2 commits »
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-06 03:06:53 +00:00
742f0e2be6 Update doctests to reflect moved modules
eta357 pushed to 6-general-src-restructuring at LibreTunes/LibreTunes 2025-02-06 02:58:44 +00:00
57d7459976 Add clippy CICD job