feat(dashboard): update photo management components and dependencies

- Updated `babel-plugin-react-compiler` and `react-compiler-runtime` to version 1.0.0 across multiple package.json files.
- Refactored `PhotoPage` and related components to utilize new tab structure for better organization.
- Introduced `PhotoPageScaffold` and `PhotoPageTabs` for improved layout and navigation within the photo management section.
- Enhanced `PhotoSyncTab`, `PhotoStorageTab`, and `PhotoUsageTab` components for better functionality and user experience.
- Adjusted imports and component structure for clarity and maintainability.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-18 01:14:03 +08:00
parent 855decbe77
commit c8b7fcc882
16 changed files with 523 additions and 470 deletions

View File

@@ -91,7 +91,7 @@
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"ast-kit": "2.2.0",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"babel-plugin-react-compiler": "1.0.0",
"code-inspector-plugin": "1.2.10",
"daisyui": "5.5.0",
"execa": "9.6.0",
@@ -100,7 +100,7 @@
"postcss": "8.5.6",
"postcss-import": "16.1.1",
"postcss-js": "5.0.1",
"react-compiler-runtime": "19.1.0-rc.3",
"react-compiler-runtime": "1.0.0",
"simple-git-hooks": "2.13.1",
"tailwind-scrollbar": "catalog:",
"tailwindcss": "catalog:",