Commit Graph
13 Commits
Author SHA1 Message Date
hamster1963 7821ce1131 feat: enhance server handling and add empty state messaging in Server component 2026-07-12 00:41:56 +08:00
hamster1963 03977c4b4d refactor: update websocket context to use structured data and lazy load components
- Changed websocket context to use `lastData` instead of `lastMessage` for better type safety and clarity.
- Updated components to handle the new websocket data structure, including `DashCommand`, `Header`, `ServerDetail`, and various chart components.
- Introduced lazy loading for `NotFound`, `ServerDetail`, and `NetworkChart` components to improve performance.
- Added skeleton loading states for `ServerDetail` to enhance user experience during data fetching.
- Updated tests to reflect changes in websocket data handling and component structure.
2026-06-20 00:48:30 +08:00
hamster1963 29e349505d perf: use biome 2025-12-28 18:05:02 +08:00
hamster1963 38be1e9a10 feat: disable custom background button 2025-01-17 18:07:39 +08:00
hamster1963 b1c5b6e0a8 fix: ws cleanup when page visibility change 2025-01-09 11:33:03 +08:00
hamster1963 4da870dd79 fix: ws cleanup before unload 2025-01-09 11:29:39 +08:00
hamster1963 5334fd2acb feat: refactor refresh 2024-12-26 11:07:52 +08:00
hamster1963 1c3684faaf feat: sync login status with dashboard 2024-12-25 14:28:35 +08:00
hamster1963 112607740a feat: chart history on browser 2024-12-25 11:03:11 +08:00
hamster1963 9a2f3ea8e6 fix: prettier config 2024-12-13 17:26:28 +08:00
hamster1963 229d395143 fix: inline card mobile display 2024-12-06 10:06:28 +08:00
hamster1963 a9186f1148 refactor: websocket connect 2024-12-02 02:15:46 +08:00
hamster1963 5364d5cdb5 perf: use websocket context 2024-11-24 11:32:42 +08:00