Commit Graph

4 Commits

Author SHA1 Message Date
Shantur Rathore
47f3948aec improve instance launch and log streaming UX 2025-11-09 02:06:05 +00:00
Shantur Rathore
5ccac400e4 Prevent streaming updates from re-rendering session UI 2025-11-03 20:07:17 +00:00
Shantur Rathore
bd3a65fc59 refactor: restyle panels via tokens 2025-10-28 20:09:19 +00:00
Shantur Rathore
72f5059037 Refactor logs tab to Info tab with instance information and logs
- Create reusable InstanceInfo component extracted from instance-welcome-view
- Create InfoView component combining instance info and logs sections
- Replace LogsView with InfoView in App.tsx
- Rename 'Logs' tab to 'Info' with Info icon
- Update all references from 'logs' to 'info' throughout codebase
- Maintain scroll position and auto-scroll behavior for logs
- Add dark mode support to all components
2025-10-24 18:48:52 +01:00