Skip to main content

max / audiofiles

browser: correct the U+2715 attribution in the glyph inventory The close glyph this crate writes is only on the classifier's remove-condition buttons. A modal header's close control is egui's own window chrome, drawn by egui rather than by a string here.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-01 20:25 UTC
Signed with PGP, not checked
Commit: a61d62e55dfec3f6a008912b7df7996c4c47d6ff
Parent: bf1f2c7
1 file changed, +3 insertions, -2 deletions
@@ -13,8 +13,9 @@
13 13 //! functional column-header affordance, no word equivalent fits the layout.
14 14 //! * Typography (em-dash `U+2014`, right-arrow `U+2192`, middle-dot `U+00B7`,
15 15 //! bullet `U+2022`, ellipsis `U+2026`) in prose, these are punctuation, not emoji.
16 - //! * Close chrome (`U+2715`) on modal headers and on the classifier's
17 - //! remove-condition buttons, where the control is a square too small for a word.
16 + //! * Close glyph (`U+2715`) on the classifier's remove-condition buttons, where
17 + //! the control is a square too small for a word. (The `(x)` on a modal header
18 + //! is egui's own window chrome, not a string this crate writes.)
18 19 //! * Comparison operators (`U+2264`, `U+2265`) in `classifier.rs`, rendering the
19 20 //! condition a rule actually holds. `<=` would read as two glyphs, not one operator.
20 21 //!