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

[Tock Studio] Handle namespaces in state service + refresh dialogs on app change + misc #1780

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rkuffer
Copy link
Contributor

@rkuffer rkuffer commented Oct 30, 2024

  • Namespaces retrieval management is delegated to the state service. In this way, the namespace list selector in the application header is updated when a new namespace is created.
  • Some competing requests made during application initialization are avoided
  • List of dialogs in Analytics > Dialogs view are refereshed when configuration change
  • Make sure that takeUntil is always the last operator of subscription pipes through the application
  • Poorly managed subscriptions corrected on certain components (work to be extended to the entire app)
  • Correction of a case not correctly handled in the destruction of the Sentence-training component
  • Prevent spinners from being displayed over the application header

@rkuffer rkuffer added the bug label Oct 30, 2024
Copy link
Contributor

@assouktim assouktim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants