feat: changes and fixes

This commit is contained in:
Herculino Trotta
2025-11-18 01:04:39 -03:00
parent ed3d58f1fd
commit e2e1c5cff5
18 changed files with 1324 additions and 412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -20,7 +20,6 @@
"@alpinejs/mask": "^3.15.1",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.1.0",
"@marcreichel/alpine-autosize": "^1.3.3",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-commonjs": "^29.0.0",
"@tailwindcss/vite": "^4.1.17",
@@ -31,10 +30,9 @@
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-chart-sankey": "^0.14.0",
"daisyui": "^5.4.7",
"daisyui": "^5.5.5",
"htmx.org": "^2.0.8",
"hyperscript.org": "^0.9.14",
"jquery": "^3.7.1",
"mathjs": "^15.1.0",
"postcss": "^8.5.6",
"sass": "^1.94.0",

View File

@@ -16,7 +16,7 @@ function initiateTooltips() {
delegate(document.body, {
target: '[data-tippy-content]',
theme: theme,
zIndex: 1100,
zIndex: 1089,
content(reference) {
return reference.getAttribute('data-tippy-content');
},

View File

@@ -174,6 +174,11 @@
.table-col-auto {
@apply w-1;
}
.btn.btn-free {
@apply min-h-(--size) py-1;
height: unset;
}
}