When clipper is reading large files or copying extensive content to the clipboard, there's currently no visual feedback to the user. This can lead to uncertainty about whether the operation is in progress.
We should add visual feedback, such as a spinner or progress bar, to indicate that a long operation is ongoing and to provide an estimate of its completion time.
Tasks:
Choose a suitable visual feedback mechanism (spinner, progress bar, etc.).
Implement the mechanism to display during file reading and clipboard copying operations that exceed a certain threshold (e.g., size or duration).
Consider customization options for the visual feedback (e.g., allowing the user to disable it).
When clipper is reading large files or copying extensive content to the clipboard, there's currently no visual feedback to the user. This can lead to uncertainty about whether the operation is in progress.
We should add visual feedback, such as a spinner or progress bar, to indicate that a long operation is ongoing and to provide an estimate of its completion time.
Tasks: