Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-13 | chore: simplify redundant code | 135e2 | 1 | -3/+3 | |
Also changed || to ?? for better false/0/"" handling Ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator | |||||
2022-08-13 | chore(snackbar): support snackbar theme | 135e2 | 1 | -2/+7 | |
2022-08-13 | chore: use snackbar to notify updateBackgroundImageURL event | 135e2 | 1 | -1/+8 | |
2022-08-13 | feat(SettingsPage): reimplement backgroundImage customization | 135e2 | 1 | -1/+11 | |
A pretty basic implementation to change bgImage dynamically, which was formerly reverted. Ref: ffd55641317ebd6344e92eb8a3204981846b5e05 | |||||
2022-08-09 | chore: use more user-friendly toggle key... | 135e2 | 1 | -1/+1 | |
... since Shift+Tab is already used by Windows. Microsoft sucks tho. | |||||
2022-08-09 | revert: Revert "feat(SettingsPage): add backgroundImage customization" | 135e2 | 1 | -5/+1 | |
This reverts commit ffd55641317ebd6344e92eb8a3204981846b5e05. | |||||
2022-08-09 | fix: correct a typo in snackbar button | 135e2 | 1 | -1/+1 | |
2022-08-09 | feat(SettingsPage): add backgroundImage customization | 135e2 | 1 | -1/+5 | |
2022-08-09 | feat(SettingsPage): support HomePage settings | 135e2 | 1 | -4/+23 | |
- Add support for titleSize and contentSize | |||||
2022-08-08 | feat: bringup SettingsPage initially | 135e2 | 1 | -4/+27 | |
2022-08-08 | feat: implement EditPage | 135e2 | 1 | -3/+20 | |
2022-08-07 | feat: implement nav-drawer & markdown parser | 135e2 | 1 | -4/+45 | |
2022-08-07 | feat: implement cards ui | 135e2 | 1 | -9/+9 | |
Still in an early stage now, further improvements needed. | |||||
2022-07-24 | init | 135e2 | 1 | -0/+29 | |