Commit Graph

18 Commits

Author SHA1 Message Date
5c831a327c Implement working health check 2025-07-24 22:57:32 +02:00
1ffc39c75d Initial healthcheck implementation 2025-07-24 21:39:44 +02:00
cf8d581275 Add SystemInfoModal component and integrate system info fetching in App 2025-07-24 19:36:26 +02:00
40e3a8bb7a Update button label in InstanceModal based on instance running state 2025-07-23 22:09:42 +02:00
1fbb63c397 Add auto restart configuration fields to InstanceModal and zodFormUtils 2025-07-23 22:05:37 +02:00
d767a3d577 Remove instance restart from update handler 2025-07-23 21:57:52 +02:00
59061edb96 Add log file path handling and implement LogsModal component for instance logs 2025-07-23 21:08:13 +02:00
f8469f1ed4 Update button label for instance editing to clarify action 2025-07-23 17:18:37 +02:00
63f77d8d9a Replace instances hook with context 2025-07-22 21:58:42 +02:00
3ecfedea81 Implement instance creation and update functionality in useInstances hook 2025-07-22 21:52:31 +02:00
af063dead7 Reuse modal for instance editing 2025-07-22 21:45:48 +02:00
a96a0d77ed Implement instance creation and editing modal 2025-07-22 21:30:17 +02:00
c6558e6ce1 Change InstanceCard buttons to icons 2025-07-22 19:02:57 +02:00
33b5200e42 Add Header, InstanceList, and InstanceCard components for instance management UI 2025-07-21 21:03:59 +02:00
edf82bfc9a Implement useInstances hook for instance management 2025-07-21 20:25:19 +02:00
21e5ee606b Implement API functions for instance management and error handling 2025-07-20 21:27:42 +02:00
f2948ac8af Add Instance and CreateInstanceOptions interfaces for instance management 2025-07-20 21:25:32 +02:00
9a077027ee Initial UI setup with React, Vite, shadcn and Tailwind CSS 2025-07-20 19:52:03 +02:00