API Method for Screen Opening
fzzyhmstrs opened this issue ยท 0 comments
Describe the feature you'd like
Instead of having to manually set the screen on the client, a simple API call would be much preferable, like OracleScreen.openScreen() or similar; or better yet collapse the initialization sequence into one call: OracleScreen.openScreen("your-book", "your-book:books/your-book/user_guide.mdx")
Describe alternatives you've considered
N/A
Additional context
The motivation behind this is to avoid having to have a dependency with owo-ui when trying to open the screen manually. Because the wiki screen extends an owo screen, you can't pass it directly in without grappling with errors involving owo.
