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,4 +1,6 @@
pub mod ai;
pub mod auto_translation;
pub mod blogmark;
pub mod calendar;
pub mod context;
pub mod error;
@@ -11,6 +13,7 @@ pub mod post;
pub mod post_media;
pub mod preview;
pub mod project;
pub mod publishing;
pub mod rebuild;
pub mod script;
pub mod script_rebuild;
@@ -20,7 +23,6 @@ pub mod tag;
pub mod task;
pub mod template;
pub mod template_rebuild;
pub mod validate_content;
pub mod validate_media;
pub mod validate_site;
pub mod validate_translations;