feat: Footer/TopBar 라우팅 및 모든 페이지 네비게이션 핸들러 개선, Suspense 오류 대응, sheetEasyAI 로고 클릭 시 랜딩 이동 기능 구현

This commit is contained in:
sheetEasy AI Team
2025-07-02 16:36:46 +09:00
parent 2f3515985d
commit fede2eda26
22 changed files with 4735 additions and 192 deletions

View File

@@ -18,6 +18,10 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-select": "^2.2.5",
"@univerjs/core": "^0.8.2",
"@univerjs/design": "^0.8.2",
"@univerjs/docs": "^0.8.2",
@@ -38,11 +42,15 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"i18next": "^25.3.0",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.468.0",
"luckyexcel": "^1.0.1",
"luckysheet": "^2.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.5.3",
"recharts": "^3.0.2",
"tailwind-merge": "^2.5.4",
"zustand": "^5.0.2"
},