summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/gql/Queries.ts (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Always fetch statistics from the networkWolfgang Müller9 days-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.
* frontend: Add basic statistics pageWolfgang Müller2025-01-19-0/+4
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+243