Commit Graph

20 Commits

Author SHA1 Message Date
Claudio Ortolina 9775f192a4 Replace dominant color squares with equalizer animation
Swap the static colored squares on record show pages for an animated
equalizer where each bar is tinted with a dominant color, adding a
music-themed visual.
2026-02-14 10:11:12 +00:00
Claudio Ortolina b04453acbc Revert "Add pull to search"
This reverts commit 45240358d9.

Doesn't work well at all.
2026-02-14 09:05:06 +00:00
Claudio Ortolina 45240358d9 Add pull to search 2026-02-13 12:57:30 +00:00
Claudio Ortolina 6a5fc53492 Improve shine effect 2025-09-24 21:10:02 +03:00
Claudio Ortolina b80e618d60 Use tailwind typography for notes 2025-09-07 15:59:24 +03:00
Claudio Ortolina b1151df0f6 Shine effect for significant anniversaries 2025-08-29 13:55:48 +03:00
Claudio Ortolina 71ca5fa1b9 Update to Fluxon 2.0
Address required changes and immediate deprecations
2025-08-20 16:09:53 +03:00
Claudio Ortolina 0aa0a19a00 Use live_toast instead of built-in flash
Precursor for building better notifications
2025-06-07 08:27:25 +01:00
Claudio Ortolina 584c5cf3e0 Use Fluxon components for record edit form 2025-05-01 20:30:44 +01:00
Claudio Ortolina 4eac9f715a Mount Fluxon UI inside css and js entrypoints 2025-04-16 10:42:37 +01:00
Claudio Ortolina f0f43c22f6 Use Phoenix 1.8.0rc heroicons plugin 2025-04-05 12:21:32 +01:00
Claudio Ortolina 0b553ff747 Fix sources for tailwind.css
Avoids continuously recompiling on unrelated file changes
2025-04-05 12:20:13 +01:00
Claudio Ortolina 67c02423d2 Fix phx-* css variants
See https://tailwindcss.com/docs/hover-focus-and-other-states#registering-a-custom-variant
2025-03-11 20:28:39 +00:00
Claudio Ortolina 83658734db Removed unused brand color setting 2025-03-02 07:54:02 +00:00
Claudio Ortolina 55d0e656f7 Show pointer on buttons
Used to be default for Tailwind v3, gone in v4 as per
https://tailwindcss.com/docs/upgrade-guide#buttons-use-the-default-cursor
2025-03-02 07:22:09 +00:00
Claudio Ortolina d9e87d6c80 Migrate to Tailwind v4 2025-02-28 20:46:53 +00:00
Claudio Ortolina 907f480bc1 Improve formatting of bio read more link and license block
Prefer inline Tailwind classes for consistency with rest of the codebase
2024-12-03 19:37:37 +00:00
Claudio Ortolina acee09aab0 Format bio sections 2024-12-03 16:25:16 +00:00
Claudio Ortolina 18df3683fc Render a minimal artist page 2024-12-02 17:35:47 +00:00
Claudio Ortolina d547ee6f8d Generate project
Using `mix phx.new music_library --database sqlite3 --binary-id --no-mailer`
2024-09-12 14:05:08 +01:00