mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| create-resource.scss | ||
| create-resource.store.ts | ||
| create-resource.tsx | ||
| dock-tab.scss | ||
| dock-tab.store.ts | ||
| dock-tab.tsx | ||
| dock.scss | ||
| dock.store.ts | ||
| dock.tsx | ||
| edit-resource.scss | ||
| edit-resource.store.ts | ||
| edit-resource.tsx | ||
| editor-panel.tsx | ||
| index.ts | ||
| info-panel.scss | ||
| info-panel.tsx | ||
| install-chart.scss | ||
| install-chart.store.ts | ||
| install-chart.tsx | ||
| terminal-tab.scss | ||
| terminal-tab.tsx | ||
| terminal-window.scss | ||
| terminal-window.tsx | ||
| terminal.store.ts | ||
| terminal.ts | ||
| upgrade-chart.scss | ||
| upgrade-chart.store.ts | ||
| upgrade-chart.tsx | ||