You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ElectionDash component doesn't display a message when there are no elections matching the selected filter (Pending, Active, or Ended). This can cause confusion for users as it may seem like the filtering isn't working correctly.
This issue aims to enhance the user experience by displaying a prominent message when there are no elections that match the selected filter. The message should be centered and styled appropriately to make it clear that no elections are available for the selected status.
Steps to Reproduce:
Navigate to the Election Dashboard.
Select a filter (e.g., Pending, Active, Ended).
If there are no elections that match the selected filter, observe that no message is displayed.
Expected Behavior:
When a user selects a filter and no elections match the selected filter:
A message should be displayed at the center top of the election list area.
The message should be bold and large enough to be easily noticed.
The message content should be:
1. "No pending elections found" for Pending.
2. "No active elections found" for Active.
3. "No ended elections found" for Ended.
Additional Context:
This improvement will enhance user experience by providing clear feedback when no elections are available for a specific filter. It also ensures the dashboard remains intuitive and user-friendly.
The text was updated successfully, but these errors were encountered:
Description:
Currently, the ElectionDash component doesn't display a message when there are no elections matching the selected filter (Pending, Active, or Ended). This can cause confusion for users as it may seem like the filtering isn't working correctly.
This issue aims to enhance the user experience by displaying a prominent message when there are no elections that match the selected filter. The message should be centered and styled appropriately to make it clear that no elections are available for the selected status.
Steps to Reproduce:
Expected Behavior:
When a user selects a filter and no elections match the selected filter:
1. "No pending elections found" for Pending.
2. "No active elections found" for Active.
3. "No ended elections found" for Ended.
Additional Context:
This improvement will enhance user experience by providing clear feedback when no elections are available for a specific filter. It also ensures the dashboard remains intuitive and user-friendly.
The text was updated successfully, but these errors were encountered: