add new feature report page

This commit is contained in:
Adrian Zürcher
2026-02-12 12:08:55 +01:00
parent 9a55d4c2f0
commit 1657123cc1
11 changed files with 327 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
export type Amount = {
name: string;
events: number;
minimal: number;
average: number;
maximal: number;
};