Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
10 days | frontend: Use current date to seed frontpage results | Wolfgang Müller | -1/+2 | |
Use the current date (year, month, and day) instead of generating a new seed every time and potentially making the user unable to go back to see results that were displayed a moment ago. This essentially makes the frontpage display daily favourites and bookmarks. Additionally make sure to set the seed in the filter when navigating to the respective category. | ||||
10 days | frontend: Always fetch statistics from the network | Wolfgang Müller | -1/+5 | |
Since the data fetched in the statistics query will be invalidated by basically any mutation and tracking the dependencies manually like we do with other queries is not feasible, simply have it load from network always. | ||||
2025-01-19 | frontend: Add basic statistics page | Wolfgang Müller | -0/+4 | |