chore(go): update portal-dashboard build#478
Conversation
|
|
Caution Review failedThe pull request is closed. WalkthroughUpdates build artifacts for the portal dashboard: switches host/init script references, refreshes Module Federation manifest and runtime wiring (remote entry IDs, virtual MF module), and replaces shared UI/core bundles. The UI bundle includes FieldRenderer/FormRenderer adjustments and a new autocomplete helper. No public API signatures are explicitly changed. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant B as Browser
participant H as index.html
participant I as hostInit-*.js
participant R as remoteEntry-*.js
participant V as virtual_mf-REMOTE_ENTRY_ID-*.js
participant U as UI Bundles (index-*.js)
B->>H: Load HTML
H->>I: Load host init module
I->>R: __vitePreload + dynamic import<br/>(remoteEntry-NbauOOD1.js)
R->>V: Re-export get/init from new virtual MF
V->>U: Resolve shared/import maps<br/>(@lumeweb/portal-framework-ui, ...-core)
U-->>B: Render UI (FormRenderer/FieldRenderer)
note over U: FieldRenderer computes autocomplete<br/>via getFieldAutocompleteValue
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 (7)
✨ 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