1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/table
Sebastian Malton a78bbb5f6c
Fix rendering of boolean values in CRDs (#1087)
* Fix rendering of boolean values in CRDs

- add optional special casing for boolean values in DrawerItems and
  TableRows since React (imo annoying fashion) does not render boolean
  values by default.
- add a spinner on the sidebar for when the CRD menu is expeanded but
  the entries have not been loaded yet.
- Add ability to double click a Badge to expand, also make it so that
  Badges highligh all text on first click.

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-10 10:10:19 -05:00
..
index.ts Lens restructure (#540) 2020-06-30 14:35:16 +03:00
table-cell.scss Lens restructure (#540) 2020-06-30 14:35:16 +03:00
table-cell.tsx Fix rendering of boolean values in CRDs (#1087) 2020-11-10 10:10:19 -05:00
table-head.scss Lens restructure (#540) 2020-06-30 14:35:16 +03:00
table-head.tsx Lens restructure (#540) 2020-06-30 14:35:16 +03:00
table-row.scss Lens restructure (#540) 2020-06-30 14:35:16 +03:00
table-row.tsx Lens restructure (#540) 2020-06-30 14:35:16 +03:00
table.mixins.scss Lens restructure (#540) 2020-06-30 14:35:16 +03:00
table.scss Switching color theme globally (#728) 2020-08-24 10:24:05 +03:00
table.tsx Log search (#1114) 2020-11-09 17:46:14 +03:00