feat: full group support
Some checks failed
/ integration-test--firefox (push) Failing after 3m6s

This commit is contained in:
Robert Perce 2026-01-23 21:20:27 -06:00
parent cd4096b2ff
commit a0afb6dfd3
24 changed files with 536 additions and 274 deletions

View file

@ -10,6 +10,7 @@ use super::{AppError, AppState};
pub mod auth;
pub mod contact;
pub mod group;
pub mod home;
pub mod ics;
pub mod journal;