Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
de1cc4c
feat(dashboard): added empty dashboard form
alvarobernal2412 Apr 17, 2025
df2b62c
feat: added draft catalog step
alvarobernal2412 Mar 25, 2025
cf3aaeb
feat(catalog): enhanced controls creation step
alvarobernal2412 Apr 19, 2025
3038733
feat(panel): added panel creation form
alvarobernal2412 Apr 21, 2025
d6d4c76
feat(multi-step): added catalog recovery
alvarobernal2412 Apr 21, 2025
1afe119
feat(catalog): added edit functionality
alvarobernal2412 May 14, 2025
1bf9f34
refactor(dashboard): simplified panel model
alvarobernal2412 May 14, 2025
fb34796
feat(panel): enhanced SQL query builder and form UI
alvarobernal2412 May 19, 2025
f559c58
feat(panel): improved panel preview functionality
alvarobernal2412 May 19, 2025
028b5ae
feat(dashboard): added new panel types and restructure options
alvarobernal2412 May 19, 2025
5e2dc41
refactor(dashboard): clean up code and improve type handling
alvarobernal2412 May 19, 2025
9f4472b
feat(dashboard): simplify dashboard configuration UI
alvarobernal2412 May 19, 2025
288ff1f
feat(dashboard): integrated panel creation in multi-step-form
alvarobernal2412 May 20, 2025
fd47767
feat: improve dashboard draft handling
alvarobernal2412 May 21, 2025
9a7a542
fix: enhance control error handling
alvarobernal2412 May 21, 2025
edd47cd
fix: improve panel handling
alvarobernal2412 May 21, 2025
b394db5
feat(panels): added panel card
alvarobernal2412 Jul 3, 2025
cdaad4d
feat: added databinder views
alvarobernal2412 Jun 17, 2025
bbf365b
chore(deps): update docker/login-action action to v3.5.0
renovate[bot] Aug 4, 2025
16007dc
chore(deps): update dependency zod to v4
renovate[bot] Jul 23, 2025
4b4e9df
chore(deps): update dependency axios to v1.11.0 [security]
renovate[bot] Jul 23, 2025
08dea4d
chore(deps): update npm (runtime)
renovate[bot] Jul 23, 2025
60e35a5
chore(deps): update dependency @vitejs/plugin-react-swc to v4
renovate[bot] Aug 7, 2025
413d9a7
feat(databinder): enhance UI/UX
alvarobernal2412 Dec 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
uses: docker/setup-buildx-action@v3.11.1

- name: Login to DockerHub 🔑
uses: docker/login-action@v3.4.0
uses: docker/login-action@v3.5.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry 🔑
uses: docker/login-action@v3.4.0
uses: docker/login-action@v3.5.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
155 changes: 79 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@hookform/resolvers": "5.1.1",
"@tanstack/react-table": "8.21.3",
"ahooks": "3.9.0",
"axios": "1.10.0",
"axios": "1.11.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
Expand All @@ -39,10 +39,10 @@
"react-day-picker": "9.8.0",
"react-dom": "19.1.0",
"react-hook-form": "7.60.0",
"react-router-dom": "7.6.3",
"react-router-dom": "7.7.0",
"sonner": "2.0.6",
"tailwind-merge": "3.3.1",
"zod": "3.25.74"
"zod": "4.0.5"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
Expand All @@ -54,7 +54,7 @@
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@unocss/eslint-config": "66.3.3",
"@vitejs/plugin-react-swc": "3.10.2",
"@vitejs/plugin-react-swc": "4.0.0",
"browserslist": "4.25.1",
"eslint": "9.30.1",
"eslint-plugin-react": "7.37.5",
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Loading