Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: Add HideContainer widget #97

Open
mhthies opened this issue Nov 3, 2024 · 0 comments
Open

web: Add HideContainer widget #97

mhthies opened this issue Nov 3, 2024 · 0 comments
Labels
feature A new feature

Comments

@mhthies
Copy link
Owner

mhthies commented Nov 3, 2024

From the discussion #89: A new web widget type HideContainer shall be added that allows to wrap one or more other widget instances. The wrapped widgets are then dynamically shown or hidden based on the (server-side) state of a connected boolean-typed object, similar to a HideRow widget.

The HideContainer is somehow similar to the CollapsibleContainer, propsoed in #96, but it does not (direct) local showing/hiding of the wrapped widgets by the user, but instead is a connectable object (more specifically: A WebDisplayDatapoint with type=bool) to use a server-side boolean state.

@mhthies mhthies added the feature A new feature label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant