commitglobal / votemonitor

https://votemonitor.vercel.app
Mozilla Public License 2.0
4 stars 14 forks source link

[NGO Admin] [Monitoring observers] Filter reset on back button in monitoring observers list #472

Open avasi-code4ro opened 1 month ago

avasi-code4ro commented 1 month ago

When an user applies multiple filters to the observer list (ex. by tags) and then views the details of an observer, clicking the back button resets the list, eliminating all applied filters. The expected behaviour is for the applied filters to persist until the user navigates to a different section.

Steps to Reproduce:

  1. Navigate to the monitoring observers list.
  2. Apply multiple filters to the list (apply some tags)
  3. Click on an observer to view his details.
  4. Click the back button to return to the observer list.

Actual Result: The observer list resets, removing all applied filters.

Expected Result: The observer list should retain the applied filters until the user navigates to a different section.