feat: enhance backups page with filtering and pagination features
Release / release (pull_request) Successful in 25s
Release / Deploy to Kubernetes (pull_request) Successful in 1s

This commit is contained in:
2026-01-08 18:08:37 +00:00
parent 945574906b
commit c315066264
4 changed files with 205 additions and 11 deletions
+6 -2
View File
@@ -3,10 +3,14 @@
"build": {
"dockerfile": "Dockerfile"
},
"settings": {},
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
"settings": {},
"extensions": [
"ms-python.python",
"vivaxy.vscode-conventional-commits",
"esbenp.prettier-vscode"
]
}
},
"postCreateCommand": "pip install -r requirements.txt; curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64; chmod +x tailwindcss-linux-x64; mv tailwindcss-linux-x64 tailwindcss",