feat: normalize subscription architecture, integrate pgvector, and implement Stripe webhook subscription management.
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
Coordinator.Clear();
|
||||
ThemeService.OnThemeChanged += StateHasChanged;
|
||||
NavigationService.OnNavigationChanged += OnNavigationChanged;
|
||||
|
||||
|
||||
@@ -98,6 +98,12 @@ public sealed class KnowledgeCoordinator : IDisposable
|
||||
return null;
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
_graphService.Clear();
|
||||
_quizService.SetQuiz(null, null);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
_interactionService.OnNodeSelected -= HandleNodeSelected;
|
||||
|
||||
Reference in New Issue
Block a user