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
While working on other translations fixes (see #1746) we detected, if you change the language from the Overview page, it will not show the detailed progress (ProgressReport component) but the generic Loading message.
The problem is that the queries from the overview section use the suspense API, shadowing the report. Some reorganization might be needed.
It is not critical but a little bit annoying.
The text was updated successfully, but these errors were encountered:
imobachgs
changed the title
Do not show the detailed progress when switching the language from the overview
When switching the language from the overview the detailed progress is not shown
Nov 14, 2024
While working on other translations fixes (see #1746) we detected, if you change the language from the Overview page, it will not show the detailed progress (
ProgressReport
component) but the genericLoading
message.The problem is that the queries from the overview section use the suspense API, shadowing the report. Some reorganization might be needed.
It is not critical but a little bit annoying.
The text was updated successfully, but these errors were encountered: