Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates/introduces a Vue 3 + TypeScript + Vite example app demonstrating a DevExtreme DropDownBox with search and an embedded TreeList, along with related tooling (ESLint/Stylelint/Prettier/TS configs) and a starter unit test setup.
Changes:
- Added a Vite + Vue Router application scaffold and demo UI components for DropDownBox + TreeList search.
- Introduced shared service utilities for data sources, display expression formatting, and search filter application.
- Added project tooling/configuration for TypeScript project references, ESLint/Stylelint, and Vitest.
Reviewed changes
Copilot reviewed 23 out of 26 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| Vue/vite.config.ts | Adds Vite config with Vue plugins and aliases (including DevExtreme ESM alias). |
| Vue/tsconfig.vitest.json | Adds a TS config intended for Vitest/type-checking. |
| Vue/tsconfig.json | Adds TS project references wiring. |
| Vue/tsconfig.config.json | Adds TS config for tooling/config files. |
| Vue/tsconfig.app.json | Adds TS config for the Vue app sources. |
| Vue/stylelint.config.mjs | Exposes shared Stylelint config. |
| Vue/src/views/HomeView.vue | Adds a view wrapper for the demo content component. |
| Vue/src/service.ts | Adds data source/store setup and search/display helper functions. |
| Vue/src/router/index.ts | Adds Vue Router setup for the example app. |
| Vue/src/main.ts | Bootstraps the Vue app and installs the router. |
| Vue/src/components/HomeContent.vue | Adds the demo page UI (DropDownList + search options). |
| Vue/src/components/DropDownList.vue | Implements the DropDownBox + embedded TreeList behavior and search handling. |
| Vue/src/components/tests/Content.spec.ts | Adds a Vitest unit test scaffold for the content component. |
| Vue/src/assets/main.css | Adds basic global font styling for the viewport. |
| Vue/src/App.vue | Adds root app shell rendering the router view. |
| Vue/README.md | Adds Vue example README with build/lint/dev instructions. |
| Vue/package.json | Adds Vue example dependencies and scripts (build/lint/test/type-check). |
| Vue/index.html | Adds Vite HTML entrypoint. |
| Vue/eslint.config.js | Adds ESLint flat config using shared DevExtreme presets. |
| Vue/env.d.ts | Adds Vite client type reference. |
| Vue/.vscode/settings.json | Adds VS Code save actions for ESLint fixes. |
| Vue/.vscode/extensions.json | Recommends Vue tooling extensions. |
| Vue/.prettierrc.json | Adds Prettier configuration. |
| Vue/.gitignore | Adds Vue example gitignore entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
artem-kurchenko
approved these changes
May 19, 2026
markallenramirez
approved these changes
May 20, 2026
Co-authored-by: Mark Allen Ramirez <markallenramirez@gmail.com>
Contributor
|
Please correct the project and update this pull request by pushing a new commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.