🎉 Improved performance with optimized CSS file 📦🐛 in backend/static/css/performance-optimized.css & backend/templates/base.html.

This commit is contained in:
2025-06-03 22:40:56 +02:00
parent 612726698a
commit 3f34d40fe3
3 changed files with 212 additions and 5 deletions

View File

@ -1,7 +1,12 @@
{
"permissions": {
"allow": [
"Bash(grep:*)"
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(for file in animations-optimized.css glassmorphism.css components.css professional-theme.css)",
"Bash(do echo \"=== $file ===\")",
"Bash(echo)",
"Bash(done)"
],
"deny": []
}