secondlife / viewer

🖥️ Second Life's official client
GNU Lesser General Public License v2.1
202 stars 51 forks source link

Add an opton to filter out non-matching item from outfits #1425

Open akleshchev opened 2 months ago

akleshchev commented 2 months ago

Description

image image

akleshchev commented 1 month ago

Not yet in maint-C, waits in inventory_favorites branch for some server side changes

dmytrohproductengine commented 1 month ago

Failed QA.

Verified on the Second Life Release 7.1.9.9469671545 (64bit) on Win10/OSX in the scope of secondlife/iqa#258.

This feature is not implemented on this build yet.

kylelinden commented 1 month ago

Please explain server dependency and link to server issue.

akleshchev commented 1 month ago

This option was added to new menus in upper right corner. Menus are specific to inventory favorites viewer and inventory favorites depends on https://github.com/secondlife/agent-inventory-service/pull/59 (in testing).

Cutting out this feature alone is impractical. I can merge inventory favorites as is, but there will be UI elements that can not function without server sided changes or will require disabling those new features.

P.S. It was ready for a while in inventory_favorites branch and I planned to merge it into maint-c, but server side took longer then expected to get into testing.