Changelog
- 790c7ce feat: add Argo Workflow details with steps, progress, and duration
- 74bae44 feat: add color coding for Reason column in resource lists
- 7908652 feat: show all conditions in details pane with color coding
- 7a40722 feat: show owner chain upward for pods and containers in resource map
- d10158b fix: apply True-condition priority in extractStatus for STATUS column
- 9c8c8a5 fix: correct ESO reason values from upstream source code
- 512b47d fix: deduplicate Status/Phase columns in CRD resource lists
- b5dd2ea fix: enable resource map for all kinds, refresh on cursor move, add Keys column
- e93a35d fix: fall back to generic condition extraction when no Ready condition
- ac0f07a fix: hide Hostname/InternalIP/ExternalIP from normal node view
- 8508840 fix: hide OS/Runtime columns in normal node view, add separator in details
- 2137e15 fix: hide Taints from normal node view to prevent line wrapping
- 5c9f8fa fix: prefer True conditions over inactive negative conditions
- d24388b fix: reduce content height by 1 to prevent last item clipping
- 91218df fix: remove Images column from ArgoCD application details
- e8f6731 fix: remove duplicate SyncError condition, show full Sync Errors
- 0290bca fix: resource map indentation, background, and generic CRD support
- dadae10 fix: restore Taints column, deduplicate ArgoCD columns, uppercase headers
- f52482b fix: show Synced At before Sync Message in ArgoCD details
- ab1b3e3 fix: show Taints as multi-line field in details pane
- 02e7c33 fix: sort Argo Workflow steps by execution order instead of name
- a0c1c4c fix: store conditions on Item.Conditions instead of as cond: columns
- 89df6ff fix: workflow step order via DAG, remove map newline, find owned secrets
- cfc0216 fix: wrap all detail row values including status and sync rows
- 6b0630b fix: wrap long detail values instead of truncating
- bb2eeba refactor: move labels/annotations/finalizers after spec fields in details
- 84b30de refactor: move labels/annotations/finalizers after status fields in details
- 6119e83 refactor: reorder details pane fields to match kubectl describe