Skip to content

Commit 5abcf60

Browse files
authored
Merge pull request #321 from opf/filterable_tree_view
[#63717] Filterable tree view
2 parents 376215b + 70ed74d commit 5abcf60

95 files changed

Lines changed: 2344 additions & 134 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/tough-seas-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- button "Click me"
22
- alertdialog "Delete dialog":
33
- heading "Delete dialog" [level=1]
4-
- 'button "Translation missing: en.button_close"'
4+
- button "Close"
55
- heading "Delete this item?" [level=2]
66
- paragraph: Do you want to continue?
7-
- 'button "Translation missing: en.button_cancel"'
8-
- 'button "Translation missing: en.button_delete"'
7+
- button "Cancel"
8+
- button "Delete"
-5.39 KB
-5.31 KB
-5.36 KB
-5.76 KB
-5.46 KB
-5.47 KB
-5.51 KB
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- button "Click me"
22
- alertdialog "Delete dialog":
33
- heading "Delete dialog" [level=1]
4-
- 'button "Translation missing: en.button_close"'
4+
- button "Close"
55
- heading "Permanently delete this item?" [level=2]
66
- paragraph: This action is not reversible. Please proceed with caution.
77
- checkbox "I understand that this deletion cannot be reversed": "1"
88
- text: I understand that this deletion cannot be reversed
9-
- 'button "Translation missing: en.button_cancel"'
10-
- 'button "Translation missing: en.button_delete_permanently" [disabled]'
9+
- button "Cancel"
10+
- button "Delete permanently" [disabled]

0 commit comments

Comments
 (0)