diff --git a/articles/tools/copilot/index.adoc b/articles/tools/copilot/index.adoc index edb70fd5b9..bf736b5f15 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -77,6 +77,10 @@ The *➄ Command window* is a context-sensitive popup window with an input promp |=== |Panel |Default Drawer |Description +|Properties +|Right +|Properties editor for selected component. + |Documentation |Right |Vaadin documentation for selected component. @@ -105,6 +109,10 @@ The *➄ Command window* is a context-sensitive popup window with an input promp |Right |Manage <<{articles}/flow/configuration/feature-flags#,Feature Flags>>. +|Backend & Data +|Right +|Access to H2 console and project dependencies helper. Allows setting up Spring Security. + |Outline |Left |Component/element hierarchy. Hover to highlight; click to select; and drag & drop to rearrange. @@ -113,9 +121,9 @@ The *➄ Command window* is a context-sensitive popup window with an input promp |Left |A palette containing Vaadin and composite components. Drag to UI or Outline to add to the application. -|Routes +|Views & Routes |Left -|List of application routes with corresponding components and information about access control. +|List of application routes with corresponding components and information about access control. Allows to create new views based on templates or using AI. |UI Services |Left @@ -237,7 +245,7 @@ Copilot has a few additional features worth considering. They're listed in the s === Selected Component Toolbar -After selecting view component, toolbar is displayed to provide additional layout options like setting alignment, adjusting padding, or changing a gap. +After selecting view component, toolbar is displayed to provide additional layout options like setting alignment, adjusting padding, changing a gap or accessing properties. === Paste Image