Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some more fixes #954

Merged
merged 3 commits into from
Jan 26, 2025
Merged

Some more fixes #954

merged 3 commits into from
Jan 26, 2025

Conversation

alcarney
Copy link
Member

This should allow the preview to preserve its scroll state across refreshes
When registering new configuration subscriptions the server used to
notify *all* subscriptions. This didn't make sense and led to a
growing swell of log messages as configuration values were needlessly
recomputed each time the list grew.
In the case where multiple components subscribe to the same set of
configuration values, their callbacks are tracked together and
notified at the same time.

This should further reduce the amount of duplicate log noise
@alcarney alcarney merged commit acd89ec into swyddfa:develop Jan 26, 2025
13 checks passed
@alcarney alcarney deleted the fixes branch January 26, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deduplicate configuration subscriptions Investigate preview handling of anchor links
1 participant