Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Feature seach #14

Closed SQL-MisterMagoo closed 5 years ago

SQL-MisterMagoo commented 5 years ago

A basic search of the current room.

As part of this I have re-factored the Room page/view to reduce cross chatter between the sections when they update.

I also switched to a Timer for the message udpates as it seems easier to manage.

Fixes #12 - Add Search Function