chore(go): update portal-dashboard, portal-plugin-dashboard builds#492
chore(go): update portal-dashboard, portal-plugin-dashboard builds#492
Conversation
|
|
Caution Review failedThe pull request is closed. WalkthroughBundled artifact updates replace hostInit and remoteEntry hashes, adjust module-federation manifests and virtual_mf mappings, and update shared asset chunk references. One UI bundle changes password toggle logic to respond only to Space/Enter key events, affecting click behavior. Plugin dashboard remaps shared aliases in its remote entry. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Browser
participant Host as Portal Dashboard (hostInit)
participant Remote as RemoteEntry
Browser->>Host: Load hostInit-*.js
Note over Host: Preload deps map (__vite__mapDeps)
Host->>Remote: import('remoteEntry-*.js')
Remote-->>Host: expose get/init (re-export via virtual_mf-REMOTE_ENTRY_ID-*.js)
Host-->>Browser: App bootstrap continues with mapped chunks
sequenceDiagram
autonumber
actor User
participant Button as Password Toggle Button
participant Handler as toggleShowPassword
User->>Button: Click
Button->>Handler: onClick(MouseEvent)
alt key present and (Space|Enter)
Handler-->>Button: Toggle visibility
else
Handler-->>Button: No action
end
User->>Button: KeyDown (Space/Enter)
Button->>Handler: onKeyDown(KeyboardEvent)
Handler-->>Button: Toggle visibility
note right of Button: Behavior changed: click without key no-op
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.38.6)go/portal-dashboard/build/static/js/index-lbHTgFEB.js📜 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 (10)
✨ 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
Bug Fixes
Chores