mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-28 20:50:16 +00:00
4174a7a860
Co-authored-by: Josh Jameson <josh@jjameson.com> Maintainer-augmented: - Flip noResults ternary (visible?'none':'' instead of visible?'':'none') — the contributor's first-push bug rendered 'No workspaces found' alongside valid filtered results. Verified on contributor's own screenshot in PR. - Add tests/test_issue1464_workspace_dropdown_filter.py to lock the visibility relationship (mirror-image opt/noResults ternaries) so future edits cannot silently re-invert. - Rebased onto master (was 124 commits behind v0.50.275).