promotional bannermobile promotional banner

Classic Group Finder Advanced Filters

Additional player filtering options for the new Blizzard Group Finder in Classic. Classic Premade Group Filters.

File Details

AdvancedLFGFilters-v2025.1-classic

  • R
  • Feb 12, 2025
  • 8.11 KB
  • 19
  • 1.15.6
  • Classic

File Name

AdvancedLFGFilters-v2025.1-classic.zip

Supported Versions

  • 1.15.6

Advanced Group Finder Filters

v2025.1 (2025-02-12)

Full Changelog

  • [ci]: Add BigWigs Packager to repository
  • [chore]: add basic README
  • [feat]: add option to Hide delisted entries
    • applies both groups and applicants
  • [minor][style]: move "magic strings" to constants
  • [feat]: Add toggle checkbox to show/hide either single applicants or groups
  • [refactor]: improve dropdown selection text display
    • button reflects the selected class
    • tooltip shown when multiple classes are selected
    • the dropdown button is now also disabled when the filter is disabled
  • [feat]: sync UI and Filter to LFGBrowseFrame:UpdateResults
    • this adds the actual filtering to the results list from the blizzard UI
  • [feat]: add range input boxes for Tank/Healer/DPS counts
    • also adds headers to distinguish between the two sets of filters (Applicants vs Groups)
    • UI is mostly done, but the actual filtering logic is not yet implemented.
  • [feat]: Adds UI widget for filtering by member counts
    • again not linked to C_LFGList at all yet.
  • [feat]: Add UI widget for class filters
    • includes boilerplate for saved variable table validation
    • no functionality, just ui.
  • [init]: Basic addon setup with a main UI panel
    no features, just parent ui frame and some boilerplate