Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-10 | Refactor duration formatting | r | |
2022-05-10 | Fix custom CSS | r | |
2022-03-30 | Fix duration overflow | r | |
time.Sub() returns int64 duration in nanoseconds, which can only represent around 290 years. | |||
2022-03-30 | Switch to html/template | r | |
2022-02-11 | Add lists | r | |
2022-01-27 | Refactor status filter | r | |
2022-01-27 | Highlight quotes | r | |
2021-09-05 | Add quick reply | r | |
2021-01-30 | Add filters | r | |
2020-10-30 | Use username as title for mentions | r | |
2020-10-17 | Fix search query escaping | r | |
2020-09-22 | Update time duration calculation | r | |
2020-09-22 | Update CSS | r | |
Now it's mostly CSS 2.1 compliant. All the images now use the height attribute to limit the size on browsers that don't support CSS. | |||
2020-05-29 | HTML Escape search queries | r | |
2020-05-24 | Imporve emoji style | r | |
- Increase emoji size - Add colons to emoji alt text and title | |||
2020-02-23 | Cleanup renderer.go | r | |
2020-02-19 | Fix time duration value | r | |
- Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll | |||
2020-02-18 | Add frame based navigation | r | |
2020-02-09 | Add poll support | r | |
Currenlty only voting is possible. | |||
2020-02-01 | Use vendored dependencies | r | |
2020-01-31 | Update user page | r | |
- Use the same page to display status and user list - Add media only status list | |||
2020-01-30 | Add user search page | r | |
2020-01-30 | Remove icons | r | |
2020-01-28 | Refactor everything | r | |
2020-01-14 | Refactor renderer and templates | r | |
2020-01-12 | Add dark mode | r | |
2020-01-10 | Use readable timestamp for statuses | r | |
2019-12-29 | Add following and followers page | r | |
2019-12-27 | Add settings page | r | |
2019-12-26 | Add search page | r | |
2019-12-26 | Add liked by and retweeted by page | r | |
2019-12-25 | Refector render structs | r | |
2019-12-22 | Add emojis page | r | |
2019-12-22 | Fix css and template issues | r | |
2019-12-21 | Show content warning in status | r | |
2019-12-21 | Add about page | r | |
2019-12-21 | Use local url for for mentioned users | r | |
2019-12-20 | Fix TimeSince calculation | r | |
2019-12-20 | Add user page and follow/unfollow calls | r | |
2019-12-15 | Add notification support | r | |
2019-12-13 | Initial commit | r | |