Rebuild workspace widgets and behavioral graph views

This commit is contained in:
2026-03-13 16:48:24 +00:00
parent f8a6d1d41c
commit 57269770b5
47 changed files with 2951 additions and 1077 deletions

View File

@@ -342,11 +342,6 @@ urlpatterns = [
compose.ComposeSummary.as_view(),
name="compose_summary",
),
path(
"compose/quick-insights/",
compose.ComposeQuickInsights.as_view(),
name="compose_quick_insights",
),
path(
"compose/engage/preview/",
compose.ComposeEngagePreview.as_view(),