Conditional Visibility and Automatic Refresh

Concept:
I have a list displayed.
I also have a notification badge as part of main navigation, which shows the count of new records so other users can see how many at a glance without going to the list.

Current state:
When a new record is added the following occurs:

  1. New record is displayed to creator and other users within a few seconds (Auto refresh list)
  2. The badge updates only for the creator (conditional visibility refreshes)
  3. Other users do not see the badge refresh unless they refresh the entire screen (conditional visibility does not refresh).

Desired state:
I would like current state #3 to refresh dynamically. Does conditional visibility only render on load or does it have a listener of some kind?

Many thanks!

1 Like