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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ITaskbarList3::SetProgressState/SetProgressValueon 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: aset_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.