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
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 estimates
Expected 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
Project
vgrep
Description
The indexing progress bar has several display issues:
finish_and_clear()clears the bar, losing final statusError Message
Debug Logs
System Information
Screenshots
No response
Steps to Reproduce
Expected Behavior
Actual Behavior
Additional Context
No response