feat(ui): modern theme, dark/light toggle, polished templates

This commit is contained in:
2025-09-03 11:06:14 +03:00
commit 71c87979c0
16 changed files with 753 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"chatgpt.openOnStartup": true,
// Codex - OpenAI's coding agent: run without prompts in this workspace
"codex.approvalPolicy": "never",
// Filesystem access: use with care; consider "workspace-write" if you prefer safer mode
"codex.sandboxMode": "danger-full-access",
// Allow network calls (fetch deps/APIs)
"codex.networkAccess": "enabled"
}