feat: completed base feature set for the app

This commit is contained in:
2026-07-18 20:25:17 +02:00
parent e9d6c70eb0
commit 638202b96c
46 changed files with 4486 additions and 541 deletions

View File

@@ -1,6 +1,7 @@
pub mod activity_bar;
pub mod dashboard;
pub mod media_editor;
pub mod metadata_diff;
pub mod modal;
pub mod panel;
pub mod post_editor;
@@ -14,5 +15,6 @@ pub mod tab_bar;
pub mod tags_view;
pub mod template_editor;
pub mod toast;
pub mod translation_validation;
pub mod welcome;
pub mod workspace;