aboutsummaryrefslogtreecommitdiff
path: root/assets/js/themes.js
AgeCommit message (Expand)AuthorFilesLines
2022-12-29handle auto theme correctly with the manual toggleshironeko1-1/+3
2022-05-16JS theme switching simplifiedmeow1-23/+12
2022-05-16JS fixes: recursion in themes, keys for frame walking, JSON XHR and details-s...meow1-5/+6
2022-05-15js code rewrite. Themes rewritten, bugs fixedmeow1-53/+29
2022-05-06js code rewrite. Created _helpers.js with XHR and storage wrappermeow1-30/+18
2022-04-27replace tabs to spacesmeow1-4/+4
2022-04-25new lines in the end of filemeow1-2/+0
2022-04-25optional catchng is not supported by IE11meow1-3/+3
2022-04-25single quotesmeow1-3/+3
2022-04-25use strictmeow1-0/+1
2022-02-07Fix typosDimitris Apostolou1-1/+1
2021-12-26fix: null ptr while loading/switching themeThéo Gaillard1-7/+14
2020-11-16Apply dark theme immediatelysaltycrys1-5/+10
2020-03-02Use a MediaQueryListener to toggle on demand. Tested on OSX. (#925)Kyle Copperfield1-0/+21
2019-08-15Add prefers-color-scheme support (#601)psvenk1-7/+30
2019-06-16Shorten timeout for AJAXOmar Roth1-1/+1
2019-06-15Fix retry on timeout for AJAX requestsOmar Roth1-1/+2
2019-05-09Add option to toggle theme without reloadOmar Roth1-0/+34