Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-29 | 1.3.1HEADmaster | 135e2 | 2 | -3/+4 | |
2022-08-13 | feat(SettingsPage): improve Content Size accessibility | 135e2 | 1 | -3/+15 | |
2022-08-13 | 1.3.0 | 135e2 | 2 | -3/+3 | |
2022-08-13 | chore: simplify redundant code | 135e2 | 3 | -5/+5 | |
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 | 2 | -3/+54 | |
A pretty basic implementation to change bgImage dynamically, which was formerly reverted. Ref: ffd55641317ebd6344e92eb8a3204981846b5e05 | |||||
2022-08-09 | 1.2.4 | 135e2 | 2 | -3/+3 | |
2022-08-09 | feat(EditPage): refine reset() and resetValidation() | 135e2 | 1 | -2/+6 | |
2022-08-09 | 1.2.3 | 135e2 | 2 | -3/+3 | |
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 | 1.2.3-0 | 135e2 | 2 | -3/+3 | |
2022-08-09 | revert: Revert "feat(SettingsPage): add backgroundImage customization" | 135e2 | 2 | -38/+3 | |
This reverts commit ffd55641317ebd6344e92eb8a3204981846b5e05. | |||||
2022-08-09 | 1.2.2 | 135e2 | 2 | -3/+3 | |
2022-08-09 | docs: clearify license and description | 135e2 | 4 | -1/+37 | |
2022-08-09 | chore: configure website title | 135e2 | 1 | -0/+8 | |
2022-08-09 | 1.2.1 | 135e2 | 2 | -3/+3 | |
2022-08-09 | refactor(EditPage): make form behavior consistent | 135e2 | 1 | -4/+4 | |
2022-08-09 | fix: correct a typo in snackbar button | 135e2 | 1 | -1/+1 | |
2022-08-09 | 1.2.0 | 135e2 | 2 | -3/+3 | |
2022-08-09 | feat(SettingsPage): implement debug options | 135e2 | 2 | -3/+21 | |
2022-08-09 | feat(SettingsPage): add backgroundImage customization | 135e2 | 2 | -3/+42 | |
2022-08-09 | 1.1.0 | 135e2 | 2 | -3/+3 | |
2022-08-09 | feat(SettingsPage): support HomePage settings | 135e2 | 4 | -8/+98 | |
- Add support for titleSize and contentSize | |||||
2022-08-08 | chore(EditPage): move buttons to the end | 135e2 | 1 | -33/+35 | |
2022-08-08 | feat: bringup SettingsPage initially | 135e2 | 2 | -4/+40 | |
2022-08-08 | 1.0.0 | 135e2 | 2 | -3/+3 | |
2022-08-08 | feat: implement content parsing & showing | 135e2 | 2 | -10/+19 | |
- We use the GFM spec to parse markdown (might be changed later). - Otonashi should be (mostly) feature-completed as of now. - More user-friendly settings are in progress. | |||||
2022-08-08 | feat: implement EditPage | 135e2 | 2 | -3/+203 | |
2022-08-07 | feat: implement nav-drawer & markdown parser | 135e2 | 6 | -29/+98 | |
2022-08-07 | feat: implement cards ui | 135e2 | 7 | -360/+291 | |
Still in an early stage now, further improvements needed. | |||||
2022-07-24 | init | 135e2 | 16 | -0/+20186 | |