create user page w/ functionality

This commit is contained in:
2026-03-24 18:10:14 +01:00
parent 98b93345c2
commit e115bf4391
6 changed files with 95 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ pub const SHIELD_USER: &str = include_str!("shield-user.svg");
pub const TAG: &str = include_str!("tag.svg");
pub const USER: &str = include_str!("user.svg");
pub const USER_KEY: &str = include_str!("user-key.svg");
pub const USER_PLUS: &str = include_str!("user-plus.svg");
pub const USERS: &str = include_str!("users.svg");