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

@@ -71,6 +71,7 @@
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "10.4.22",
"babel-plugin-react-compiler": "1.0.0",
"code-inspector-plugin": "1.2.10",
"eslint": "9.39.1",
"eslint-config-hyoban": "4.0.10",
@@ -79,6 +80,7 @@
"postcss": "8.5.6",
"postcss-import": "16.1.1",
"prettier": "3.6.2",
"react-compiler-runtime": "1.0.0",
"simple-git-hooks": "2.13.1",
"tailwind-scrollbar": "4.0.2",
"tailwind-variants": "3.1.1",
@@ -103,4 +105,4 @@
"eslint --fix"
]
}
}
}