-
Notifications
You must be signed in to change notification settings - Fork 4
ENG-367 - Initial Schema Load/Display Bug #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…onous functions, ensuring proper execution order of discourse nodes and config tree refresh.
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
@CodeRabbit full review |
✅ Actions performedFull review triggered. |
📝 WalkthroughWalkthroughThe initialization sequence in the main application entry point was updated so that event listeners are set up before calling Changes
Sequence Diagram(s)sequenceDiagram
participant App Entry (index.ts)
participant EventListeners
participant DiscourseNodes
participant ConfigTree
App Entry (index.ts)->>EventListeners: Set up input and selectionchange listeners
App Entry (index.ts)->>DiscourseNodes: await initializeDiscourseNodes()
App Entry (index.ts)->>ConfigTree: refreshConfigTree()
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learningsapps/roam/src/index.ts (9)🔇 Additional comments (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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
After loading the plugin for the first time, the initial settings dialog doesn't show the created relations/nodes
Fixed:
https://www.loom.com/share/d5f3cad981eb4c67b96097d5c1ee7d29
Summary by CodeRabbit