Sidebar implemented

This commit is contained in:
Moira Daniella A Sebastian
2026-02-17 21:25:26 +01:00
parent bc560c7488
commit 43bffbbeb6
11 changed files with 3901 additions and 57 deletions

View File

@@ -1,12 +0,0 @@
{
"recommendations": [
"a-h.templ",
"golang.go",
"azizziy.oklch-as",
"bradlc.vscode-tailwindcss",
"csstools.postcss",
"adrianwilczynski.alpine-js-intellisense",
"ms-vscode.makefile-tools",
"tombi-toml.tombi"
]
}

22
.vscode/settings.json vendored
View File

@@ -1,22 +0,0 @@
{
"editor.quickSuggestions": {
"strings": "on"
},
"editor.formatOnSave": true,
"[templ]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "a-h.templ"
},
"tailwindCSS.includeLanguages": {
"css": "css",
"templ": "html"
},
"emmet.includeLanguages": {
"templ": "html"
},
"files.associations": {
"*.css": "postcss"
},
"editor.colorDecorators": true,
"editor.defaultColorDecorators": "always"
}