| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Replaces environment/alias comboboxes with text expanders and adds typed object-template suggestions across control-panel forms.
Changes:
Copilot reviewed 52 out of 52 changed files in this pull request and generated 3 comments.
Show a summary per file| File | Description |
|---|---|
| workbench/app/Forms/FormKitchenSink.php | Updates trigger fixtures. |
| tests/Unit/Form/CompositeControlsTest.php | Updates trigger assertions. |
| tests/Unit/Cp/FormFieldsTest.php | Tests legacy field mapping. |
| tests/Unit/Cp/Components/InputTest.php | Tests input expander rendering. |
| tests/Feature/Cp/SelectOptionsTest.php | Tests generated suggestions. |
| tests/Feature/Condition/ConditionBuilderHtmlTest.php | Tests condition-rule integration. |
| src/View/Contracts/ProvidesObjectTemplateSuggestions.php | Defines suggestion-provider contract. |
| src/User/Elements/User.php | Adds user properties. |
| src/Http/ViewModels/UserSettingsViewModel.php | Adds user-path suggestions. |
| src/Http/ViewModels/SectionEditViewModel.php | Adds section template suggestions. |
| src/Http/ViewModels/FieldEditViewModel.php | Adds translation-key suggestions. |
| src/Http/ViewModels/EntryTypeEditViewModel.php | Adds entry-format suggestions. |
| src/Http/Controllers/Settings/VolumesController.php | Supplies volume triggers. |
| src/Http/Controllers/Settings/SitesController.php | Replaces site comboboxes. |
| src/Http/Controllers/Settings/GeneralSettingsController.php | Replaces system-name combobox. |
| src/Http/Controllers/Settings/EmailSettingsController.php | Replaces email comboboxes. |
| src/Http/Controllers/InstallController.php | Supplies installer triggers. |
| src/Form/Controls/Concerns/HasTextExpander.php | Revises trigger schema. |
| src/Filesystem/Filesystems/Local.php | Adds filesystem expanders. |
| src/FieldLayout/FieldLayout.php | Resolves nested field suggestions. |
| src/Field/Matrix.php | Adds Matrix template suggestions. |
| src/Field/Assets.php | Adds asset-path suggestions. |
| src/Entry/Elements/Entry.php | Adds entry properties. |
| src/Element/Element.php | Adds base element properties. |
| src/Element/Contracts/ElementInterface.php | Extends suggestion contract. |
| src/Cp/SelectOptions.php | Generates expander triggers. |
| src/Cp/FormFields.php | Maps legacy trigger config. |
| src/Cp/FieldLayoutDesigner/FieldLayoutDesigner.php | Configures template-column suggestions. |
| src/Cp/Components/Input.php | Renders input expanders. |
| src/Condition/BaseElementSelectConditionRule.php | Replaces condition autosuggest. |
| src/Asset/Elements/Asset.php | Adds asset properties. |
| src/Address/Elements/Address.php | Adds address properties. |
| resources/templates/settings/assets/volumes/_edit.twig | Migrates volume fields. |
| resources/js/pages/settings/sites/Index.vue | Migrates group-name input. |
| resources/js/modules/settings/components/email/SiteOverridesTable.vue | Removes obsolete table. |
| resources/js/modules/markdown-field/markdown-field.test.ts | Updates trigger fixture. |
| resources/js/modules/install/components/SiteFields.vue | Migrates installer URL input. |
| resources/js/modules/forms/TextControl.test.ts | Updates trigger fixture. |
| resources/js/modules/forms/TextareaControl.test.ts | Updates trigger fixture. |
| resources/js/modules/forms/TableControl.vue | Reads native table inputs. |
| resources/js/modules/forms/FormRenderer.test.ts | Tests refresh preservation. |
| resources/js/modules/editable-table/types.ts | Types table triggers. |
| resources/js/modules/editable-table/editable-table.ts | Renders table expanders. |
| resources/js/modules/editable-table/editable-table.test.ts | Tests table expanders. |
| resources/js/common/form/CraftInput.test.ts | Tests Vue input integration. |
| packages/craftcms-ui/src/index.ts | Exports boundary type. |
| packages/craftcms-ui/src/components/text-expander/text-expander.ts | Adds boundaries and preservation. |
| packages/craftcms-ui/src/components/text-expander/text-expander.test.ts | Tests new behavior. |
| packages/craftcms-ui/src/components/text-expander/text-expander.stories.ts | Updates component stories. |
| packages/craftcms-ui/scripts/generate-vue-wrappers.js | Generates input wrapper support. |
| CHANGELOG.md | Documents the improvement. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
📚 Storybook previews@craftcms/ui — open Storybook Changed components: resources/js — open Storybook No changed components detected in this Storybook. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Replaces environment variable and alias suggestion comboboxes with text inputs using text expanders, and adds object-template suggestions to template-aware fields.