Skip to content

doc: Copilot new features update #4392

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

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions articles/tools/copilot/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading