Commit Graph

260 Commits

Author SHA1 Message Date
Claudio Ortolina 25463842de Fix dom id for scrobbled tracks 2024-11-04 23:35:29 +00:00
Claudio Ortolina 923b3f071d Use streams for scrobbled tracks 2024-11-04 22:21:31 +00:00
Claudio Ortolina 7b8bb61705 Refresh feed once a minute 2024-11-04 12:22:51 +00:00
Claudio Ortolina 065ca4bf7c Make stats feed update automatically 2024-11-04 12:22:23 +00:00
Claudio Ortolina 7139e0ad8f Render recently scrobbled tracks in stats 2024-11-04 12:04:13 +00:00
Claudio Ortolina d818cdbae5 Don't run LastFm.Feed in tests 2024-11-04 09:45:05 +00:00
Claudio Ortolina 7e4e57f6ac Extract LastFm.Track and related structs 2024-11-04 09:25:43 +00:00
Claudio Ortolina 1abcc5e6ad Add LastFm feed for a given user 2024-11-04 09:17:01 +00:00
Claudio Ortolina 6b9f06981a Show debug information in record details 2024-11-01 19:39:39 +00:00
Claudio Ortolina edd7775667 Increase margin between title and format in record details 2024-11-01 19:38:17 +00:00
Claudio Ortolina 4c57f47bca Move sorting to db query 2024-11-01 19:04:40 +00:00
Claudio Ortolina 893890a2e9 Don't hardcode column classes in stats
The Tailwind build step requires all needed classes to be explicitly
referenced in the source code, and not dynamically generated. This
implies that one cannot (for example) interpolate a number in a class
name.
2024-11-01 18:52:09 +00:00
Claudio Ortolina 9d640d0985 Use verified routes instead of plain strings 2024-11-01 15:08:37 +00:00
Claudio Ortolina 0ccb165235 Animate copy icon 2024-11-01 10:55:05 +00:00
Claudio Ortolina 9daaaadb46 Add copy MusicBrainz ID button 2024-11-01 10:33:44 +00:00
Claudio Ortolina c0f039f2ee Use icon instead of custom svg in options menu 2024-11-01 09:30:06 +00:00
Claudio Ortolina 9f2acc4e5d Make records ordering case insensitive
So that "iamthemorning" gets slotted in the right place
2024-10-31 12:49:04 +00:00
Claudio Ortolina bd84e7e2b3 Remove unused functions 2024-10-31 08:31:01 +00:00
Claudio Ortolina 79eb5a8d37 Revert "Extract stats data grid component"
This reverts commit 432f09cf6f.
2024-10-30 17:52:00 +00:00
Claudio Ortolina 4ce71cf4e2 Extract stats album preview component 2024-10-30 17:19:07 +00:00
Claudio Ortolina 6b9ebf6d6e Extract counter stat component 2024-10-30 17:18:47 +00:00
Claudio Ortolina 432f09cf6f Extract stats data grid component 2024-10-30 17:18:10 +00:00
Claudio Ortolina 01798b343c Use live navigation between sections 2024-10-29 16:43:10 +00:00
Claudio Ortolina 7d574c7fd9 Convert stats page to a live view 2024-10-29 16:32:34 +00:00
Claudio Ortolina 804727082c Render timestamps as dates
No need for time precision in the UI
2024-10-29 16:18:22 +00:00
Claudio Ortolina 58a63e114e Improve styling consistency of stats page 2024-10-28 11:30:22 +00:00
Claudio Ortolina 4cbdf6b2b2 Improve formatting of stats
- Simple markup
- Better spacing at alignment on all viewports
2024-10-28 11:19:30 +00:00
Claudio Ortolina 850a3c7d90 Disable autocorrect/autocomplete in import query input 2024-10-28 10:50:55 +00:00
Claudio Ortolina 86f474b78f Fix dividers in stats page 2024-10-27 17:48:36 +00:00
Claudio Ortolina 1ca9663bb6 Track favicon assets
So that if they change, the UI can notify the user for a reload
2024-10-27 17:30:20 +00:00
Claudio Ortolina 793dbcabb8 Add favicons 2024-10-27 17:28:01 +00:00
Claudio Ortolina 8e0824d38e Reduce size of pagination record counter 2024-10-27 15:01:57 +00:00
Claudio Ortolina 94161f60c3 Update colors in form component 2024-10-27 08:29:24 +00:00
Claudio Ortolina d9fe2a2419 Allow uploading covers in webp format 2024-10-27 08:13:12 +00:00
Claudio Ortolina 976169d6f5 Remove unused functions 2024-10-26 23:13:13 +01:00
Claudio Ortolina 11a469b854 Redesign wishlist show page 2024-10-26 23:12:12 +01:00
Claudio Ortolina 60ae641902 Redesign record show page 2024-10-26 23:09:33 +01:00
Claudio Ortolina 750dae431b Redesign import dialog 2024-10-25 23:20:13 +01:00
Claudio Ortolina 781d9f8640 Use a dropdown to import records 2024-10-25 10:29:42 +01:00
Claudio Ortolina 91fa92b0de Update part of colours for import component 2024-10-24 09:36:05 +01:00
Claudio Ortolina e2643f1801 Update colors for collection list and pagination 2024-10-23 23:17:16 +01:00
Claudio Ortolina a91edb7949 Update colours for wishlist 2024-10-23 21:31:13 +01:00
Claudio Ortolina 0be8f70123 Fix dividers color in stats 2024-10-23 21:30:57 +01:00
Claudio Ortolina d1d2e4aa0e Fix login stray indigo color 2024-10-23 21:30:43 +01:00
Claudio Ortolina ebc827dcfe Update colors for stats page 2024-10-23 20:33:28 +01:00
Claudio Ortolina eba1e2eca8 Fix border colours for navigation
Remove drop shadow as it doesn't work in dark mode
2024-10-23 20:21:44 +01:00
Claudio Ortolina 6a484f5361 Update colours for login form 2024-10-23 10:45:00 +01:00
Claudio Ortolina c45ba43c46 Update colors in navigation bar 2024-10-23 10:28:37 +01:00
Claudio Ortolina 0d7b363da8 Name sections in stats page 2024-10-22 18:35:23 +01:00
Claudio Ortolina bb74057c31 Include wishlist count in stats page 2024-10-22 18:29:51 +01:00