fix(web-ui): make model selector search case-insensitive (fixes #1443)

This commit is contained in:
Mario Zechner 2026-02-12 20:50:39 +01:00
parent fb83307092
commit 2a29a82464
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Made model selector search case-insensitive by normalizing query tokens, fixing auto-capitalized mobile input filtering ([#1443](https://github.com/badlogic/pi-mono/issues/1443))
## [0.52.9] - 2026-02-08
## [0.52.8] - 2026-02-07