InvokeAI/invokeai/frontend/web/src/features/ui/hooks
psychedelicious 3aa6a7e7df feat(ui): minimum gallery size
Add `useMinimumPanelSize()` hook to provide minimum resizable panel sizes (in pixels).

The library we are using for the gallery panel uses percentages only. To provide a minimum size in pixels, we need to do some math to calculate the percentage of window size that corresponds to the desired min width in pixels.
2023-07-01 18:29:55 +10:00
..
useMinimumPanelSize.ts feat(ui): minimum gallery size 2023-07-01 18:29:55 +10:00