Skip to content

Commit f6f2d64

Browse files
committed
Refactor loading status messages in Home component
- Added initial status message for loading process. - Simplified loading message management by restructuring useEffect. - Removed redundant status message updates during loading. - Ensured consistent initialization of status messages.
1 parent c9615bc commit f6f2d64

3 files changed

Lines changed: 385 additions & 257 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "eslint",
10-
"test": "vitest"
10+
"test": "vitest run"
1111
},
1212
"dependencies": {
1313
"@github/copilot-sdk": "^0.3.0",
@@ -18,9 +18,9 @@
1818
"clsx": "^2.1.1",
1919
"jszip": "^3.10.1",
2020
"lucide-react": "^1.14.0",
21-
"next": "16.2.4",
22-
"react": "19.2.5",
23-
"react-dom": "19.2.5",
21+
"next": "16.2.6",
22+
"react": "19.2.6",
23+
"react-dom": "19.2.6",
2424
"react-markdown": "^10.1.0",
2525
"react-syntax-highlighter": "^16.1.1",
2626
"remark-gfm": "^4.0.1",
@@ -34,8 +34,8 @@
3434
"@types/react-dom": "^19.2.3",
3535
"@types/react-syntax-highlighter": "^15.5.13",
3636
"babel-plugin-react-compiler": "1.0.0",
37-
"eslint": "^10.3.0",
38-
"eslint-config-next": "16.2.4",
37+
"eslint": "^9.39.4",
38+
"eslint-config-next": "16.2.6",
3939
"tailwindcss": "^4.3.0",
4040
"tw-animate-css": "^1.4.0",
4141
"typescript": "^6.0.3",

0 commit comments

Comments
 (0)