chore(go): update portal-dashboard, portal-plugin-dashboard builds#494
chore(go): update portal-dashboard, portal-plugin-dashboard builds#494
Conversation
|
|
Caution Review failedThe pull request is closed. WalkthroughThis PR updates portal and plugin dashboard build artifacts: swaps remoteEntry/virtual module IDs, adjusts module federation manifests and dependency maps, and changes the bio widget to use useAvatar for avatarUrl/displayName. HTML index points to a new hostInit. Exposed widget and shared-module mappings are re-keyed with revised version metadata. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant HTML as index.html
participant Host as hostInit-*.js
participant MF as remoteEntry-*.js
participant VMF as virtual_mf-REMOTE_ENTRY_ID-*.js
participant Shared as Shared deps
User->>HTML: Load dashboard
HTML->>Host: Load module script
Host->>MF: Preload/import new remoteEntry (CnUMreGo)
MF->>VMF: Re-export get/init from new virtual_mf
VMF->>Shared: Resolve shared mappings (react-hook-form/@refinedev/core/portal-* cores)
Note over VMF,Shared: Dependency map and versions remapped
sequenceDiagram
autonumber
participant Bio as Bio widget
participant Id as useGetIdentity()
participant Av as useAvatar()
participant UI as AvatarImage/AvatarFallback
participant Dialog as uploadAvatarDialogConfig
Bio->>Id: fetch identity
alt identity missing
Bio-->>Bio: return null
else identity present
Bio->>Av: get avatarUrl, displayName
Av-->>Bio: { avatarUrl, displayName }
Bio->>UI: render AvatarImage src=avatarUrl alt=displayName
Bio->>Dialog: pass avatarUrl to uploader config
UI-->>Bio: fallback uses identity initials
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 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 (11)
✨ 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
Bug Fixes
Chores