-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update onlook.ts with latest information #2989
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
Removed electron related information
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Caution Review failedThe pull request is closed. WalkthroughUpdates the Onlook system prompt text to use a generic app context, add Code/Preview modes, revise Canvas and UI panel descriptions, adjust hosting/deployment guidance, and refine interaction details (e.g., SHIFT+CLICK multi-select, Duplicate window). No exports or public API changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
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 |
| - **Design Mode:** Users can design their websites within the window on the canvas while in Design mode. Design mode gives users access to all of the tools and controls for styling and building their website. | ||
| - **Interact Mode:** Users can interact with their live website within the window on the canvas. This is a real preview of how the app will look and feel to the end users. If necessary, Interact Mode is an efficient way to navigate through the app. | ||
| - **Code Mode:** Users can view and manually edit the underlying code of their project for the utmost precision. | ||
| - **Preview Mode:** Users can interact with their live website within the window on the canvas. This is a real preview of how the app will look and feel to the end users. If necessary, Interact Mode is an efficient way to navigate through the app. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'Preview Mode' description still references 'Interact Mode'; update the text for consistency.
| - **Preview Mode:** Users can interact with their live website within the window on the canvas. This is a real preview of how the app will look and feel to the end users. If necessary, Interact Mode is an efficient way to navigate through the app. | |
| - **Preview Mode:** Users can interact with their live website within the window on the canvas. This is a real preview of how the app will look and feel to the end users. |
Removed electron related information
Description
Related Issues
Type of Change
Important
Remove Electron reference and update feature descriptions in
onlook.ts.ONLOOK_INSTRUCTIONSinonlook.ts.Window Settings Panelto reflect its new location at the top when a window is selected.Help Buttondescription to indicate it provides a direct line to the Onlook team.Code ModeandPreview Modeto the list of key features.Element Interactionto include selecting multiple elements with SHIFT+CLICK.Utility Controlsto remove adding new elements functionality.This description was created by
for 550d536. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit
New Features
Documentation