Ethan Girouard eta357
eta357 closed issue LibreTunes/LibreTunes#111 2024-11-12 22:21:53 +00:00
Create Playlist Database Tables
eta357 merged pull request LibreTunes/LibreTunes#137 2024-11-12 22:21:53 +00:00
111-create-playlist-database-tables
eta357 pushed to main at eta357/Windows-12-Compiler 2024-11-12 17:57:03 +00:00
923da9e747 Add llvm-hs-pure dependency
fd1cf69787 Add Haskell gitignore
Compare 2 commits »
eta357 pushed to main at eta357/Windows-12-Compiler 2024-11-12 17:26:54 +00:00
45c1d41bde Create Cabal executable project
eta357 created branch main in eta357/Windows-12-Compiler 2024-11-12 17:26:54 +00:00
eta357 suggested changes for LibreTunes/LibreTunes#137 2024-11-11 20:26:40 +00:00
111-create-playlist-database-tables

I should have warned you about this before, but unfortunately the time crate doesn't have full functionality on WASM, so I had to switch to using chronos and this involves changing some of the time/data datatypes in models. What we'll need to do here is merge my branch 134-fix-time-not-implemented-on-wasm into this one and change the types in models.rs a bit. I can do this or you can if you want.

eta357 created branch 134-fix-time-not-implemented-on-wasm in LibreTunes/LibreTunes 2024-11-11 20:25:28 +00:00
eta357 pushed to 134-fix-time-not-implemented-on-wasm at LibreTunes/LibreTunes 2024-11-11 20:25:28 +00:00
eta357 deleted branch 134-fix-time-not-implemented-on-wasm from LibreTunes/LibreTunes 2024-11-04 23:40:13 +00:00
eta357 pushed to main at LibreTunes/LibreTunes 2024-11-04 23:40:13 +00:00
b800e4ee47 Merge pull request 'Fix time not implemented on wasm on profile page' (#135) from 134-fix-time-not-implemented-on-wasm into main
6dcbba2588 Switch to chrono instead of time
Compare 2 commits »
eta357 merged pull request LibreTunes/LibreTunes#135 2024-11-04 23:40:12 +00:00
Fix time not implemented on wasm on profile page
eta357 closed issue LibreTunes/LibreTunes#134 2024-11-04 23:40:12 +00:00
Fix time not implemented on wasm on profile page
eta357 created pull request LibreTunes/LibreTunes#135 2024-11-04 23:39:56 +00:00
Fix time not implemented on wasm on profile page
eta357 pushed to 134-fix-time-not-implemented-on-wasm at LibreTunes/LibreTunes 2024-11-04 23:23:35 +00:00
6dcbba2588 Switch to chrono instead of time
eta357 commented on issue LibreTunes/LibreTunes#134 2024-11-04 22:53:10 +00:00
Fix time not implemented on wasm on profile page

!start

eta357 opened issue LibreTunes/LibreTunes#134 2024-11-04 22:53:00 +00:00
Fix time not implemented on wasm on profile page
eta357 pushed to main at LibreTunes/LibreTunes 2024-11-04 22:40:16 +00:00
820a1d816a Merge pull request 'Create profile page' (#133) from 42-create-profile-page into main
f23430af73 Remove unnecessary Artist import
ef5576ab3f Create profile page
833393cb3a Add generic Error component
39dd8099cd Make ServerError a component instead of a page
Compare 16 commits »
eta357 closed issue LibreTunes/LibreTunes#42 2024-11-04 22:40:15 +00:00
Create profile page
eta357 merged pull request LibreTunes/LibreTunes#133 2024-11-04 22:40:15 +00:00
Create profile page