Install @tailwindcss/forms to fix missing padding on form inputs across the app. Move the Application Type selector earlier in the new application form (after slug, before description) so it gates type-specific fields sooner. On the edit page, replace the confusing disabled dropdown with a read-only badge since the type can't be changed after creation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"name": "clinch",
|
|
"version": "1.0.0",
|
|
"description": "> [!NOTE] > This software is experimental. If you'd like to try it out, find bugs, security flaws and improvements, please do.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.booko.info:2222/dkam/clinch.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.11"
|
|
}
|
|
}
|