add: communities list page

TODO(ui): implement community creation, community viewing, community posting
TODO(ui): implement profile following, followers, and posts feed
This commit is contained in:
trisua 2025-03-27 18:10:47 -04:00
parent 5cfca49793
commit d6fbfc3cd6
28 changed files with 497 additions and 313 deletions

View file

@ -1,6 +1,6 @@
pub mod auth;
pub mod journal;
pub mod journal_permissions;
pub mod communities;
pub mod communities_permissions;
pub mod permissions;
pub mod reactions;