Tucker McKnight <tmcknight@instructure.com> | Thu Feb 05 2026
Fix bug with branch sorting in dropdown menu Date comparison was happening with the stringified dates (e.g. "Mon Jan. 1, 2026") instead of a dictionary-sortable format, like ISO8601.
27
updated ${branch.date}27
updated ${new Date(branch.date).toDateString()}20
date: repo.commits.get(branch.head).date.toDateString(),20
date: repo.commits.get(branch.head).date.toISOString(),51
- [ ] Sorting branch list dropdown by last commit isn't sorting correctly51
59
59
- [x] Sorting branch list dropdown by last commit isn't sorting correctly