Hey all,
I’m fairly new to WeWeb, transitioning over from another low/no code builder after running into issues with SDK support for flutter web.
I’m not sure where the best place to make these UI enhancement requests, but figured I’d start here to see if maybe I just am missing something.
-
Copy container styling and states (and paste on existing container) - If I have a list of items and I need to apply the same styling (border, color, hover color, active border, etc) I can create a library item for it, however it’d be super helpful to just have a copy styling option to be able to paste it on another container.
-
Inline add element button on layout tree - When I want to add a Text field (or any element) to the layout I have to go up to the top of the page add > Text and drag it over to the place I want it. It would be super helpful to be able to hover over the section/container on the layout tree and be able to add an element right from there (essentially having the same “add” popup, but triggered from the tree on the left. Then when the element is selected it adds it as a child to that element.
-
Remove container (but retain sub container/elements) - If I right-click on a container there is an option to group selection. This wrapps the current element in a flex. However, it’d be super helpful to be able to right-click and remove that parent flex later on if I don’t need it. Currently I have to drag all of the sub-elements outside of the flex in order to delete it. If you could just right click and hit “remove element” that’d be super helpful.
-
Re-arrange Tabs - It doesn’t look like there are any options for re-arranging tabs after they have already been created.
-
Adding Hover on Tabs - if the tab is active and you add a hover class to the tab the hover overwrites the active state. It should retain the active state over the hover state (or having the option would be great)
-
Ability to Hide tab labels (and just control tab via binding) - I’m not sure if tabs or multi-step forms would be the better element for this suggestion, but in both there is no option to be able to hide all of the tabs/steps. I want to create a multi-page form, but control the page view with a button that updates the page, however I don’t want to show a progress on it.
Would love to know if there are workarounds or other suggestions for these.
Love WeWeb by the way! Great flexibility.