Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-29 | revert: Revert "chore: load css & js locally..." | 135e2 | 2 | -2/+0 | |
This reverts commit 45dba0654aa9c8ba210b8d5b80cdc388c408beef. Conflicts: layout/_partial/head.ejs layout/_partial/scripts.ejs | |||||
2022-06-03 | fix: correct logic | 135e2 | 3 | -30/+75 | |
2022-06-03 | chore: load css & js locally... | 135e2 | 2 | -0/+2 | |
... for better loading speed since jsDelivr sucks | |||||
2022-06-03 | Remove redundant TS config file | Doge Gui | 1 | -74/+0 | |
2022-06-03 | feat: add #btn-toggle-dark botton to toggle dark mode | 135e2 | 3 | -42/+283 | |
- Switch dark theme to bulmaswatch/darkly, since bulma-prefers-dark highly relies on `@media: (prefers-color-scheme: dark)` tag - Add a playerman handler to toggle shikwasa theme[1] - Use localstorage to store user's preference[2] - Fix a typo: SystemDarkmodePrefrence => SystemDarkmodePreference [1]: Modified from https://github.com/jessuni/shikwasa/blob/main/pages/public/index.js#L208 [2]: Took inspiration from https://blog.skk.moe/post/hello-darkmode-my-old-friend | |||||
2021-05-11 | Add support for logo with dark mode and icon descriptions | Doge | 3 | -1/+25 | |
2021-05-10 | Add compressed js and css | Doge | 1 | -0/+1 | |
2021-05-10 | Enhance autodark working | Doge | 2 | -6/+2 | |
2021-05-09 | Fix darkmode bug | Doge | 2 | -19/+30 | |
2021-05-09 | Fix lazyload bug | Doge | 2 | -4/+8 | |
2021-05-08 | Combine js files | Doge | 5 | -74/+137 | |
2021-05-07 | Add darkmode support | Doge | 3 | -0/+147 | |