1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer
Sebastian Malton 9ecfeb316c
cleanup Draggable into ResizingAnchor (#989)
* Rename `Draggable` as `ResizingAnchor` since that is what it is used for and shouldn't be mistaken as a general draggable item

* Refactor `ResizingAnchor` to be much more smart about how it handles mouse movements. Allow it to know which direction the resizing should be in allowing it to produce exact resized values.

* Add event handlers for the min and max extents so that actions can be triggered when those extents are passed (in either direction)

* Add double click support

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-10-01 11:37:27 -04:00
..
api Fix CRD conditions rendering (#994) 2020-09-29 10:58:16 +03:00
components cleanup Draggable into ResizingAnchor (#989) 2020-10-01 11:37:27 -04:00
hooks Lens restructure (#540) 2020-06-30 14:35:16 +03:00
themes Switching color theme globally (#728) 2020-08-24 10:24:05 +03:00
utils refactor overview statuses to be more DRY (#912) 2020-09-29 11:25:29 -04:00
bootstrap.tsx Fix cluster dashboard opening and state refreshing (#1006) 2020-10-01 11:16:20 +03:00
i18n.ts Lens restructure (#540) 2020-06-30 14:35:16 +03:00
item.store.ts Lens restructure (#540) 2020-06-30 14:35:16 +03:00
kube-object.store.ts refactor overview statuses to be more DRY (#912) 2020-09-29 11:25:29 -04:00
lens-app.tsx Migrating Vue components to React and stores refactoring (#585) 2020-08-20 08:53:07 +03:00
navigation.ts Fixing app crash when iterating Events without 'kind' prop defined (#743) 2020-09-01 10:36:44 +03:00
template.html Migrating Vue components to React and stores refactoring (#585) 2020-08-20 08:53:07 +03:00
theme.store.ts Switching color theme globally (#728) 2020-08-24 10:24:05 +03:00