Enhance RustyCMS: Update .gitignore to include demo assets, improve admin UI dependency management, and add new translations for asset management. Implement asset date filtering and enhance content forms with asset previews. Introduce caching mechanisms for improved performance and add support for draft status in content entries.

This commit is contained in:
Peter Meier
2026-03-12 16:03:26 +01:00
parent 7795a238e1
commit 22b4367c47
24 changed files with 900 additions and 131 deletions

5
.gitignore vendored
View File

@@ -5,13 +5,16 @@ Cargo.lock
*.db
content.db
# Content: ignore all except one demo entry
# Content: ignore all except demo entry and demo asset
content/*
!content/de/
content/de/*
!content/de/demo/
content/de/demo/*
!content/de/demo/demo-welcome.json5
!content/assets/
content/assets/*
!content/assets/mountains-w300.webp
# Types: ignore all except demo type
types/*