Commit graph

293 commits

Author SHA1 Message Date
Hydra
0da18311aa
Merge pull request #84 from Netflixyapp/main
fix: fix french terms in translation
2024-04-28 17:10:33 +01:00
Hydra
12a1cbaabd Merge branch 'main' into main 2024-04-28 17:09:10 +01:00
Hydra
8754ad93a3
Merge branch 'main' into main 2024-04-28 17:09:10 +01:00
Hydra
44e703b600 Merge pull request #95 from eltociear/patch-1
Update README.md
2024-04-28 17:08:00 +01:00
Hydra
407f137bca
Merge pull request #95 from eltociear/patch-1
Update README.md
2024-04-28 17:08:00 +01:00
Ikko Eltociear Ashimine
67083839b9 Update README.md
minor fix
2024-04-29 00:43:08 +09:00
Ikko Eltociear Ashimine
df599d39b0
Update README.md
minor fix
2024-04-29 00:43:08 +09:00
Hydra
5536ea1ddf feat: adding tray icon 2024-04-28 05:59:06 +01:00
Hydra
90c49d60f7
feat: adding tray icon 2024-04-28 05:59:06 +01:00
Zamitto
f14148861a remove unused import and fix lint 2024-04-28 00:28:12 -03:00
Zamitto
4f0416763c remove unused import and fix lint 2024-04-28 00:28:12 -03:00
Zamitto
8c9ab2012b make sure the registed event for seachGames returns a Promise 2024-04-28 00:13:29 -03:00
Zamitto
2a63d1f7ca make sure the registed event for seachGames returns a Promise 2024-04-28 00:13:29 -03:00
Zamitto
0759813ed5 refactor get-random-game 2024-04-27 22:04:42 -03:00
Zamitto
013aa20745 refactor get-random-game 2024-04-27 22:04:42 -03:00
Zamitto
d84c665caf removing async from searchGames 2024-04-27 22:04:35 -03:00
Zamitto
8eece72a81 removing async from searchGames 2024-04-27 22:04:35 -03:00
Zamitto
a89686a45b feat: disable next random suggestion button until game details finish loading 2024-04-27 21:00:57 -03:00
Zamitto
7a48a0202c feat: disable next random suggestion button until game details finish loading 2024-04-27 21:00:57 -03:00
Zamitto
15edc1698a fix possibility of 404 on home if getRandomGame has no validy elements to return
this can happen when user has no internet connection when opening hydra
2024-04-27 20:46:15 -03:00
Zamitto
dd757ccfce fix possibility of 404 on home if getRandomGame has no validy elements to return
this can happen when user has no internet connection when opening hydra
2024-04-27 20:46:15 -03:00
Zamitto
0b8ebcbfd8 renaming variables 2024-04-27 20:42:50 -03:00
Zamitto
7994b2a135 renaming variables 2024-04-27 20:42:50 -03:00
Zamitto
913699e4b6 replace Set with Map 2024-04-27 20:42:28 -03:00
Zamitto
4e3ee8747b replace Set with Map 2024-04-27 20:42:28 -03:00
Zamitto
5ede782acd fix: possible bug when catalogue returns games with similar name 2024-04-27 20:15:24 -03:00
Zamitto
4acb9938f3 fix: possible bug when catalogue returns games with similar name 2024-04-27 20:15:24 -03:00
Zamitto
1b2d857dd1 feat: adjustments 2024-04-27 19:54:37 -03:00
Zamitto
ac3234aad9 feat: adjustments 2024-04-27 19:54:37 -03:00
Zamitto
b6c54c103d feat: game-details call getRandomCall on button click 2024-04-27 18:41:37 -03:00
Zamitto
2426eab371 feat: game-details call getRandomCall on button click 2024-04-27 18:41:37 -03:00
Zamitto
dacaf347fd feat: get all games on first request 2024-04-27 18:40:05 -03:00
Zamitto
6068c506c3 feat: get all games on first request 2024-04-27 18:40:05 -03:00
Hydra
ec3039620d Merge branch 'main' into main 2024-04-27 03:12:42 +01:00
Hydra
900e2b211c
Merge branch 'main' into main 2024-04-27 03:12:42 +01:00
Hydra
7d9119053f Merge pull request #79 from zamitto/feat/process-watcher
process watcher performance
2024-04-27 03:12:15 +01:00
Hydra
592ccb576a
Merge pull request #79 from zamitto/feat/process-watcher
process watcher performance
2024-04-27 03:12:15 +01:00
Zamitto
03e5941adb add new line to .eslintignore 2024-04-26 23:04:57 -03:00
Zamitto
5af2f951ea add new line to .eslintignore 2024-04-26 23:04:57 -03:00
Zamitto
ffd9349ebe use app.isPackaged directly inside getProcesses function 2024-04-26 23:02:53 -03:00
Zamitto
31772138f1 use app.isPackaged directly inside getProcesses function 2024-04-26 23:02:53 -03:00
Zamitto
a66f5a845f migrate postinstall from py to js 2024-04-26 23:02:21 -03:00
Zamitto
bf218e9ce6 migrate postinstall from py to js 2024-04-26 23:02:21 -03:00
Zamitto
aedb08d939 feat: remove tasklist ts declaration and remove tasklist dependency 2024-04-26 22:42:07 -03:00
Zamitto
3b26d9ffdc feat: remove tasklist ts declaration and remove tasklist dependency 2024-04-26 22:42:07 -03:00
Zamitto
917c92602e feat: remove unneeded gitignore 2024-04-26 22:39:25 -03:00
Zamitto
1f6da223be feat: remove unneeded gitignore 2024-04-26 22:39:25 -03:00
Zamitto
4c644dfd90 chage fastlis.exe location to not conflict with linux build 2024-04-26 00:22:28 -03:00
Zamitto
42be20664d chage fastlis.exe location to not conflict with linux build 2024-04-26 00:22:28 -03:00
Zamitto
02cce803ac add fastlist.exe to extraResources 2024-04-26 00:12:17 -03:00