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
add InterpretationsProvider and refactor components to use it (#1791) (f62f4b8)
BREAKING CHANGES
apps can no longer import InterpretationThread
fix: remove overflow-y which breaks the EVER plugin content
This CSS rule was initially added for fixing DHIS2-15558 and it seems to
only affect the LL plugin where a vertical scrollbar appears in the
Modal.
Although the LL app is going to be replaced by the EVER app,
there might be a better fix for this which works in both apps.
Revert "fix: remove overflow-y which breaks the EVER plugin content"
We should fix the issue in the EVER LineList components instead.
The change also causes an extra vertical scrollbar when there is a lot
of content in the interpretations thread.
chore: address PR comments
chore: remove redundant prop from interpretations unit in demo story
fix: memoize the InterpretationThread to fix initial focus issues
Revert "fix: memoize the InterpretationThread to fix initial focus issues"