Commit Graph

1215 Commits

Author SHA1 Message Date
Claudio Ortolina be28f6a7b4 Give a visual indicator when the note is unsaved 2025-09-23 08:27:51 +03:00
Claudio Ortolina a10c5142dd Make sure a note is reloaded when updated 2025-09-23 08:27:23 +03:00
Claudio Ortolina db988e171d Fix indentation 2025-09-22 21:14:03 +03:00
Claudio Ortolina d680a50f29 Move BarcodeScanner to colocated hook 2025-09-22 14:30:15 +03:00
Claudio Ortolina a9355b72da Improve style and interactions in vertical bar charts 2025-09-22 12:50:04 +03:00
Claudio Ortolina 4e24bfe966 Populate genres via Oban with generous retries
This is due to OpenAI erroring or timing out incredibly frequently.
2025-09-22 08:22:36 +03:00
Claudio Ortolina a1b9994837 Convert universal search into a live component 2025-09-21 21:21:16 +03:00
Claudio Ortolina 64cb917a4e Use explicit Phoenix 1.8 style layouts 2025-09-21 21:11:17 +03:00
Claudio Ortolina 8cd20a06d3 Fix display of artist images in universal search 2025-09-21 17:06:39 +03:00
Claudio Ortolina 149742bbd1 Add Oban metrics (duration by state) 2025-09-21 16:53:31 +03:00
Claudio Ortolina 9f67859315 Detect 5 year anniversaries 2025-09-21 09:10:25 +03:00
Claudio Ortolina a3f2c75f69 Remove dns_cluster 2025-09-20 12:56:05 +03:00
Claudio Ortolina 6853299865 Show application version in console banner 2025-09-20 10:44:18 +03:00
Claudio Ortolina 254c99c33d Reorganize metrics
Disable all Phoenix metrics - while useful in theory, I never got any
specific insight from any of them.
2025-09-20 10:29:31 +03:00
Claudio Ortolina 056aef97cc Poll metrics every 30 seconds 2025-09-20 09:51:46 +03:00
Claudio Ortolina dd09fb907b Track both content and cache size 2025-09-20 09:49:06 +03:00
Claudio Ortolina 68a2159d7d Track total assets cache size in Live Dashboard 2025-09-20 08:24:15 +03:00
Claudio Ortolina a1b5842148 Prune asset cache every 12 hours 2025-09-20 08:17:16 +03:00
Claudio Ortolina 772de1751e Track asset cache inserted_at 2025-09-20 08:05:30 +03:00
Claudio Ortolina 90b3fa1fdc Refactor Records.Cover to Assets.Image 2025-09-20 07:42:38 +03:00
Claudio Ortolina c5d856fdd8 Add Transform.new/1 2025-09-19 23:58:09 +03:00
Claudio Ortolina 932289ed3b Extract artist_image component 2025-09-19 13:52:59 +03:00
Claudio Ortolina 8807fce15b Don't assume webp accept is at the beginning 2025-09-18 21:45:40 +03:00
Claudio Ortolina f57424d610 Store and edit artist images as assets 2025-09-18 21:26:26 +03:00
Claudio Ortolina 83151a125b Remove unused artist functionality 2025-09-18 21:26:26 +03:00
Claudio Ortolina 455c3a8b53 Serve artist images via assets 2025-09-18 21:26:20 +03:00
Claudio Ortolina e069511f4e Show artist image via assets in top artists 2025-09-18 21:26:16 +03:00
Claudio Ortolina e158345674 Change /covers to /assets 2025-09-18 21:26:16 +03:00
Claudio Ortolina e0ecafadd5 Join top artists with respective artist infos to get image hashes 2025-09-18 21:26:16 +03:00
Claudio Ortolina 3428ad4537 Serve artist images from assets 2025-09-18 21:26:16 +03:00
Claudio Ortolina e5eda5ca95 Preconnect to Inter font origin 2025-09-17 17:08:13 +03:00
Claudio Ortolina aa72692eaf Cache transformations 2025-09-17 16:54:47 +03:00
Claudio Ortolina b0f4e18ef7 Fix API collection record cover URLs 2025-09-17 11:24:14 +03:00
Claudio Ortolina 0996b78c7b Use Transforms to serve covers at the right size 2025-09-17 10:26:38 +03:00
Claudio Ortolina dc9c8fca8e Add Asset.Transform module
Allows building URLs with embedded transformation options
2025-09-17 09:33:13 +03:00
Claudio Ortolina e7c2b92a3b Remove track count from scrobbled tracks list 2025-09-17 09:11:03 +03:00
Claudio Ortolina fa1a8bee54 Extract FormatNumber Hook 2025-09-17 09:02:09 +03:00
Claudio Ortolina 01094004ee Add Today button in records for the day 2025-09-16 22:11:09 +03:00
Claudio Ortolina 9b1241b7a4 Shrink and fix position of scrobbled tracks order options 2025-09-16 21:04:06 +03:00
Claudio Ortolina f42f050de0 Simplify scrobbled tracks layout
Remove no results view
2025-09-16 21:01:44 +03:00
Claudio Ortolina 1dd834e4f9 Change default page size to 20
Stopgap - need to change the AI slop with something simpler.
2025-09-16 17:00:45 +03:00
Claudio Ortolina 100767f7da Reduce default page size from 200 to 20 2025-09-16 16:54:33 +03:00
Claudio Ortolina 2cb9c9288c Add bin task to vacuum the repo 2025-09-16 13:48:29 +03:00
Claudio Ortolina a265f2ae52 Address Credo warnings 2025-09-16 12:57:03 +03:00
Claudio Ortolina c549a7cc6b Update scrobbled track form
- Show artwork
- Remove input to change datetime
- Improve styling of actions
2025-09-16 12:56:42 +03:00
Claudio Ortolina dae334b1b7 Scrobbled tracks CRUD
- Failing tests
- Warnings
2025-09-16 12:45:36 +03:00
Claudio Ortolina 6c98b164eb Update more MusicBrainz fixtures 2025-09-15 14:31:55 +03:00
Claudio Ortolina 14d14b202a Enforce min-width on mobile for barcode scanner preview 2025-09-15 08:17:17 +03:00
Claudio Ortolina ecb830b2fd Render [[Example]] links as links to the collection search 2025-09-13 15:35:02 +03:00
Claudio Ortolina 4314ed6cfc Add ability to fetch sqlean release URLs 2025-09-13 12:19:57 +03:00