-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Project
vgrep
Description
The indexing progress bar has several display issues:
finish_and_clear()clears the bar, losing final status- Multiple progress bars don't coordinate (overlap)
- Progress jumps between phases without transition
- No ETA or speed information
Error Message
None - UX issue.Debug Logs
System Information
- Bounty Version: 0.1.0
- OS: Ubuntu 24.04 LTS
- Rust: 1.75+Screenshots
No response
Steps to Reproduce
vgrep index
# Observe:
# - Progress bar phases aren't clearly separated
# - Final counts lost after finish_and_clear()
# - No time estimatesExpected Behavior
- Show clear phase transitions
- Keep final count visible after phase completes
- Show cumulative progress
- Display ETA and speed
- Final summary of all phases
Actual Behavior
- Each phase bar cleared immediately
- No phase labels
- Jump between phases is confusing
- No timing information
- No summary at end
Additional Context
No response