-
Notifications
You must be signed in to change notification settings - Fork 40
feat(chat): create tabs for 'Configure toolsets' (Issue #4134) #4168
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
base: development
Are you sure you want to change the base?
Conversation
/deploy-review
|
apps/chat/src/components/AppsEditor/Settings/QuickAppView/index.tsx
Outdated
Show resolved
Hide resolved
apps/chat/src/components/AppsEditor/Settings/QuickAppView/index.tsx
Outdated
Show resolved
Hide resolved
apps/chat/src/components/AppsEditor/Settings/QuickAppView/index.tsx
Outdated
Show resolved
Hide resolved
apps/chat/src/components/AppsEditor/Settings/QuickAppView/index.tsx
Outdated
Show resolved
Hide resolved
/deploy-review
|
/deploy-review
|
@@ -134,3 +134,8 @@ export enum ApplicationType { | |||
CUSTOM_APP = 'custom app', | |||
CODE_APP = 'code app', | |||
} | |||
|
|||
export enum Toolsets { | |||
Toolset = 'toolset', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice use such term webApiToolset
everywhere instead of toolset
Toolset = 'toolset', | |
WebApiToolset = 'toolset', |
Description:
Need to create tabs for "Configure toolsets"
Issues:
UI changes
Before:

After:


Checklist:
fix(<scope>):
,feat(<scope>):
,feature(<scope>):
,chore(<scope>):
,hotfix(<scope>):
ore2e(<scope>):
. If contains breaking changes then the pull request name must start withfix(<scope>)!:
,feat(<scope>)!:
,feature(<scope>)!:
,chore(<scope>)!:
,hotfix(<scope>)!:
ore2e(<scope>)!:
where<scope>
is name of affected project:chat
,chat-e2e
,overlay
,shared
,sandbox-overlay
, etc.(Issue #<TICKET_ID>)
(comma-separated list of issues)