Commit graph

2574 commits

Author SHA1 Message Date
booploops
ffc1a1194b Revert "pls fix"
This reverts commit 70f8f9f335.
2022-03-03 02:04:32 -08:00
booploops
70f8f9f335 pls fix 2022-03-03 01:54:29 -08:00
Core
41959ee0b6 Merge branch 'develop' of https://github.com/ciderapp/Cider into develop 2022-03-03 09:46:02 +00:00
Core
be5b1d637f typescript is the best thing ever
and everyone should use it
2022-03-03 09:46:00 +00:00
booploops
14e0b53215 reorder 2022-03-03 01:27:37 -08:00
Core
6a394f818d #509 Fix 2022-03-03 09:00:16 +00:00
booploops
19b4e1f73c added bootstrap-vue 2022-03-02 23:04:20 -08:00
GamingLiamStudios
08be08a9ff
Update en_OWO.json (#537)
* Update en_OWO.json

Translated with https://gist.github.com/GamingLiamStudios/25fcecabcd8b4cc9444b4b161c3e0033

* Update en_OWO.json

* Update en_OWO.json

* Update en_OWO.json
2022-03-02 22:34:46 -08:00
booploops
279c65dddd Revert "smol"
This reverts commit 7cc0e53a8d.
2022-03-02 21:05:27 -08:00
booploops
7cc0e53a8d smol 2022-03-02 20:40:45 -08:00
booploops
4c7850a38c decreased margin between sidebar items 2022-03-02 20:33:33 -08:00
booploops
53b298419c reduced size of context menus, added string to en_US 2022-03-02 20:27:41 -08:00
booploops
b0c5a07b0f add to playlist can now check for duplicates, seperated apple music playlists from playlists 2022-03-02 20:12:53 -08:00
booploops
7042c97264 declare start 2022-03-02 18:08:54 -08:00
booploops
a06320dadd Update main.ejs 2022-03-02 17:58:20 -08:00
booploops
bfbff246a1 reordering 2022-03-02 17:52:38 -08:00
booploops
5eb2f9a688 async modules 2022-03-02 17:48:29 -08:00
booploops
5322c99183 big ass front end cleanup 2022-03-02 17:42:43 -08:00
GamingLiamStudios
40dd0a0d04
Update en_OWO.json 2022-03-03 11:04:35 +11:00
GamingLiamStudios
62b8666f81
Merge branch 'develop' into update-owo 2022-03-03 11:01:11 +11:00
GamingLiamStudios
812c1c23ff
Merge branch 'ciderapp:develop' into develop 2022-03-03 10:59:16 +11:00
booploops
6924c76f4c adds playlist track mapping 2022-03-02 15:05:41 -08:00
booploops
9f81aa9ad2 playlists will not rebuild if in dev 2022-03-02 07:22:29 -08:00
booploops
b446b82c7b improvements to controller scroll groups 2022-03-02 06:59:27 -08:00
booploops
66a659ad77 library now uses CiderCache 2022-03-02 06:32:13 -08:00
booploops
760fce64c9 Update index.js 2022-03-02 06:03:48 -08:00
booploops
864ffaee77 Merge branch 'develop' of https://github.com/ciderapp/Cider into develop 2022-03-02 06:03:20 -08:00
booploops
a8375c5c59 adds playlist caching 2022-03-02 06:03:19 -08:00
Core
0a4151d5a4
circle config update 2022-03-02 11:26:57 +00:00
Core
d647be3271
lockfile update 2022-03-02 11:26:07 +00:00
Core
34dbfc1f86
Update 2022-03-02 11:23:02 +00:00
booploops
0f8b739705 virtual cursor 2022-03-02 00:33:27 -08:00
booploops
e308160bec controller test 2022-03-01 22:04:27 -08:00
Maikiwi
197a14c236 condense vars 2022-03-01 20:31:10 -08:00
GamingLiamStudios
63ff918b91
Update en_OWO.json 2022-03-02 09:18:26 +11:00
GamingLiamStudios
aac19570ad
Update en_OWO.json 2022-03-02 09:17:07 +11:00
GamingLiamStudios
20036aeafd
Merge branch 'ciderapp:develop' into develop 2022-03-02 09:14:00 +11:00
JYW0803
aec0651ba0
Fix update (#534)
```
[2022-03-01 08:24:54.075] [error] TypeError: autoUpdater.checkForUpdate is not a function
    at Function.checkForUpdate (C:\Program Files\Cider\resources\app.asar\src\main\base\utils.ts:161:27)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at IpcMainImpl.<anonymous> (C:\Program Files\Cider\resources\app.asar\src\main\base\browserwindow.ts:976:13)
[2022-03-01 08:24:54.075] [error] (node:29508) UnhandledPromiseRejectionWarning: TypeError: autoUpdater.checkForUpdate is not a function
    at Function.checkForUpdate (C:\Program Files\Cider\resources\app.asar\src\main\base\utils.ts:161:27)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at IpcMainImpl.<anonymous> (C:\Program Files\Cider\resources\app.asar\src\main\base\browserwindow.ts:976:13)
[2022-03-01 08:24:54.075] [error] (node:29508) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
```
2022-03-01 12:26:11 -08:00
Core
a539e25b70
Merge remote-tracking branch 'origin/develop' into develop 2022-03-01 15:18:07 +00:00
Core
18c72b4afb
Updated base 2022-03-01 15:18:00 +00:00
vapormusic
290c72d6b5 fix macos build 2022-03-01 22:03:40 +07:00
vapormusic
8e846e0dc6 change id 2022-03-01 19:17:38 +07:00
vapormusic
874f6e89a9 ok 2022-03-01 19:13:59 +07:00
Maikiwi
5a4e1ab882 Update audio.js 2022-03-01 19:13:01 +07:00
vapormusic
c2a0bf2f45 add metadata support 2022-03-01 19:12:15 +07:00
vapormusic
6e0bfa99be switch id 2022-03-01 19:12:15 +07:00
vapormusic
8268cb6662
Merge pull request #533 from Nosh118/develop
Make lyrics button more transparent when not available
2022-03-01 18:53:12 +07:00
Nosh118
a582f03475
Update chrome-top.ejs 2022-03-01 08:50:26 +00:00
Nosh118
d1d2dd2b18
Update chrome-bottom.ejs 2022-03-01 08:50:17 +00:00
booploops
3d134a6652 show lyrics as disabled even if not present 2022-03-01 00:17:16 -08:00