Skip to content

Draft: ISSUE:20 Filter out useless filter items on filter pane (MessageTag implementation)

Abhinav Prakash requested to merge PsychoPunkSage/bustle:main into main

Filter_pane/mod.rs Used CustomFilters for EnumListModel. Done to allow only required Message Tag appear in the filter_pane

filtered_message_model.rs Added dbus_message_signal_exists_in_dbus function.. It accepts MessageTag from filter. It uses this MessageTag to compare whether it is present in message_tags vector stored inside function.

message_list.rs I needed to expose inner field inside MessageList struct so that I can access it from other files.

Merge request reports