feat: notification and spinning display step 1 (#1345)

* feat: notification and loading display step 1

* chore: linter with husky and prettier, specifying rules needed
This commit is contained in:
Lightwing
2025-04-28 10:35:39 +08:00
committed by Junyan Qin
parent 5562148327
commit 8d37447146
8 changed files with 81 additions and 8 deletions

View File

@@ -6,7 +6,9 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"prepare": "cd .. && husky web_ui/.husky",
"lint-staged": "lint-staged"
},
"dependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
@@ -26,6 +28,9 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"typescript": "^5"
}
}