feat(dashboard): enhance application and database forms with tooltips for better user guidance

This commit is contained in:
Mauricio Siu
2025-07-28 01:12:43 -06:00
parent 11d584316a
commit c3e2b0d0f1
7 changed files with 180 additions and 125 deletions

View File

@@ -19,7 +19,8 @@
},
"complexity": {
"noUselessCatch": "off",
"noBannedTypes": "off"
"noBannedTypes": "off",
"noUselessFragments": "off"
},
"correctness": {
"useExhaustiveDependencies": "off",