Windows taskbar progress bar during uploads #10

Open
opened 2026-09-17 23:06:35 -04:00 by jared · 0 comments
Owner

ITaskbarList3::SetProgressState/SetProgressValue on the main window while file uploads are in flight: aggregate progress across the upload board, indeterminate while encrypting, cleared on finish, red on failure. cinny side: a set_taskbar_progress({value, total, state}) call driven from the upload atoms (state/upload), throttled to ~4 Hz. Reuse the COM plumbing from the thumbbar module.

`ITaskbarList3::SetProgressState/SetProgressValue` on the main window while file uploads are in flight: aggregate progress across the upload board, indeterminate while encrypting, cleared on finish, red on failure. cinny side: a `set_taskbar_progress({value, total, state})` call driven from the upload atoms (`state/upload`), throttled to ~4 Hz. Reuse the COM plumbing from the thumbbar module.
jared added this to the Desktop 2026-Q4 milestone 2026-09-17 23:06:35 -04:00
jared added the enhancementpriority: lowarea: native labels 2026-09-17 23:06:35 -04:00
jared self-assigned this 2026-09-17 23:06:35 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/cinny-desktop#10