cookiemumbles / justmytoots.com

Apache License 2.0
22 stars 3 forks source link

feat: add options menu with custom toot filtering #43

Closed cookiemumbles closed 1 year ago

cookiemumbles commented 1 year ago

Per default only toots from the user that are not replies are displayed. There are several use-cases however where someone would want to have custom filtering, and also have these filters be persistent through url params.

This commit adds options to:

NOT included

Commit also includes a large refactoring + selenium tests.

fixes: #19