MQTTX icon indicating copy to clipboard operation
MQTTX copied to clipboard

[Feature] Manually adjust the left and right layout width

Open ysfscream opened this issue 4 years ago • 1 comments

Motivation

For some small screen users, there may be a problem of a small operating area. At this time, you can manually drag the size of the operating area.

Detailed design

Set up a draggable left and right component. Binding the width of the connection list on the right and the width of the connection details page on the right, dragging the component, the page width layout may change.

<ResizeWidth v-model="connectionListWidth" />
<ResizeWidth v-model="connectionDetailWidth" />
const connectionListWidth = screenWidth - connectionDetailWidth
const connectionDetailWidth = screenWidth - connectionDetailWidth

Alternatives

None

More detail (optional)

None

ysfscream avatar Feb 08 '21 07:02 ysfscream

News about this?

afeurra avatar Jul 13 '23 07:07 afeurra