Claudio Ortolina
7b46333665
Reduce top padding on mobile
2024-09-27 10:59:13 +01:00
Claudio Ortolina
17b7a56e70
Fix pagination links for smallest viewport
2024-09-27 10:39:08 +01:00
Claudio Ortolina
92de18e493
Restyle records list to work better on mobile
2024-09-27 10:25:09 +01:00
Claudio Ortolina
ae45ab44df
Can search and paginate records
2024-09-27 09:46:45 +01:00
Claudio Ortolina
25cbcdf16c
Align modals to the top
2024-09-24 20:06:34 +01:00
Claudio Ortolina
7ebc12c4ac
Improve records list tests
...
- Remove scaffolded tests (precursor to removing functionality)
- Add tests for paginated list
2024-09-23 14:52:37 +01:00
Claudio Ortolina
e666b247e1
Improve display of single album page
2024-09-23 14:09:21 +01:00
Claudio Ortolina
bc85165988
Remove stock Phoenix header
2024-09-20 18:27:31 +01:00
Claudio Ortolina
99960832c8
Adds record pagination
2024-09-20 10:05:49 +01:00
Claudio Ortolina
8eb64c6a4c
Add dummy pagination with component wiring
2024-09-16 09:08:50 +01:00
Claudio Ortolina
7e394aaa46
Widen main container
2024-09-15 20:28:38 +01:00
Claudio Ortolina
8255e50e1d
Address gettext deprecations
...
Deprecation warning:
warning: defining a Gettext backend by calling
use Gettext, otp_app: ...
is deprecated. To define a backend, call:
use Gettext.Backend, otp_app: :my_app
Then, instead of importing your backend, call this in your module:
use Gettext, backend: MyApp.Gettext
2024-09-12 14:13:06 +01: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