app: Add a page with the list of groups

This commit is contained in:
Valentin Tolmer
2021-09-28 15:00:39 +02:00
committed by nitnelave
parent 0a3cfa168e
commit 7d21cc5126
4 changed files with 170 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ pub enum AppRoute {
ChangePassword(String),
#[to = "/user/{user_id}"]
UserDetails(String),
#[to = "/groups"]
ListGroups,
#[to = "/"]
Index,
}