-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Enhancement: Auto-scrolling Log View with Expand/Collapse Option
Description
Currently, run process logs are displayed as text directly on the pull page, requiring manual scrolling to view new logs. This can be inconvenient when tracking real-time logs.
Proposed Solution
- Encapsulate logs inside a scrollable box instead of displaying them directly on the pull page.
- Enable auto-scrolling so that new logs are always visible without manual intervention.
- Provide a toggle button to expand the log view to full-page or collapse it back into the scrollable box.
Benefits
- Improves user experience by making logs more readable.
- Reduces the need for constant manual scrolling.
- Keeps the pull page cleaner and more organized.
Additional Context
This enhancement will make it easier for users to monitor real-time logs efficiently without losing track of new entries.
log_scroll_Recording.2025-04-04.144058.mp4
something like we saw in github-actions
gh_action_log_Recording.2025-04-04.144536.mp4
Metadata
Metadata
Assignees
Labels
No labels