feat(office_views): show progress while uploading #167
No reviewers
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!167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_feat_upload_progress"
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?
Summary
Office FileListView upload had no in-flight feedback — clicks went silent until either the listing refreshed (success) or the red error banner appeared. For larger files the silent gap could be many seconds, and accidental double-clicks queued multiple uploads with no indication.
Adds an
uploading_namesignal that's set when the upload coroutine picks up a file and cleared when the upload finishes. Renders an italic "Uploading {filename}…" chip in the toolbar and disables the Upload button while a transfer is in flight.Related Issue
Closes #166
Changes
archipelagos/embed/office/src/views.rs—uploading_namesignal, button disable, toolbar chipTest Results
cargo check --workspace✅dx build --releasesucceeds; bundle smaller than baseline (8.6 MB raw)office_editor_real4/4 ✅Manual verification
Notes
This change is gated on the merge of:
%20-encoded