Claudio Ortolina
611ca7e386
Rename vertical_bar_chart -> horizontal_bar_chart
2026-05-31 21:13:53 +03:00
Claudio Ortolina
75e2ec5c70
ML-199: extract shared record show logic
2026-05-29 08:50:27 +03:00
Claudio Ortolina
87d2a59c3b
Link included release groups to MusicBrainz
...
Render each included release group in the record detail page as a
link to its MusicBrainz release group page, opening in a new tab.
2026-05-27 13:00:45 +03:00
Claudio Ortolina
ff42f24972
ML-195: Add credo check for put_toast/put_toast! usage in live components
2026-05-21 08:08:11 +01:00
Claudio Ortolina
66fb688b2a
Fix toasts not appearing for notes and barcode scan
2026-05-21 07:49:36 +01:00
Claudio Ortolina
f1fde63d42
ML-189: simplify release-component notifications
...
- Use a tagged type
- Leave skipping responsibility to subscribed process
2026-05-19 12:18:07 +01:00
Claudio Ortolina
3cba43236b
Add format hint to record form release date
2026-05-18 16:25:49 +01:00
Claudio Ortolina
b6f429406f
Use a button for the record status picker trigger
2026-05-16 15:11:21 +01:00
Claudio Ortolina
ed6032bd15
Slow down shine animation, make it left to right only
...
Avoids dark edge at the bottom
2026-05-07 22:42:04 +01:00
Claudio Ortolina
10a24da49c
Improve shine animations
2026-05-07 14:19:42 +01:00
Claudio Ortolina
db7e50d68b
Move flash messages to the left
...
As the application makes heavy use of right-hand sheets, flash messages
are often lost.
2026-05-03 08:52:26 +01:00
Claudio Ortolina
450114100b
Fix dimensions of camera button and preview
2026-05-01 22:09:44 +01:00
Claudio Ortolina
f8a52993c1
ML-149: Fix selected bar not showing track data in Safari
2026-04-30 07:21:25 +01:00
Claudio Ortolina
f10a932aea
Re-enable medium header + checkbox for releases with 1 medium
2026-04-27 11:47:32 +01:00
Claudio Ortolina
4418fbc377
Remove unnecessary specs
...
Function is private, and AsyncResult doesn't expose `t()`
2026-04-24 14:13:04 +01:00
Claudio Ortolina
a1c665b490
ML-21: Classify API errors as transient vs permanent
2026-04-24 14:02:15 +01:00
Claudio Ortolina
0784fc5e0c
Fix page title for scrobble anything release page
2026-04-23 21:06:32 +01:00
Claudio Ortolina
62586c9ae5
Restore flex context for sheet selection bar
2026-04-23 15:12:58 +01:00
Claudio Ortolina
ca9cc7687c
Hide release-actions dropdown when empty
2026-04-23 15:06:45 +01:00
Claudio Ortolina
4c48bda7b2
Refactor Release component to take release_id
2026-04-23 14:19:11 +01:00
Claudio Ortolina
0d1f580379
Refactor TracklistPdf to take release alone
2026-04-23 07:48:53 +01:00
Claudio Ortolina
f7f38d580e
Enable unaliased modules ex_slop check
2026-04-22 20:37:09 +01:00
Claudio Ortolina
8179b4317c
ML-142: forgot to support timezones
2026-04-22 18:14:14 +01:00
Claudio Ortolina
0776700170
ML-142: Improve scrobble UI in the release component
...
- Sticky bar for easier track-based scrobbling
- Support setting custom finish time
2026-04-22 17:19:35 +01:00
Claudio Ortolina
016c4691be
Canonicalize tailwind classes
2026-04-21 14:22:41 +01:00
Claudio Ortolina
c7749924fe
Spec release component private helpers
2026-04-21 12:48:36 +01:00
Claudio Ortolina
29bfa20978
Remove unreachable error clauses in form save helpers
2026-04-21 12:46:35 +01:00
Claudio Ortolina
dc71b2ff90
Fix badge align issue in barcode scan cart
2026-04-20 16:04:20 +01:00
Claudio Ortolina
8d004d39cc
Extract shared cart sidebar component
2026-04-20 15:57:44 +01:00
Claudio Ortolina
9851a5c6bf
Use cart with barcode scanner
2026-04-20 15:46:40 +01:00
Claudio Ortolina
d47df899b7
Improve layout of add record form
...
Remove results count (I never looked at it)
2026-04-20 15:31:14 +01:00
Claudio Ortolina
eaece07193
Count formats in results
2026-04-20 15:15:29 +01:00
Claudio Ortolina
c4ebe636ff
Fix ML-143 review: security, worker, and test improvements
...
Closes ML-143 review findings:
- cast_id/1 uses Integer.parse instead of String.to_integer
- add_to_cart validates against server-side release_groups
- JS.push payload trimmed to {id, format} only
- Oban.insert_all result checked for partial failures
- handle_async success resets @importing? to false
- ImportFromMusicbrainzReleaseGroup gets unique constraint
- Record.parse_datetime/1 made public with safe match
- Workers delegate to Record.parse_datetime/1
- Test coverage: change_format, clear_cart, wishlist single import
2026-04-20 15:15:29 +01:00
Claudio Ortolina
3f5ce060b1
Implement ML-143: Cart-style multi record import
...
Closes ML-143.
2026-04-20 15:15:29 +01:00
Claudio Ortolina
fb1b60373d
Fix max width issue for release selector on mobile
2026-04-18 10:57:14 +01:00
Claudio Ortolina
f6bcf3d970
Partial fix for barcode scan camera persisting after disconnection
2026-04-18 10:50:41 +01:00
Claudio Ortolina
b37162fce3
Fix colors of mixed badges
2026-04-17 22:30:27 +01:00
Claudio Ortolina
e6a8488137
Use Notes.change_note/2 instead of Note.changeset/2 in notes component
...
Closes #171
2026-04-17 12:56:08 +01:00
Claudio Ortolina
6b35b5cde5
Trigger search on Enter in search inputs inside forms
2026-04-16 15:15:47 +01:00
Claudio Ortolina
840547c509
Speed up structured modal animation
2026-04-16 09:31:30 +01:00
Claudio Ortolina
fea1231304
Replace refresh scrobble list icon
...
Makes it for a better animation
2026-04-15 22:52:28 +01:00
Claudio Ortolina
7899f621f3
Preserve rule picker state across parent re-renders
2026-04-15 15:11:17 +01:00
Claudio Ortolina
851cb36858
Fix dl accessibility violations on stats dashboard
2026-04-15 14:16:24 +01:00
Claudio Ortolina
405235e2b3
Add picker to create scrobble rules on the fly
2026-04-15 10:53:58 +01:00
Claudio Ortolina
ebd9e5445f
Fix how long ago for records with year release dates
2026-04-15 07:20:01 +01:00
Claudio Ortolina
8db324d74a
Extract shared badge/dropdown to ScrobbleComponents
2026-04-14 16:50:40 +01:00
Claudio Ortolina
9ef918a621
Update record_status_badges with matching_records and dropdown
2026-04-14 16:10:57 +01:00
Claudio Ortolina
4fa13d5422
Reset chat state when navigating between entities
...
The Chat component kept stale messages and chat references
when patching to a different artist/record because update/2
only refreshed the chat list, not the active chat state.
2026-04-13 18:32:19 +01:00
Claudio Ortolina
035b4e7197
Extract shared record action menu component
...
Closes #155
2026-04-12 23:23:11 +01:00
Claudio Ortolina
88906e10ad
Add ex_slop, configure it, run it and fix issues
2026-04-12 22:07:27 +01:00