feat: Revamp UI with new background and component styling, and add copy-to-clipboard and reset options.

This commit is contained in:
2025-12-10 01:59:05 -05:00
parent f4aa45e527
commit 95d6bfa084
7 changed files with 175 additions and 53 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"build": "next build",
"check": "next lint && tsc --noEmit",
"check": "eslint . && tsc --noEmit",
"dev": "next dev --turbo",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
@@ -47,7 +47,7 @@
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.15",
"tw-animate-css": "^1.4.0",
"typescript": "^5.8.2",
"typescript": "5.7.2",
"typescript-eslint": "^8.27.0"
},
"ct3aMetadata": {
@@ -57,4 +57,4 @@
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}