chore(go): update portal-plugin-dashboard build#487
Conversation
|
|
Caution Review failedThe pull request is closed. WalkthroughBuild artifacts updated for the dashboard plugin: new remoteEntry bundles wired in, virtual exposes map points to new chunk filenames, and host init imports the new remote entry. Auth provider now includes avatar in returned data. Shared module mappings in module federation swapped between @refinedev/core and @lumeweb/portal-framework-ui-core. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant HostApp as Host App
participant Remote as Dashboard Remote
participant Share as Shared Modules
Note over HostApp,Remote: Module Federation Init (updated remoteEntry)
HostApp->>Remote: Load remoteEntry-BdIFUs2x.js
Remote->>Share: Request shared "@lumeweb/portal-framework-ui-core"
alt Provided
Share-->>Remote: Provide framework-ui-core
else Missing
Remote-->>HostApp: Throw "Shared module '@lumeweb/portal-framework-ui-core' must be provided by host"
end
Remote->>Share: Request shared "@refinedev/core"
Share-->>Remote: Provide refinedev/core
Note over User,Remote: Auth provider usage (avatar now included)
User->>HostApp: Open dashboard
HostApp->>Remote: Import exposed "."
Remote->>Remote: createAuthProvider()
Remote->>Remote: account.info()
Remote-->>HostApp: Auth data { firstName, ... , avatar }
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (8)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Chores