chore: purge devv from CSS and remove @devvai/devv-code-backend dependency

This commit is contained in:
Chenwei Jiang 2025-08-21 17:33:33 +08:00
parent 7bead3709a
commit 28335eee83
Signed by: cheverjohn
GPG key ID: ADC4815BFE960182
2 changed files with 0 additions and 29 deletions

View file

@ -11,7 +11,6 @@
"preview": "vite preview"
},
"dependencies": {
"@devvai/devv-code-backend": "^1.0.0",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.8",
"@radix-ui/react-alert-dialog": "^1.1.11",

View file

@ -62,20 +62,6 @@
size: portrait;
}
/* Hide the devv watermark in print view */
[class*="devv-watermark"],
[id*="devv-watermark"],
[class*="made-by-devv"],
[id*="made-by-devv"],
[class*="powered-by-devv"],
[id*="powered-by-devv"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
position: absolute !important;
z-index: -9999 !important;
}
/* Hide action buttons and other UI elements not needed for printing */
button,
.print-hide,
@ -324,18 +310,4 @@
body {
@apply bg-background text-foreground;
}
/* Hide the devv watermark */
[class*="devv-watermark"],
[id*="devv-watermark"],
[class*="made-by-devv"],
[id*="made-by-devv"],
[class*="powered-by-devv"],
[id*="powered-by-devv"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
z-index: -9999 !important;
}
}