vlaminck / AboveVTT

GNU Affero General Public License v3.0
0 stars 1 forks source link

Persist scene list filter through did_update_scenes() #12

Closed pensan closed 2 years ago

pensan commented 2 years ago

It looks up the search value when the did_update_scenes() is called and filters the list if the scenes tab is active in the sidebar.

I also changed the input type to search, which will add a little 'x' to the right of the search box to clear the content. This is a browser specific feature, but has over 97% browser support.

This fixes https://discord.com/channels/815028457851191326/815028804103307354/988454588636078150

pensan commented 2 years ago

sorry, wrong repo again...