opencode
opencode copied to clipboard
fix(app): add null coalescing to localeCompare sort operations
Prevents TypeError when sorting items with undefined/null values. Applies defensive programming pattern across web UI and console.
Fixes #6391