Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-14 | Add support for quote reply | r | 1 | -0/+4 | |
2023-12-28 | Update the default theme | r | 1 | -29/+21 | |
This uses better color contrast and component spacing to improve legibility. The updated HTML also has better compatibility with browsers with limited/no CSS support. | |||||
2022-05-10 | Add missing @ sign in the reply post form | r | 1 | -1/+1 | |
2021-09-05 | Add quick reply | r | 1 | -0/+1 | |
2021-05-30 | Hide post format setting in case of empty list | r | 1 | -1/+1 | |
2021-03-28 | Refactor | r | 1 | -1/+1 | |
2021-01-17 | Make redirection work without Referer header | r | 1 | -0/+1 | |
2021-01-16 | Add reset button | r | 1 | -0/+1 | |
2020-10-19 | Add setting for default format | r | 1 | -1/+4 | |
2020-10-19 | Add keyboard shortcuts | r | 1 | -11/+8 | |
2020-06-18 | Disable scope selection when replying to a direct post | r | 1 | -1/+1 | |
2020-02-23 | Use <base> element to set target | r | 1 | -1/+1 | |
2020-02-18 | Add frame based navigation | r | 1 | -1/+1 | |
2020-01-30 | Remove icons | r | 1 | -2/+2 | |
2020-01-26 | Add CSRF protection | r | 1 | -0/+1 | |
2020-01-14 | Refactor renderer and templates | r | 1 | -1/+3 | |
2020-01-12 | Add dark mode | r | 1 | -1/+1 | |
2020-01-01 | Use png icons instead of font icons | r | 1 | -4/+4 | |
2019-12-27 | Add settings page | r | 1 | -1/+1 | |
2019-12-26 | Add post format selection | r | 1 | -2/+8 | |
2019-12-22 | Switch to fork-awesome font | r | 1 | -0/+5 | |
2019-12-22 | Add nsfw checkbox for posts | r | 1 | -9/+17 | |
2019-12-22 | Fix css and template issues | r | 1 | -1/+1 | |
2019-12-21 | Add support for scopes | r | 1 | -5/+15 | |
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | |||||
2019-12-21 | Use a single form for new posts and replies | r | 1 | -0/+16 | |