This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
feature: Adding VA template custom creation UI #4176
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
8d4a9f6
Adding va core template plug in with corresponding plugin build steps
pavolumMsft bd78386
Adding env variable feature flag around VA=Core template
pavolumMsft e46cb29
removing unused code that was initially added for custom runtime whic…
pavolumMsft dc389e5
Merge branch 'main' into pavolum/va-template
pavolumMsft c8247bc
Added creation UI workspace which is linked to and referenced from cl…
pavolumMsft 1a61ef4
Minor styling changes
pavolumMsft 6a7da65
Cleaning up code for review:
pavolumMsft ce38062
Merge branch 'main' into pavolum/va-template
pavolumMsft 2df9855
Merging latest
pavolumMsft f1678c7
Cleaning up unused changes
pavolumMsft 0f02f8c
removing bot type tile
pavolumMsft 271ed3f
removing bot type tile
pavolumMsft c488301
Making requested PR changes, general clean up, conversion of interfac…
pavolumMsft 51df024
Converting props types to intersaction with reach router, adding awai…
pavolumMsft e9c39bf
Fixing files to follow repoo linting rules
pavolumMsft 4643735
Changed post creation logic to execute on useEffect as opposed to rel…
pavolumMsft 6fabb60
resolve reentry bug
pavolumMsft d4d46e8
removing unused function
pavolumMsft 3e65229
Fixing linting errors
pavolumMsft 884032b
resolve reentry bug
pavolumMsft ff4de94
Merge branch 'main' into pavolum/va-template
pavolumMsft e4312bd
Pulling latest from main
pavolumMsft 8774906
Fixing reference
pavolumMsft f51e8ed
Updating react version in creation extension
pavolumMsft 9a50176
Updating react version in creation extension
pavolumMsft c348192
Making PR changes
pavolumMsft 7f5911b
Fixed non static formatMessage calls
pavolumMsft fd39d61
minor syntax refactoring
pavolumMsft 7bcaa36
Refactoring state management for more modular state.
pavolumMsft 7f2c10e
Making additional state management changes for better readability and…
pavolumMsft 1b7d47f
Fixing file naming
pavolumMsft a5710e7
Merging from master
pavolumMsft 55e3afe
Formatting template strings for localization
pavolumMsft eb1c3e2
Merging from latest in va-template branch
pavolumMsft b92a9c2
Merge branch 'main' into pavolum/va-creation-ui
pavolum 8c571b1
changing ReachRouter version dpendency to match client reach/router v…
pavolumMsft 26dea81
update Azure Publish yarn.lock
pavolumMsft d18bd02
Updating reach router version and tamplate name
pavolumMsft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
14 changes: 14 additions & 0 deletions
14
Composer/packages/client/public/react-bundle.js.LICENSE.txt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| /* | ||
| object-assign | ||
| (c) Sindre Sorhus | ||
| @license MIT | ||
| */ | ||
|
|
||
| /** @license React v16.13.1 | ||
| * react.production.min.js | ||
| * | ||
| * Copyright (c) Facebook, Inc. and its affiliates. | ||
| * | ||
| * This source code is licensed under the MIT license found in the | ||
| * LICENSE file in the root directory of this source tree. | ||
| */ | ||
23 changes: 23 additions & 0 deletions
23
Composer/packages/client/public/react-dom-bundle.js.LICENSE.txt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| /* | ||
| object-assign | ||
| (c) Sindre Sorhus | ||
| @license MIT | ||
| */ | ||
|
|
||
| /** @license React v0.19.1 | ||
| * scheduler.production.min.js | ||
| * | ||
| * Copyright (c) Facebook, Inc. and its affiliates. | ||
| * | ||
| * This source code is licensed under the MIT license found in the | ||
| * LICENSE file in the root directory of this source tree. | ||
| */ | ||
|
|
||
| /** @license React v16.13.1 | ||
| * react-dom.production.min.js | ||
| * | ||
| * Copyright (c) Facebook, Inc. and its affiliates. | ||
| * | ||
| * This source code is licensed under the MIT license found in the | ||
| * LICENSE file in the root directory of this source tree. | ||
| */ |
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,4 @@ | |
|
|
||
| export * from './ListOverview'; | ||
| export * from './PropertyAssignment'; | ||
| export * from './DialogWrapper'; | ||
7 changes: 7 additions & 0 deletions
7
Composer/packages/ui-plugins/virtual-assistant-creation/.eslintrc.js
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| module.exports = { | ||
| extends: ['../../../.eslintrc.react.js'], | ||
| parserOptions: { | ||
| project: './tsconfig.json', | ||
| tsconfigRootDir: __dirname, | ||
| }, | ||
| }; |
2 changes: 2 additions & 0 deletions
2
Composer/packages/ui-plugins/virtual-assistant-creation/.gitignore
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| lib | ||
| .vscode |
45 changes: 45 additions & 0 deletions
45
Composer/packages/ui-plugins/virtual-assistant-creation/package.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| { | ||
| "name": "@bfc/ui-plugin-va-creation", | ||
| "version": "0.0.0", | ||
GeoffCoxMSFT marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "private": true, | ||
| "description": "Virtual assistant creation experience.", | ||
| "main": "lib/index.js", | ||
| "files": [ | ||
| "lib" | ||
| ], | ||
| "scripts": { | ||
| "start": "tsc --watch --preserveWatchOutput", | ||
| "build": "yarn clean && yarn build:ts", | ||
| "build:ts": "tsc --build ./tsconfig.build.json", | ||
| "clean": "rimraf lib demo/dist", | ||
| "lint": "eslint --quiet src", | ||
| "lint:fix": "yarn lint --fix", | ||
| "prepare": "yarn build" | ||
| }, | ||
| "license": "MIT", | ||
| "peerDependencies": { | ||
| "@bfc/extension-client": "*", | ||
| "@bfc/adaptive-form": "*", | ||
| "@uifabric/fluent-theme": "^7.1.4", | ||
| "@uifabric/icons": "^7.3.0", | ||
| "@uifabric/styling": "^7.7.4", | ||
| "format-message": "^6.2.3", | ||
| "office-ui-fabric-react": "^7.71.0", | ||
| "react": "16.13.1", | ||
| "react-dom": "16.13.1" | ||
| }, | ||
| "devDependencies": { | ||
pavolum marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "@types/react": "16.9.23", | ||
| "format-message": "^6.2.3", | ||
| "react": "16.13.1", | ||
| "react-dom": "16.13.1" | ||
| }, | ||
| "dependencies": { | ||
| "@bfc/ui-shared": "*", | ||
| "@bfc/extension-client": "*", | ||
| "@emotion/core": "^10.0.27", | ||
| "@reach/router": "^1.3.4", | ||
| "@types/reach__router": "^1.3.5", | ||
| "axios": "^0.19.2" | ||
| } | ||
| } | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.