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
When the node is syncing, information that depends on the syncing process should not be displayed until the node has fully synced. Otherwise, it can create confusion for the user.
Describe the feature you'd like
Field values that depend on the node syncing process should display as "-" until the node has fully synced. This approach enhances clarity during the syncing process, as the syncing progress bar should be sufficient to understand the current status of the node.
The text was updated successfully, but these errors were encountered:
Node Admin purpose is to reflect the API, so we can't show '-' if we already know the data.
What we can do is to mark that this particular field is still syncing. @Jaguaras, can you list those fields?
Is your feature related to a problem?
When the node is syncing, information that depends on the syncing process should not be displayed until the node has fully synced. Otherwise, it can create confusion for the user.
Describe the feature you'd like
Field values that depend on the node syncing process should display as "-" until the node has fully synced. This approach enhances clarity during the syncing process, as the syncing progress bar should be sufficient to understand the current status of the node.
The text was updated successfully, but these errors were encountered: