docs: drop refs to moved distribution and ux-audit docs
2 files changed,
+4 insertions,
-4 deletions
| 266 |
266 |
|
|
| 267 |
267 |
|
## Building and Distribution
|
| 268 |
268 |
|
|
| 269 |
|
- |
See `docs/distribution.md` for platform-specific build instructions. Summary:
|
|
269 |
+ |
Summary of platform-specific builds:
|
| 270 |
270 |
|
|
| 271 |
271 |
|
| Platform | Method |
|
| 272 |
272 |
|
|----------|--------|
|
| 1 |
1 |
|
# audiofiles Design System
|
| 2 |
2 |
|
|
| 3 |
|
- |
**Status:** Charter (phase-0 deliverable, 2026-05-19). Defines the canonical primitive set for the egui UI. Implementations follow during consolidation; see `docs/ux-audit/phase-0.md` for the divergence map this charter is responding to.
|
|
3 |
+ |
**Status:** Charter (phase-0 deliverable, 2026-05-19). Defines the canonical primitive set for the egui UI. Implementations follow during consolidation against the internal UX audit's divergence map.
|
| 4 |
4 |
|
|
| 5 |
5 |
|
**Scope:** `crates/audiofiles-browser/src/ui/`. Native egui dispatch only — this app has no web layer.
|
| 6 |
6 |
|
|
| 83 |
83 |
|
|
| 84 |
84 |
|
## Widgets (`widgets.rs`)
|
| 85 |
85 |
|
|
| 86 |
|
- |
The canonical helper for every pattern listed in `docs/ux-audit/phase-0.md`. Names are normative — implementations rename existing inline copies to match.
|
|
86 |
+ |
The canonical helper for every recurring UI pattern in the codebase. Names are normative — implementations rename existing inline copies to match.
|
| 87 |
87 |
|
|
| 88 |
88 |
|
### Rows and selection
|
| 89 |
89 |
|
|
| 157 |
157 |
|
|
| 158 |
158 |
|
## Migration phasing
|
| 159 |
159 |
|
|
| 160 |
|
- |
This charter is the target. The next todo item (`docs/ux-audit/remediation-plan.md`) breaks the migration into ordered batches with success criteria; surface audits (Phases 1–7) do not begin until consolidation lands.
|
|
160 |
+ |
This charter is the target. Migration into ordered batches with success criteria is tracked in the internal remediation plan; surface audits do not begin until consolidation lands.
|
| 161 |
161 |
|
|
| 162 |
162 |
|
In short: build the missing widgets first (§Widgets), then rewrite panels to call them, then audit the user-facing surfaces.
|