This is an automated email from the ASF dual-hosted git repository.
EnxDev pushed a change to branch enxdev/feat/chatbot-p3-namespaces
in repository https://gitbox.apache.org/repos/asf/superset.git
from 5294d054672 fix(extensions): address P3 CodeAnt review — lifecycle,
race conditions, and context accuracy
add bce7255351e refactor(extensions): narrow navigation namespace to
routing signal only
No new revisions were added by this update.
Summary of changes:
extensions/chat/src/components/Panel.tsx | 228 +++++++++++++++++++++
extensions/chat/src/context/pageContext.ts | 114 +++++++++++
.../packages/superset-core/src/navigation/index.ts | 54 ++---
superset-frontend/src/core/navigation/index.ts | 47 +----
4 files changed, 364 insertions(+), 79 deletions(-)
create mode 100644 extensions/chat/src/components/Panel.tsx
create mode 100644 extensions/chat/src/context/pageContext.ts