move tsunami views to webviews. also fix git+ssh urls in package-lock.json#2355
move tsunami views to webviews. also fix git+ssh urls in package-lock.json#2355
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe Tsunami view was refactored from iframe-based rendering to a WebView-based implementation. TsunamiViewModel now extends WebViewModel, leveraging inherited properties and adding configuration for hideNav and partitionOverride. The public React component export for TsunamiView was removed; only TsunamiViewModel is exported. WebView gained support for an initialSrc to control first-load behavior and a partition override read via a new useAtomValueSafe utility. WebViewModel added a partitionOverride member and a loadUrlPromise method. Settings menu item filtering was adjusted, and basic configuration validation was added to render an inline error when required parameters are missing. Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes ✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…k.json ...