1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

LibGUI: Add Unicode emoji group filters to the EmojiInputDialog

This allows users to filter the list of displayed emoji by the group to
which the emoji belong.
This commit is contained in:
Timothy Flynn 2022-09-07 15:50:45 -04:00 committed by Linus Groh
parent 273045d40e
commit 7c9ad6cc2f
3 changed files with 69 additions and 1 deletions

View file

@ -12,6 +12,17 @@
fixed_height: 22
}
@GUI::ToolbarContainer {
@GUI::Toolbar {
name: "toolbar"
@GUI::Label {
text: "Category: "
autosize: true
}
}
}
@GUI::ScrollableContainerWidget {
name: "scrollable_container"
content_widget: @GUI::Widget {