🔄 A simple refresh button for contacts list (Fetch New data without needing to refresh the entire page)
B
Brahim Hamichan
The contacts list doesn't update in real-time and needs a refresh button to reload the data without refreshing the entire page.
This is very important, especially during testing!
My current workaround:
- Use search. For example, when testing with a contact named 'brahim', I type 'brahim', then remove and add the 'm' at the end to refresh the results without waiting for the entire page to reload. This feature should be implemented.
The same applies to the contact page - it needs a 'refresh data' or 'fetch new data' button.
Log In
B
Brahim Hamichan
Another update based on my testing: it seems that reloading the entire page or clicking on the list name to "reload the data" still only pulls from cache, and the updated data is still delayed by 1-2 minutes before showing up in the GUI, regardless of how many times you reload.
We need real-time data.
B
Brahim Hamichan
Quick update:
Another way to refresh a list is to click on the list's name.
For example, in the contacts list, click on the 'All' list or any other smart list to reload it without refreshing the entire page.