Commit graph

14 commits

Author SHA1 Message Date
94cc6e3bd5 Remove unused views and functions 2025-05-05 11:06:52 -04:00
3345b20f1f Make an ordinal formatting funcrion
I am hungry
2025-04-29 00:38:20 -04:00
78e416eeaf Add more information to scrobbles views and refactor artists view 2025-04-28 23:06:21 -04:00
65136a44d6 Add more information to artists view, songs view, and format dates correctly in scrobbles view 2025-04-27 23:58:50 -04:00
27358fe217 Implement db searches using raw sql 2025-04-17 00:24:48 -04:00
29f8837f19 Use convenience functions for views 2025-03-28 16:11:41 -04:00
cf84b4afdd Remove unnecessary db search for scrobbles
I forgot I made scrobbles owned by their respective songs/albums/artists, so I can just query that instead
2025-03-28 13:09:51 -04:00
3bc81e8c6f Refactor 2025-03-28 10:29:36 -04:00
05e9c05742 Only select necessary columns in artists/albums/songs views
Some guy on GitHub said this is better lol
2025-03-28 09:47:07 -04:00
4adbd59e12 Add scrobble count to each artist/album/song view 2025-03-25 15:44:40 -04:00
9e2b676aef Work on artists view 2025-03-09 14:48:07 -04:00
1184677fab Include number of scrobbles in artist view 2025-03-04 15:36:34 -05:00
8a70239170 Fix header on artists/albums pages
I'm realizing what I have is extremely fragile, so not ideal, but not a bad starting place I would say
2025-03-04 12:00:48 -05:00
a55f4e7bc0 Rename and begin implementing views
I get an error whenever CSS is loaded, not sure what to do about that yet. Doesn't seem to impact anything, but I should probably be using a different way of getting the id from an entity. Also need to think about deleting the functions I don't need.
2025-03-04 11:17:47 -05:00
Renamed from src/app/views/artist.zig (Browse further)