|
69f24a6b7b
|
Make use of the new icons, also add some styling for them.
|
2024-05-16 00:15:52 +04:00 |
|
|
154682ea4f
|
A page layout was changed.
|
2024-05-12 03:58:35 +04:00 |
|
|
a374dfd510
|
Changed layout for a song info.
|
2024-05-11 05:35:14 +04:00 |
|
|
5d042cdb3a
|
Fixed Last N songs section.
|
2024-05-11 05:34:32 +04:00 |
|
|
904af3107a
|
Show overall and peak numbers of listeners for a currently playing song.
|
2024-05-11 05:03:20 +04:00 |
|
|
872e8f4978
|
A MaxListeners field of a Song struct was renamed to a more logically appropriate PeakListeners.
|
2024-05-11 04:52:40 +04:00 |
|
|
3b22643733
|
In an index.templ a range for was replaced by good old C-style for loop to prevent copying by value, and to get rid of that warning about mutex copy.
|
2024-05-10 04:59:18 +04:00 |
|
|
23f53609ae
|
Forgot to add preload="none", controls and playsinline to an audio tag.
|
2024-05-10 04:37:25 +04:00 |
|
|
c49c5b0112
|
No need in URL escaping since these links are safe already, so just cast them to SafeURL.
|
2024-05-10 02:48:47 +04:00 |
|
|
fb5c46381e
|
Remove a comment at the end of index.templ.
|
2024-05-10 00:13:12 +04:00 |
|
|
670b6ea032
|
Jade was replaced with Templ. Also some changes were made to a layout. A ServeAsset() handler was introduced.
|
2024-05-10 00:11:33 +04:00 |
|