-
The toolbar is not responsive when the resizable panels are increased or decreased in size when dragged. This behavior should be improved. Specifically, when the table view is made smaller,
- The pa…
-
Adding the oportunity of resizing without conflicts of the graphic. This should only be done with enought time and a good concept.
-
**Describe the bug**
Sample Code:
```
const cropperSelection = this.cropper.getCropperSelection();
if (cropperSelection) {
cropperSelection.resizable = false;
}
```
Thi…
-
Probably depends on #991 getting done first
Drag a separator to (recursively) resize the panes that are separated by that separator.
-
## What problem does this feature solve?
Atm, I have made a modal draggable, however, I also need it to be resizable, this is because the content in the modal has the information you need that of the…
-
Hi George, thank you for this amazing starter.
FYI i am experimenting with adding the [Shadcn Resizable](https://ui.shadcn.com/docs/components/resizable) component in the mix. It works quite well …
-
Some of my players have smaller resolutions and with the sheet unable to be resized it is a pain to work with. could something be down to make it re-sizable and responsive?
-
This is more of a request than an issue.
Since you can drag a panel can we add the ability to resize a panel?
-
Here is a minimal example:
```rust
use macroquad::prelude::*;
#[macroquad::main(window_conf)]
async fn main() {
loop {
next_frame().await
}
}
fn window_conf() -> Conf {
…
-
**Is your feature request related to a problem? Please describe.**
When dealing with SQL with more than 12 lines, it is a struggle to edit the code within Grafana, as I have to scroll through a ver…