Skip to content

Commit

Permalink
bring back relevant TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jan 6, 2025
1 parent 054d7d6 commit 6527906
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,12 @@ https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources
(let* ((colname (vtable-column vtable column))
(col-index (-find-index (-partial #'string-equal colname)
colnames)))
;; TODO: On cursor hover on specific columns, display relevant
;; documentation. For example, in the Phase column for namespaces, when
;; the value is "Terminating", can explain that no add'l resources can
;; be created in that namespace during that time.
;;
;; Maybe a good use case for Eldoc?
(kele--style-column colname (elt (alist-get 'cells object) col-index)))))))

(define-derived-mode kele-list-mode fundamental-mode "Kele: List"
Expand Down

0 comments on commit 6527906

Please sign in to comment.