Add List (Tree) component - #152
Closed
bendera wants to merge 68 commits into
Closed
Conversation
bendera
force-pushed
the
feat/list-component
branch
from
November 8, 2024 18:27
2516ddc to
7651320
Compare
bendera
force-pushed
the
feat/list-component
branch
2 times, most recently
from
January 17, 2025 23:00
5974788 to
01533e9
Compare
bendera
force-pushed
the
feat/list-component
branch
from
January 31, 2025 22:24
01533e9 to
8c28388
Compare
bendera
force-pushed
the
feat/list-component
branch
from
February 14, 2025 18:04
8c28388 to
52480d4
Compare
bendera
force-pushed
the
feat/list-component
branch
from
February 24, 2025 23:28
52480d4 to
dc00e54
Compare
bendera
force-pushed
the
feat/list-component
branch
from
March 4, 2025 18:42
dc00e54 to
e3c8e9b
Compare
bendera
force-pushed
the
feat/list-component
branch
from
May 24, 2025 17:03
e3c8e9b to
a50b011
Compare
bendera
force-pushed
the
feat/list-component
branch
from
June 19, 2025 19:33
a50b011 to
3d5689b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The List component will replace the Tree component in the future. While the Tree component needs to be configured with a complex object, the List component can be fully described using HTML code. This also provides the possibility to include any kind of HTML, whereas the Tree component can only be customized to a limited extent.