You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(codecatalyst): filter "Open Dev Environment" by space, project
Problem:
"Open Dev Environment" menu:
- shows env id prominently which is not human-friendly
- user cannot filter by space or project name
- "Last used" string takes unnecessary space
Solution:
- Set `matchOnDetail=true` so the list can be filtered by the detail
description, not just the label.
- Drop "Last used" label; the timestamp is clear enough on its own.
0 commit comments