opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(app): add null coalescing to localeCompare sort operations

Open leprachuan opened this issue 3 weeks ago • 2 comments

Prevents TypeError when sorting items with undefined/null values. Applies defensive programming pattern across web UI and console.

Fixes #6391

leprachuan avatar Dec 29 '25 20:12 leprachuan