summaryrefslogtreecommitdiff
path: root/layout/_partial/header.ejs
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01feat: add #btn-toggle-dark botton to toggle dark mode135e21-0/+3
- 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-28Add sub-navbar supportDoge1-26/+32
2021-05-25Fix style errorDoge1-3/+3
2021-05-25Add sub nav configurationDoge1-7/+34
2021-05-21Add header adjustment with autoscrollDoge1-3/+9
2021-05-15Resize header page in not index pagesDoge1-0/+4
2021-05-11Add support for logo with dark mode and icon descriptionsDoge1-14/+21
2021-05-11Enhancement for non-self link securityDoge1-3/+6
2021-05-10Enhance autodark workingDoge1-1/+1
2021-05-09Add pagination supportDoge1-1/+1
2021-05-08Draw header pageDoge1-31/+56
2021-05-07Change header layoutDoge1-2/+12
2021-05-07Add footer and page navigator supportDoge1-0/+3
2021-05-06Making progressDoge1-0/+20
2021-05-03Initial commitDoge1-0/+0