Commit graph

48 commits

Author SHA1 Message Date
Swiftzerr
f747534136 added general section in settings, moved show personal info to general section in settings, and added account settings to general section in settings 2022-01-30 00:45:24 -05:00
Swiftzerr
e8f9c16b4d added private session option to settings menu 2022-01-30 00:22:43 -05:00
Core
77b59363cf
Update settings.ejs 2022-01-30 03:18:35 +00:00
Core
63025dc915
Enabled/Disbaled bad for UI 2022-01-30 03:16:03 +00:00
Core
499659469e
Playback Notifications Now Configurable and available on all systems
DiscordRPC swapped to bool for clear activity
Updated store file to bools and added playback notification
Updated en_GB to fun language, as from what I've seen none of the US English words are different in GB English
2022-01-29 12:37:36 +00:00
booploops
9edeb088fe fix for some buttons being difficult to press 2022-01-28 03:04:37 -08:00
vapormusic
8c7ae2b7e9 fix close button inconsistency 2022-01-28 17:14:38 +07:00
booploops
ef4853cfc5 fix for user presets existing preventing cider from starting 2022-01-28 00:33:07 -08:00
Maikiwi
a31c1493df Fixed setLz + duration string interpo 2022-01-26 22:44:12 -08:00
booploops
6e34a72a09 languages now automatically populate in settings 2022-01-26 15:50:32 -08:00
Core
5e2673a6ae
Revert "Removed clear on pause option, discordrpc operates this way always."
This reverts commit 056bad75e7.
2022-01-26 21:45:50 +00:00
Core
056bad75e7
Removed clear on pause option, discordrpc operates this way always. 2022-01-26 20:58:19 +00:00
vapormusic
e4fb59430d hide 2022-01-26 22:39:33 +07:00
vapormusic
b93264240d Merge branch 'upcoming' of https://github.com/ciderapp/Cider into upcoming 2022-01-26 22:38:48 +07:00
vapormusic
34fab844d9 add additional eq toggle in Settings 2022-01-26 22:33:14 +07:00
KaHim Chan
8f259521de
Language: en_SGA + fixed a typo (#220) 2022-01-26 07:24:09 -08:00
vapormusic
1badd13f69 Add option to disable loop filter in lastfm 2022-01-26 21:24:30 +07:00
vapormusic
02e41549a8 add minimize to tray 2022-01-26 20:59:54 +07:00
KaHim Chan
4766342c7c
Language option (#217) 2022-01-26 00:02:31 -08:00
Onur Gümüş
01a9aa591a
HODOR HODOR HODOR (#216) 2022-01-25 23:42:17 -08:00
vapormusic
79db8aad6f fix menu panel on fs, add Brazilian ( tks ⎷†#1056 from Discord) 2022-01-25 22:24:41 +07:00
vapormusic
6774926b6a add some missing slots in i18n 2022-01-25 20:45:45 +07:00
Maikiwi
d682abb635 Finalize the finalize the finalize the finalize the finalize the finalize the finalize the finalize 2022-01-24 23:27:08 -08:00
Maikiwi
946c235a58 Finalize the finalize the finalize (I swear its finalized) 2022-01-24 23:15:15 -08:00
Maikiwi
9c0dca8001 Finalized i18n Draft Before Testing 2022-01-24 20:07:00 -08:00
booploops
dd97dd4ccb implemented i18n on sidebar, added language setting in settings 2022-01-24 01:34:09 -08:00
cryptofyre
7ed8826071 ffs. 2022-01-22 22:18:37 -06:00
booploops
2f3e477ce5 added option to disable artwork bg, changes to settings style, fixed selects size on settings 2022-01-21 05:07:43 -08:00
vapormusic
2f2bfef612 fix icon 2022-01-20 09:50:41 +07:00
Onur Gümüş
f275883728 added a switch for hiding user info to the settings page
and made a toggle func for it to apply the setting
2022-01-20 04:48:01 +03:00
cryptofyre
a2d2aa6564 LastFM Button class bs 2022-01-12 20:44:39 -06:00
Swiftzerr
78304590f7
Merge branch 'ciderapp:main' into main 2022-01-12 17:44:13 -05:00
booploops
e579ed8a99 added experimental flags and section in settings for temporary config settings, added compact ui experiment 2022-01-12 07:36:20 -08:00
Swiftzerr
151ae7f3ad Get rid of acrylic in settings 2022-01-11 23:18:51 -05:00
Core
42e3d4d8e5
Changed lfm scrobble delay to percentage 2022-01-10 20:23:54 +00:00
booploops
e087129b01 added toggle for animated artwork background, animated background will stop when window is out of focus 2022-01-03 20:51:15 -08:00
vapormusic
acf66945c3 'Spatialization'
i repeat this aint Atmos
2021-12-30 13:42:48 +07:00
vapormusic
a256a72652 audiocontext toggle 2021-12-30 11:50:42 +07:00
vapormusic
ddbc3236fd "normalize audio" 2021-12-29 20:48:28 +07:00
vapormusic
130cfed2b4 LastFM Scrobbling 2021-12-28 22:20:47 +07:00
vapormusic
b57fe0f3ac Fix settings toggles for discord 2021-12-28 10:55:44 +07:00
booploops
98a70494a4 vue devtools in dev env 2021-12-25 03:06:11 -08:00
vapormusic
8e4f219000 fix settings page not showing 2021-12-25 16:02:56 +07:00
vapormusic
6540825985 add lyrics toggles 2021-12-25 15:40:22 +07:00
booploops
211453512b Update to settings page 2021-12-25 00:08:50 -08:00
booploops
599a9130a9 added animated artwork quality, settings now uses approute 2021-12-25 00:00:46 -08:00
booploops
489340f237 Added some settings 2021-12-24 23:46:39 -08:00
Core
7d3e513187 File structure update - all source files now in src directory, cider-ui renamed to renderer, main/backend-related files in main directory, base implementation of mpris and start of backend rework 2021-12-19 06:02:38 +00:00
Renamed from resources/cider-ui/views/pages/settings.ejs (Browse further)