-
Notifications
You must be signed in to change notification settings - Fork 10
Editing things (except supabase and firebase) to be more clear / accurate / agent friendly #14
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
PoojaB26
left a comment
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.
Mostly fine, few language changes but @leighajarett we need to ensure the screenshots are taken with a bit higher font size and few of the screenshots are extremely small in font size. (were you using a 4k monitor?) I've asked Pinkesh to redo them, but just FYI for future images.
other than that, have asked for 2 language confirmations below
|
Good point, thanks for the heads up @PoojaB26! |
pinkeshmars
left a comment
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.
Hi @leighajarett, just FYI — we’re using file-based relative links (e.g., ../content-panel.md#inspect-mode) instead of slug-based links (e.g., /content-panel#inspect-mode) when referencing internal pages. The comments below are related to that.
No worries though, I’ll address them in the PR with the updated image that Pooja mentioned.
|
|
||
| :::info | ||
|
|
||
| Right now you can only upload assets through the Asset Module. You cannot upload a file directly into the file tree in the [code editor](/workspace/content-panel#code-editor) |
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.
| Right now you can only upload assets through the Asset Module. You cannot upload a file directly into the file tree in the [code editor](/workspace/content-panel#code-editor) | |
| Right now you can only upload assets through the Asset Module. You cannot upload a file directly into the file tree in the [**code editor**](../content-panel.md#code-editor). |
| - **Label**: Smaller text for buttons, captions, or UI labels. | ||
|
|
||
| Each category can be customized to align with your design system. | ||
| You can modify your text styles in the Theme panel and then use them anywhere a `TextSyle` class is expected - for example, in the style property of the `Text` widget.Use the "Apply Theme" button next to the `Style` property in the property panel to select your text style. |
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.
| You can modify your text styles in the Theme panel and then use them anywhere a `TextSyle` class is expected - for example, in the style property of the `Text` widget.Use the "Apply Theme" button next to the `Style` property in the property panel to select your text style. | |
| You can modify your text styles in the Theme panel and then use them anywhere a `TextSyle` class is expected - for example, in the style property of the `Text` widget. Use the "Apply Theme" button next to the `Style` property in the property panel to select your text style. |
|
|
||
| **Hierarchical Tree View**: Displays your app's widget structure as an expandable tree, showing the parent-child relationships between widgets. Each node represents a widget with its type, properties, and children clearly visible. | ||
|
|
||
| **Widget Selection**: Click on any widget in the tree to select it. When you have **[Inspect Mode](/workspace/content-panel#inspect-mode)** turned on, you'll visually see the widget highlighted in the preview. Double clicking the widget in the widget tree also pulls up the **[Properties Panel](/workspace/properties-panel)** for the widget - allowing you to easily specify input parameters for the widget. |
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.
| **Widget Selection**: Click on any widget in the tree to select it. When you have **[Inspect Mode](/workspace/content-panel#inspect-mode)** turned on, you'll visually see the widget highlighted in the preview. Double clicking the widget in the widget tree also pulls up the **[Properties Panel](/workspace/properties-panel)** for the widget - allowing you to easily specify input parameters for the widget. | |
| **Widget Selection**: Click on any widget in the tree to select it. When you have **[Inspect Mode](../content-panel.md#inspect-mode)** turned on, you'll visually see the widget highlighted in the preview. Double clicking the widget in the widget tree also pulls up the **[Properties Panel](../properties-panel.md)** for the widget - allowing you to easily specify input parameters for the widget. |
We use file-based relative links (e.g., ../content-panel.md#inspect-mode) instead of slug-based links.
|
|
||
| Right-click on any widget to access a comprehensive context menu with options for: | ||
| - Adding new widgets | ||
| - [Adding new widgets](/workspace/widget-tree#add-widget)(to widgets that take other widgets as children or have properties that take a widget) |
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.
| - [Adding new widgets](/workspace/widget-tree#add-widget)(to widgets that take other widgets as children or have properties that take a widget) | |
| - [Adding new widgets](/workspace/widget-tree#add-widget) (to widgets that take other widgets as children or have properties that take a widget) |
Description
Provide a brief overview of what this documentation update is about. Explain what sections or topics are being added or revised.
Linear ticket and magic word Fixes DEVR-XXX
Type of change