138 Commits

Author SHA1 Message Date
Prashant
a6ba90aee7 open github source url in a new tab
Open the github source url in a new tab instead of the current tab which
stops music.
2024-07-24 22:47:45 +05:30
f1273e9c5f feat: logging improvements 2024-07-24 17:32:46 +01:00
6ddea4d296 fix: remove unneeded printing 2024-07-24 17:21:42 +01:00
e4f4124bc8 feat: prompt improvement 2024-07-24 17:19:03 +01:00
6ba045fddb fix: make button click audio respect current vol 2024-07-24 17:18:27 +01:00
1dc3cba726 Merge pull request #3 from DMZTdhruv/main
fix: remove overflow scrollbar
2024-07-24 15:37:05 +01:00
8bf76e0390 chore: use double quotes instead of single quotes 2024-07-24 15:36:04 +01:00
df353b7472 Merge pull request #1 from Rettend/kennethnym-main
perf: preload assets upfront to prevent waterfall
2024-07-24 15:30:46 +01:00
50c5599d5e fix: revert button active translate value 2024-07-24 15:28:09 +01:00
DMZTdhruv
ec5b64c40f Removed scrollbars by overflow 2024-07-24 17:09:11 +05:30
Hegyi Áron Ferenc
31a86fadf9 fix: play button effect 2024-07-24 11:04:20 +02:00
Hegyi Áron Ferenc
eeb0d03fe8 fix: lil css compatibility
* safari supports it w/o vendor prefix from 15.4 (Released 2022-03-14)

Co-Authored-By: Anderson Marlon <anderson18.marlon@gmail.com>
2024-07-24 10:53:25 +02:00
Hegyi Áron Ferenc
94425dc860 fix: remove meta closing tags (it's not a thing) 2024-07-24 10:45:40 +02:00
Hegyi Áron Ferenc
11a0e586c0 fix: remove prefetches it's fine 2024-07-24 10:44:36 +02:00
b37ba1c2d2 chore: remove modal wrapper code 2024-07-24 00:07:54 +01:00
fa49faea5f fix: remove ping_interval param and localhost arg 2024-07-23 21:47:28 +01:00
a6d6487df3 fix: websocket issue
websocket.create_connection is short lived, so whenever the inference
server is needed, it needs to be called again to reconnect to the
server.
2024-07-23 21:43:35 +01:00
Hegyi Áron Ferenc
ba746f9570 revert: no audio preload 2024-07-23 20:31:07 +02:00
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
545eee47e8 chore: cleanup 2024-07-23 20:03:16 +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
63a8056283 chore: delete audio files from git 2024-07-23 17:50:18 +01:00
d3861deeaa chore: add server startup script 2024-07-23 17:45:00 +01: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
Hegyi Áron Ferenc
929431071f ci: host on pages for test 2024-07-23 14:22:52 +02:00
f3ea09bb6e chore: update README on how to run infinifi 2024-07-23 12:09:34 +01:00
7f8f5268ec chore: remove requirements.txt and clean up code 2024-07-23 11:59:08 +01:00
4f6b0c2bd4 fix: change ws port 2024-07-23 00:04:59 +01:00
a4d839fa72 chore: upload rest of audio clips 2024-07-22 23:34:39 +01:00
ef5bf5d0c0 fix: uncomment code 2024-07-22 22:38:31 +01:00
a420fc523a chore: add initial audio clips 2024-07-22 22:25:19 +01:00
e1866e08f5 feat: create inference ws server 2024-07-22 22:24:39 +01:00
e4e4fc5f45 chore: remove docker files 2024-07-22 22:24:15 +01: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
97eec37ac7 chore: update requirements.txt 2024-07-22 12:37:42 +01:00