-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/teams hooks [WTEL-4246] #642
Conversation
Qodana for JS8 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
<template #main> | ||
<form> | ||
<wt-select | ||
v-model="event" |
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.
зроби будь ласка через велью)
} : {}; | ||
}, | ||
set(value) { | ||
this.setItemProp({ prop: 'event', value: value.value }); |
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.
Тут можна деструктурізацію зробити)
subNamespace: 'hooks', | ||
isHookPopup: false, | ||
|
||
isDeleteConfirmation: false, |
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.
Тут не вийде додати useDeleteConfirmationPopup?
@@ -0,0 +1,105 @@ | |||
<template> |
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.
А цей попап чимось відрізняється від того що в чергах?
Може винести один загальний компонент, ніж дублювати?
@@ -0,0 +1,3 @@ | |||
export default Object.freeze({ | |||
AGENT_STATUS: 'agent_status', |
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.
Це вірно, що він відрізняється від того що в чергах?
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.
Так
value: 'state', | ||
locale: 'reusable.state', | ||
field: 'enabled', | ||
width: '100px', |
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.
А навіщо ширина?
mistakenly created file
… into feature/teams-hooks
No description provided.