feat(office_views): grey out Upload button while uploading #168
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptom
After #167 the Upload button is
disabledwhile a transfer is in flight (clicks are blocked) and the toolbar shows an "Uploading {filename}…" chip — but the button itself stays the same colour, so users can't visually tell the button is in a non-clickable state. They click again, nothing happens, no feedback.Acceptance
uploading_name.read().is_some(), the Upload button has a visibly de-emphasised style (e.g. reduced opacity +cursor: not-allowed).