botserver/src/console
Rodrigo Rodriguez (Pragmatismo) 715a60315e feat(console): Add scrolling support for System Logs and Editor panels
System Logs:
- Add scroll_offset tracking with auto-scroll to bottom on new logs
- Up/Down/j/k keys to scroll line by line
- PageUp/PageDown for page scrolling
- Home/End to jump to top/bottom
- Show scroll indicators in title: [^v], [SCROLL] when not auto-scrolling
- Display log count in title

Editor:
- Fix scroll_offset to follow cursor when moving up/down
- Add PageUp/PageDown for faster navigation
- Add Ctrl+Home/Ctrl+End to jump to start/end of file
- ensure_cursor_visible() keeps cursor in view

Tab Navigation:
- FileTree -> Editor (if open) or Logs -> Chat -> back to start
- Consistent cycling through all panels
2025-12-09 08:06:30 -03:00
..
chat_panel.rs - Split into botui. 2025-12-02 21:09:43 -03:00
editor.rs feat(console): Add scrolling support for System Logs and Editor panels 2025-12-09 08:06:30 -03:00
file_tree.rs chore: Remove emoji icons from log messages and UI 2025-12-09 07:55:11 -03:00
log_panel.rs feat(console): Add scrolling support for System Logs and Editor panels 2025-12-09 08:06:30 -03:00
mod.rs feat(console): Add scrolling support for System Logs and Editor panels 2025-12-09 08:06:30 -03:00
status_panel.rs chore: Remove emoji icons from log messages and UI 2025-12-09 07:55:11 -03:00
wizard.rs chore: Remove emoji icons from log messages and UI 2025-12-09 07:55:11 -03:00