Commit Graph

39 Commits

Author SHA1 Message Date
Hegyi Áron Ferenc
ad8b308575 dot 2024-07-23 20:27:22 +02:00
Hegyi Áron Ferenc
f195380356 ok one more test 2024-07-23 20:25:46 +02:00
Hegyi Áron Ferenc
f63470582e Merge branch 'main' of https://github.com/kennethnym/infinifi into kennethnym-main 2024-07-23 20:02:29 +02:00
Hegyi Áron Ferenc
63e67dd2a2 fix: try audio tags 2024-07-23 19:52:10 +02:00
Hegyi Áron Ferenc
4858813ee5 wip: try prefetch 2024-07-23 19:07:56 +02:00
f4c67dc4c3 fix: scaling issue on mobile 2024-07-23 17:39:00 +01:00
df1e1df440 feat: increase spacing around border 2024-07-23 17:34:14 +01:00
Hegyi Áron Ferenc
5c19fcc7ab wip: test 2024-07-23 18:32:28 +02:00
d8500d8115 feat: add twt meta tags 2024-07-23 17:20:08 +01:00
4a4c282101 feat: allow play/pause with space bar 2024-07-23 16:45:37 +01:00
Hegyi Áron Ferenc
355e792fd2 perf: preload all 2024-07-23 17:39:19 +02:00
Hegyi Áron Ferenc
35bcc3eeb0 fix: bruh 2024-07-23 17:19:45 +02:00
Hegyi Áron Ferenc
1964b30eda perf: preload audio files too
* these are referenced in script.js and create a waterfall
2024-07-23 17:19:15 +02:00
Hegyi Áron Ferenc
8cc85b5580 wip: test with minified js 2024-07-23 17:01:22 +02:00
Hegyi Áron Ferenc
4b2b93176a fix: style fixes 2024-07-23 16:56:01 +02:00
Hegyi Áron Ferenc
c8f12d91ad perf: preload stuff 2024-07-23 16:22:38 +02:00
Hegyi Áron Ferenc
f73205b720 fix: file pathes 2024-07-23 14:38:23 +02:00
d7a3920d0a chore: upload click sound effects 2024-07-22 17:07:44 +01:00
d1d4b448d6 feat: add footer 2024-07-22 12:56:00 +01:00
a679995bd1 fix: dont set current audio vol if not playing 2024-07-22 11:35:33 +01:00
ddf4758713 fix: volume slider thumb 1px gap in chrome 2024-07-22 11:32:43 +01:00
a39a70451f fix: volume slider style on firefox 2024-07-22 00:04:49 +01:00
01db0dbc7f feat: tweak range slider color 2024-07-21 21:45:18 +01:00
a25501b9ce feat: add volume slider 2024-07-21 21:39:29 +01:00
7dd3ffdf1d feat: add dark mode support for bg pattern 2024-07-21 21:27:50 +01:00
bd57bb8e8b fix: button hover color 2024-07-21 19:11:52 +01:00
0a937461f1 feat: add button click effect 2024-07-21 19:06:07 +01:00
437987d90a refactor: better variable naming 2024-07-21 17:33:57 +01:00
21b66962da feat: canvas based interactive background 2024-07-21 15:00:56 +01:00
1a34539e08 feat: animate cat pics!! 2024-07-21 00:31:02 +01:00
c9a7420414 feat: redesign 2024-07-21 00:22:05 +01:00
ce49190066 fix: button click effect 2024-07-20 23:09:01 +01:00
602fe6bbb1 feat: go to next song when the current one ends 2024-07-20 22:57:04 +01:00
fbc9a07c25 chore: fix wrong comment 2024-07-20 22:17:04 +01:00
1e257eaf4e feat: implement audio fade in/out 2024-07-20 22:16:16 +01:00
66a873b3c2 fix: prevent browser from caching audio
Add a random query parameter to the end of the track URL to prevent the
browser from caching the audio file, forcing it to fetch the latest
track
2024-07-20 21:48:43 +01:00
dcaec061d6 feat: add dark mode support 2024-07-20 21:36:31 +01:00
a6794dafca feat: add basic play/pause web ui 2024-07-20 21:18:41 +01:00
074d96b76d feat: start adding server code 2024-07-20 17:09:22 +01:00