-
Notifications
You must be signed in to change notification settings - Fork 61
refine embeded page #412
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
refine embeded page #412
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
…celjc/BotSharp-UI into features/refine-embedding-page
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
PR Type
Enhancement
Description
Add new window opening capability via ChatAction.NewWindow
Refactor embedding page routing from reporting to generic embed pattern
Update page parameters and component configuration for flexibility
Improve page title and breadcrumb labels with dynamic capitalization
Diagram Walkthrough
File Walkthrough
LiveChatEntry.svelte
Add new window opening functionalitysrc/lib/common/LiveChatEntry.svelte
window
+page.svelte
Refactor page to use generic embed parameterssrc/routes/page/agent/[embed]/[embedType]/+page.svelte
'agent-embed-content'
enums.js
Add NewWindow chat action typesrc/lib/helpers/enums.js
svelte.config.js
Update route configuration for embedding pagessvelte.config.js
'/page/agent/reporting/[reportType]'
'/page/agent/[embed]/[embedType]'