-
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
base: main
Are you sure you want to change the base?
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:
|
|||||||||||
PR Type
Enhancement
Description
Update agent page routing from reporting to theme-based structure
Replace hardcoded reporting labels with dynamic theme parameters
Import lodash and page store for theme capitalization
Update HTML tag IDs and slug names to reflect theme context
Diagram Walkthrough
File Walkthrough
+page.svelte
Convert reporting page to theme-based structuresrc/routes/page/agent/[theme]/[themeType]/+page.svelte
pagestore andlodashlibrarycapitalization
'agent-theme-content'
svelte.config.js
Update prerender routes for theme structuresvelte.config.js
/page/agent/reporting/[reportType]from prerenderlist
/page/agent/[theme]/[themeType]to prerender list