1Panel/frontend
KOMATA 38ab0d9ca0
feat: Implement process management and network data handling (#11270)
- Introduced ProcessStore for managing process and network data via WebSocket.
- Enhanced TableSearch component to synchronize search parameters with props.
- Updated network and process views to utilize ProcessStore for data fetching and state management.
- Improved data filtering and sorting in network and process views.
- Added WebSocket connection management with polling for real-time updates.
2025-12-09 17:31:23 +08:00
..
public
src feat: Implement process management and network data handling (#11270) 2025-12-09 17:31:23 +08:00
.editorconfig fix: Move inline editorconfig comments (#9839) 2025-08-05 10:38:50 +08:00
.env
.env.development
.env.production
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
index.html
lint-staged.config.js
package.json fix: Fix style issues caused by element upgrade (#11224) 2025-12-06 14:16:34 +00:00
postcss.config.cjs feat: File management supports file format conversion (#10541) 2025-09-29 09:26:21 +00:00
tailwind.config.js
tsconfig.json feat: Remove unused front-end components (#10432) 2025-09-22 08:00:07 +00:00
vite-env.d.ts
vite.config.ts fix: Fixed file comparison highlighting loss issue (#11237) 2025-12-08 03:28:35 +00:00