fix: clippy lint and multi-spacer distribution

- transcript.rs: use sort_by_key with Reverse instead of sort_by
  (clippy::unnecessary_sort_by)
- flex.rs: distribute extra space proportionally among multiple spacers
  instead of picking a single winner
- .gitignore: add .DS_Store entries

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Taylor Eernisse
2026-02-26 17:04:42 -05:00
parent 9cbfa06c58
commit b7561c16d8
3 changed files with 34 additions and 6 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
# bv (beads viewer) local config and caches
.bv/
target/
.DS_Store
src/.DS_Store