Skip to main content

max / audiofiles

docs: drop refs to moved distribution and ux-audit docs
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-21 02:32 UTC
Commit: de992afbc25ba9faeb69f36bab5557a6ce6d7773
Parent: 2aadfb0
2 files changed, +4 insertions, -4 deletions
M CONTRIBUTING.md +1 -1
@@ -266,7 +266,7 @@ transform_filename = "hooks/filename.rhai"
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,6 +1,6 @@
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,7 +83,7 @@ The existing TOML keys `section_spacing`, `grid_row_spacing`, `item_spacing_x/y`
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,6 +157,6 @@ These are de-facto today; the charter codifies them so the surface audits (Phase
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.