Not a complete design but ever consider replicating your upload progress in the favicon?
Relevant pieces:
Contributor guide
Tech stack
javascripthtmlcss
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
JavaScript basicsDOM manipulationunderstanding of favicon updates
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
25
Research direction
The issue proposes adding upload progress to the favicon but lacks a concrete design. Investigate how to dynamically update a favicon using canvas or SVG. Review the codebase for existing upload progress events (e.g., in the upload module) that can be hooked into. Look for any prior discussion in the comments that may hint at maintainer preferences. No linked PRs exist, so implementation requires starting from scratch.