Enhance chat participant filtering and optimize UI components - #65
Merged
Conversation
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
… peer search results Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
…dant geometry recalculations Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
…state Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
…called when album tabs actually exist Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
… handling Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
…ture module Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
…Chats flag Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
Signed-off-by: Burhanverse <contact@burhanverse.eu.org>
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.
This pull request introduces several new features and refactors related parts of the codebase for improved modularity and user experience. The main highlights are the addition of a members filter for group participants, the ability to hide archived chats, and the relocation and enhancement of the avatar shape feature. The changes also include code cleanup and improved logic for peer list filtering and UI refreshes.
New Features and Enhancements:
Members Filter for Group Participants:
fa_members_filter.cpp/.hand integrated a members filter into the participants list, allowing filtering by all members, administrators, or bots. This includes a UI toggle and back-end logic for filtering and refreshing the list (fa/filters/fa_members_filter.cpp,edit_participants_box.cpp/.h). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Hide Archive Chats Feature:
hide_archive_chats.cpp/.h,dialogs_inner_widget.cpp). [1] [2] [3] [4] [5]Avatar Shape Refactor and Enhancement:
fa/ui/md3tofa/features/avatar_shape, improved caching, and provided utility functions for shape selection and rendering. This makes avatar shape selection more modular and efficient (avatar_shape.cpp/.h). [1] [2] [3] [4] [5]Codebase Organization and Cleanup:
fa_avatar_shapeandfa_context_menufiles into feature-specific directories for better modularity and maintainability.Bug Fixes and Logic Improvements: