Compare commits
118
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b605362f09 | ||
|
|
c697964110 | ||
|
|
53216766b8 | ||
|
|
a92d7fd7d5 | ||
|
|
e9e515c436 | ||
|
|
bb947ca50d | ||
|
|
8473e72a7e | ||
|
|
292435e0e7 | ||
|
|
d3dacccb1d | ||
|
|
0190b6c36d | ||
|
|
855b9c8f25 | ||
|
|
bb78639696 | ||
|
|
f38101527f | ||
|
|
4310a547ca | ||
|
|
06a362318c | ||
|
|
dd8abe975c | ||
|
|
207933ed70 | ||
|
|
b998f04826 | ||
|
|
7d6466022a | ||
|
|
7ff939efd5 | ||
|
|
b33d59d804 | ||
|
|
a0153daca4 | ||
|
|
c26490e9c1 | ||
|
|
eb9adb4810 | ||
|
|
66db9a0cc1 | ||
|
|
b1da3dc7cf | ||
|
|
4c6572c2c9 | ||
|
|
452096f4b2 | ||
|
|
96d60674aa | ||
|
|
0b0e266455 | ||
|
|
6e12ba04ab | ||
|
|
ffc0183809 | ||
|
|
dcefd58240 | ||
|
|
6196a6d99a | ||
|
|
4a63d1d896 | ||
|
|
d5f34bf9d0 | ||
|
|
3558878ae2 | ||
|
|
d1d1398d80 | ||
|
|
40bd79f1ca | ||
|
|
74bbbd25b9 | ||
|
|
ae938b2154 | ||
|
|
80a90d9d8c | ||
|
|
646cfb97e7 | ||
|
|
89acbd8d09 | ||
|
|
b03a839809 | ||
|
|
56e93d152d | ||
|
|
c344f2b9cf | ||
|
|
aea68f1ecf | ||
|
|
e393bcf125 | ||
|
|
e330c2f6c0 | ||
|
|
cb4ad28a13 | ||
|
|
91b713f6f5 | ||
|
|
59b9c55967 | ||
|
|
736f16b170 | ||
|
|
28d4432152 | ||
|
|
e0b67bb552 | ||
|
|
b4b308336f | ||
|
|
6166ccb014 | ||
|
|
8696a4c135 | ||
|
|
829bb842fd | ||
|
|
17a6df10a0 | ||
|
|
3edc636b76 | ||
|
|
68482db3a2 | ||
|
|
f7102d7f8b | ||
|
|
ce8e1ec93d | ||
|
|
dc9da4bb24 | ||
|
|
a196e23587 | ||
|
|
066f0b990a | ||
|
|
6694db093f | ||
|
|
0331815cc5 | ||
|
|
027a540bbd | ||
|
|
239c61095a | ||
|
|
e9d47d31c7 | ||
|
|
8b1d98af52 | ||
|
|
8e2b329202 | ||
|
|
71073a06ff | ||
|
|
39d20b197d | ||
|
|
fb99ba7b40 | ||
|
|
79aa5a5d7f | ||
|
|
10ee773aac | ||
|
|
81d7c51a84 | ||
|
|
79381b08cc | ||
|
|
84c380c8c4 | ||
|
|
cb0642564c | ||
|
|
23e30fcb1a | ||
|
|
ae8619142f | ||
|
|
499408ea6f | ||
|
|
dc245814fe | ||
|
|
8ea412bc85 | ||
|
|
6c52a0638d | ||
|
|
64a9a46b28 | ||
|
|
30d4f6c2f5 | ||
|
|
5909c0f8b7 | ||
|
|
554388bff3 | ||
|
|
ebf3b46f0d | ||
|
|
5cfac31f93 | ||
|
|
787ac3134d | ||
|
|
2a06c85f1a | ||
|
|
acefd82378 | ||
|
|
abf376940d | ||
|
|
9de8c27368 | ||
|
|
9498d1f003 | ||
|
|
a2cb932d54 | ||
|
|
fe246698b6 | ||
|
|
862ef37e7f | ||
|
|
9a1d5519ec | ||
|
|
e17f0ea753 | ||
|
|
f7580f864c | ||
|
|
85aeaf2aee | ||
|
|
e93af2681e | ||
|
|
cb2b75ca17 | ||
|
|
608592db0c | ||
|
|
ab1f803354 | ||
|
|
b81c722ac8 | ||
|
|
b40ad399f6 | ||
|
|
dcd18072b4 | ||
|
|
bda2d1d9a4 | ||
|
|
83231b9678 |
@@ -130,10 +130,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
mkdir -p ~/tmp/test-results/frontend_specs
|
mkdir -p ~/tmp/test-results/frontend_specs
|
||||||
~/tmp/cc-test-reporter before-build
|
~/tmp/cc-test-reporter before-build
|
||||||
TESTFILES=$(circleci tests glob **/specs/*.spec.js | circleci tests split --split-by=timings)
|
yarn test:coverage
|
||||||
yarn test:coverage --profile 10 \
|
|
||||||
--out ~/tmp/test-results/yarn.xml \
|
|
||||||
-- ${TESTFILES}
|
|
||||||
- run:
|
- run:
|
||||||
name: Code Climate Test Coverage
|
name: Code Climate Test Coverage
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
@@ -257,3 +257,4 @@ AZURE_APP_SECRET=
|
|||||||
# Set to true if you want to remove stale contact inboxes
|
# Set to true if you want to remove stale contact inboxes
|
||||||
# contact_inboxes with no conversation older than 90 days will be removed
|
# contact_inboxes with no conversation older than 90 days will be removed
|
||||||
# REMOVE_STALE_CONTACT_INBOX_JOB_STATUS=false
|
# REMOVE_STALE_CONTACT_INBOX_JOB_STATUS=false
|
||||||
|
|
||||||
|
|||||||
+155
-1
@@ -27,6 +27,160 @@ module.exports = {
|
|||||||
'import/no-unresolved': 'off',
|
'import/no-unresolved': 'off',
|
||||||
'vue/html-indent': 'off',
|
'vue/html-indent': 'off',
|
||||||
'vue/multi-word-component-names': 'off',
|
'vue/multi-word-component-names': 'off',
|
||||||
|
'vue/next-tick-style': ['error', 'callback'],
|
||||||
|
'vue/block-order': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
order: ['script', 'template', 'style'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/component-name-in-template-casing': [
|
||||||
|
'error',
|
||||||
|
'PascalCase',
|
||||||
|
{
|
||||||
|
registeredComponentsOnly: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/component-options-name-casing': ['error', 'PascalCase'],
|
||||||
|
'vue/custom-event-name-casing': ['error', 'camelCase'],
|
||||||
|
'vue/define-emits-declaration': ['error'],
|
||||||
|
'vue/define-macros-order': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
order: ['defineProps', 'defineEmits'],
|
||||||
|
defineExposeLast: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/define-props-declaration': ['error', 'runtime'],
|
||||||
|
'vue/match-component-import-name': ['error'],
|
||||||
|
'vue/no-bare-strings-in-template': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
allowlist: [
|
||||||
|
'(',
|
||||||
|
')',
|
||||||
|
',',
|
||||||
|
'.',
|
||||||
|
'&',
|
||||||
|
'+',
|
||||||
|
'-',
|
||||||
|
'=',
|
||||||
|
'*',
|
||||||
|
'/',
|
||||||
|
'#',
|
||||||
|
'%',
|
||||||
|
'!',
|
||||||
|
'?',
|
||||||
|
':',
|
||||||
|
'[',
|
||||||
|
']',
|
||||||
|
'{',
|
||||||
|
'}',
|
||||||
|
'<',
|
||||||
|
'>',
|
||||||
|
'⌘',
|
||||||
|
'📄',
|
||||||
|
'🎉',
|
||||||
|
'💬',
|
||||||
|
'👥',
|
||||||
|
'📥',
|
||||||
|
'🔖',
|
||||||
|
'❌',
|
||||||
|
'✅',
|
||||||
|
'\u00b7',
|
||||||
|
'\u2022',
|
||||||
|
'\u2010',
|
||||||
|
'\u2013',
|
||||||
|
'\u2014',
|
||||||
|
'\u2212',
|
||||||
|
'|',
|
||||||
|
],
|
||||||
|
attributes: {
|
||||||
|
'/.+/': [
|
||||||
|
'title',
|
||||||
|
'aria-label',
|
||||||
|
'aria-placeholder',
|
||||||
|
'aria-roledescription',
|
||||||
|
'aria-valuetext',
|
||||||
|
],
|
||||||
|
input: ['placeholder'],
|
||||||
|
},
|
||||||
|
directives: ['v-text'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/no-empty-component-block': 'error',
|
||||||
|
'vue/no-multiple-objects-in-class': 'error',
|
||||||
|
'vue/no-root-v-if': 'warn',
|
||||||
|
'vue/no-static-inline-styles': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
allowBinding: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/no-template-target-blank': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
allowReferrer: false,
|
||||||
|
enforceDynamicLinks: 'always',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/no-required-prop-with-default': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
autofix: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/no-this-in-before-route-enter': 'error',
|
||||||
|
'vue/no-undef-components': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
ignorePatterns: [
|
||||||
|
'^woot-',
|
||||||
|
'^fluent-',
|
||||||
|
'^multiselect',
|
||||||
|
'^router-link',
|
||||||
|
'^router-view',
|
||||||
|
'^ninja-keys',
|
||||||
|
'^FormulateForm',
|
||||||
|
'^FormulateInput',
|
||||||
|
'^highlightjs',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/no-unused-emit-declarations': 'error',
|
||||||
|
'vue/no-unused-refs': 'error',
|
||||||
|
'vue/no-use-v-else-with-v-for': 'error',
|
||||||
|
'vue/prefer-true-attribute-shorthand': 'error',
|
||||||
|
'vue/no-useless-v-bind': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
ignoreIncludesComment: false,
|
||||||
|
ignoreStringEscape: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/no-v-text': 'error',
|
||||||
|
'vue/padding-line-between-blocks': ['error', 'always'],
|
||||||
|
'vue/prefer-separate-static-class': 'error',
|
||||||
|
'vue/require-explicit-slots': 'error',
|
||||||
|
'vue/require-macro-variable-name': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
defineProps: 'props',
|
||||||
|
defineEmits: 'emit',
|
||||||
|
defineSlots: 'slots',
|
||||||
|
useSlots: 'slots',
|
||||||
|
useAttrs: 'attrs',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'vue/no-unused-properties': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
groups: ['props'],
|
||||||
|
deepData: false,
|
||||||
|
ignorePublicMembers: false,
|
||||||
|
unreferencedOptions: [],
|
||||||
|
},
|
||||||
|
],
|
||||||
'vue/max-attributes-per-line': [
|
'vue/max-attributes-per-line': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
@@ -65,10 +219,10 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
browser: true,
|
browser: true,
|
||||||
jest: true,
|
|
||||||
node: true,
|
node: true,
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
bus: true,
|
bus: true,
|
||||||
|
vi: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -25,13 +25,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
issue-inactive-days: '30'
|
issue-inactive-days: '30'
|
||||||
issue-lock-reason: 'resolved'
|
issue-lock-reason: 'resolved'
|
||||||
issue-comment: >
|
|
||||||
This issue has been automatically locked since there
|
|
||||||
has not been any recent activity after it was closed.
|
|
||||||
Please open a new issue for related bugs.
|
|
||||||
pr-inactive-days: '30'
|
pr-inactive-days: '30'
|
||||||
pr-lock-reason: 'resolved'
|
pr-lock-reason: 'resolved'
|
||||||
pr-comment: >
|
|
||||||
This pull request has been automatically locked since there
|
|
||||||
has not been any recent activity after it was closed.
|
|
||||||
Please open a new issue for related bugs.
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ import { addDecorator } from '@storybook/vue';
|
|||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import Vuex from 'vuex';
|
import Vuex from 'vuex';
|
||||||
import VueI18n from 'vue-i18n';
|
import VueI18n from 'vue-i18n';
|
||||||
import Vuelidate from 'vuelidate';
|
|
||||||
import Multiselect from 'vue-multiselect';
|
import Multiselect from 'vue-multiselect';
|
||||||
import VueDOMPurifyHTML from 'vue-dompurify-html';
|
import VueDOMPurifyHTML from 'vue-dompurify-html';
|
||||||
import FluentIcon from 'shared/components/FluentIcon/DashboardIcon';
|
import FluentIcon from 'shared/components/FluentIcon/DashboardIcon';
|
||||||
@@ -14,7 +13,6 @@ import { domPurifyConfig } from 'shared/helpers/HTMLSanitizer';
|
|||||||
import '../app/javascript/dashboard/assets/scss/storybook.scss';
|
import '../app/javascript/dashboard/assets/scss/storybook.scss';
|
||||||
|
|
||||||
Vue.use(VueI18n);
|
Vue.use(VueI18n);
|
||||||
Vue.use(Vuelidate);
|
|
||||||
Vue.use(WootUiKit);
|
Vue.use(WootUiKit);
|
||||||
Vue.use(Vuex);
|
Vue.use(Vuex);
|
||||||
Vue.use(VueDOMPurifyHTML, domPurifyConfig);
|
Vue.use(VueDOMPurifyHTML, domPurifyConfig);
|
||||||
@@ -32,7 +30,7 @@ addDecorator(() => ({
|
|||||||
template: '<story/>',
|
template: '<story/>',
|
||||||
i18n: i18nConfig,
|
i18n: i18nConfig,
|
||||||
store,
|
store,
|
||||||
beforeCreate: function() {
|
beforeCreate: function () {
|
||||||
this.$root._i18n = this.$i18n;
|
this.$root._i18n = this.$i18n;
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|||||||
@@ -111,12 +111,12 @@ gem 'elastic-apm', require: false
|
|||||||
gem 'newrelic_rpm', require: false
|
gem 'newrelic_rpm', require: false
|
||||||
gem 'newrelic-sidekiq-metrics', '>= 1.6.2', require: false
|
gem 'newrelic-sidekiq-metrics', '>= 1.6.2', require: false
|
||||||
gem 'scout_apm', require: false
|
gem 'scout_apm', require: false
|
||||||
gem 'sentry-rails', '>= 5.18.0', require: false
|
gem 'sentry-rails', '>= 5.19.0', require: false
|
||||||
gem 'sentry-ruby', require: false
|
gem 'sentry-ruby', require: false
|
||||||
gem 'sentry-sidekiq', '>= 5.18.0', require: false
|
gem 'sentry-sidekiq', '>= 5.19.0', require: false
|
||||||
|
|
||||||
##-- background job processing --##
|
##-- background job processing --##
|
||||||
gem 'sidekiq', '>= 7.3.0'
|
gem 'sidekiq', '>= 7.3.1'
|
||||||
# We want cron jobs
|
# We want cron jobs
|
||||||
gem 'sidekiq-cron', '>= 1.12.0'
|
gem 'sidekiq-cron', '>= 1.12.0'
|
||||||
|
|
||||||
@@ -228,7 +228,7 @@ group :development, :test do
|
|||||||
gem 'mock_redis'
|
gem 'mock_redis'
|
||||||
gem 'pry-rails'
|
gem 'pry-rails'
|
||||||
gem 'rspec_junit_formatter'
|
gem 'rspec_junit_formatter'
|
||||||
gem 'rspec-rails', '>= 6.1.3'
|
gem 'rspec-rails', '>= 6.1.4'
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
gem 'rubocop-performance', require: false
|
gem 'rubocop-performance', require: false
|
||||||
gem 'rubocop-rails', require: false
|
gem 'rubocop-rails', require: false
|
||||||
|
|||||||
+25
-22
@@ -103,8 +103,8 @@ GEM
|
|||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
acts-as-taggable-on (9.0.1)
|
acts-as-taggable-on (9.0.1)
|
||||||
activerecord (>= 6.0, < 7.1)
|
activerecord (>= 6.0, < 7.1)
|
||||||
addressable (2.8.4)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
administrate (0.20.1)
|
administrate (0.20.1)
|
||||||
actionpack (>= 6.0, < 8.0)
|
actionpack (>= 6.0, < 8.0)
|
||||||
actionview (>= 6.0, < 8.0)
|
actionview (>= 6.0, < 8.0)
|
||||||
@@ -171,10 +171,13 @@ GEM
|
|||||||
commonmarker (0.23.10)
|
commonmarker (0.23.10)
|
||||||
concurrent-ruby (1.3.3)
|
concurrent-ruby (1.3.3)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
crack (0.4.5)
|
crack (1.0.0)
|
||||||
|
bigdecimal
|
||||||
rexml
|
rexml
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
csv-safe (3.2.1)
|
csv (3.3.0)
|
||||||
|
csv-safe (3.3.1)
|
||||||
|
csv (~> 3.0)
|
||||||
cypress-on-rails (1.16.0)
|
cypress-on-rails (1.16.0)
|
||||||
rack
|
rack
|
||||||
database_cleaner (2.0.2)
|
database_cleaner (2.0.2)
|
||||||
@@ -356,7 +359,7 @@ GEM
|
|||||||
ruby2ruby (~> 2.4)
|
ruby2ruby (~> 2.4)
|
||||||
ruby_parser (~> 3.10)
|
ruby_parser (~> 3.10)
|
||||||
hana (1.3.7)
|
hana (1.3.7)
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.1.0)
|
||||||
hashie (5.0.0)
|
hashie (5.0.0)
|
||||||
http (5.1.1)
|
http (5.1.1)
|
||||||
addressable (~> 2.8)
|
addressable (~> 2.8)
|
||||||
@@ -464,7 +467,7 @@ GEM
|
|||||||
mini_magick (4.12.0)
|
mini_magick (4.12.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.7)
|
mini_portile2 (2.8.7)
|
||||||
minitest (5.24.0)
|
minitest (5.24.1)
|
||||||
mock_redis (0.36.0)
|
mock_redis (0.36.0)
|
||||||
ruby2_keywords
|
ruby2_keywords
|
||||||
msgpack (1.7.0)
|
msgpack (1.7.0)
|
||||||
@@ -548,7 +551,7 @@ GEM
|
|||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
pry-rails (0.3.9)
|
pry-rails (0.3.9)
|
||||||
pry (>= 0.10.4)
|
pry (>= 0.10.4)
|
||||||
public_suffix (5.0.1)
|
public_suffix (6.0.0)
|
||||||
puma (6.4.2)
|
puma (6.4.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
pundit (2.3.0)
|
pundit (2.3.0)
|
||||||
@@ -631,8 +634,8 @@ GEM
|
|||||||
retriable (3.1.2)
|
retriable (3.1.2)
|
||||||
reverse_markdown (2.1.1)
|
reverse_markdown (2.1.1)
|
||||||
nokogiri
|
nokogiri
|
||||||
rexml (3.2.8)
|
rexml (3.3.4)
|
||||||
strscan (>= 3.0.9)
|
strscan
|
||||||
rspec-core (3.13.0)
|
rspec-core (3.13.0)
|
||||||
rspec-support (~> 3.13.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-expectations (3.13.1)
|
rspec-expectations (3.13.1)
|
||||||
@@ -641,7 +644,7 @@ GEM
|
|||||||
rspec-mocks (3.13.1)
|
rspec-mocks (3.13.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.13.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-rails (6.1.3)
|
rspec-rails (6.1.4)
|
||||||
actionpack (>= 6.1)
|
actionpack (>= 6.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
railties (>= 6.1)
|
railties (>= 6.1)
|
||||||
@@ -707,19 +710,19 @@ GEM
|
|||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
selectize-rails (0.12.6)
|
selectize-rails (0.12.6)
|
||||||
semantic_range (3.0.0)
|
semantic_range (3.0.0)
|
||||||
sentry-rails (5.18.0)
|
sentry-rails (5.19.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
sentry-ruby (~> 5.18.0)
|
sentry-ruby (~> 5.19.0)
|
||||||
sentry-ruby (5.18.0)
|
sentry-ruby (5.19.0)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
sentry-sidekiq (5.18.0)
|
sentry-sidekiq (5.19.0)
|
||||||
sentry-ruby (~> 5.18.0)
|
sentry-ruby (~> 5.19.0)
|
||||||
sidekiq (>= 3.0)
|
sidekiq (>= 3.0)
|
||||||
sexp_processor (4.17.0)
|
sexp_processor (4.17.0)
|
||||||
shoulda-matchers (5.3.0)
|
shoulda-matchers (5.3.0)
|
||||||
activesupport (>= 5.2.0)
|
activesupport (>= 5.2.0)
|
||||||
sidekiq (7.3.0)
|
sidekiq (7.3.1)
|
||||||
concurrent-ruby (< 2)
|
concurrent-ruby (< 2)
|
||||||
connection_pool (>= 2.3.0)
|
connection_pool (>= 2.3.0)
|
||||||
logger
|
logger
|
||||||
@@ -807,7 +810,7 @@ GEM
|
|||||||
web-push (3.0.1)
|
web-push (3.0.1)
|
||||||
jwt (~> 2.0)
|
jwt (~> 2.0)
|
||||||
openssl (~> 3.0)
|
openssl (~> 3.0)
|
||||||
webmock (3.18.1)
|
webmock (3.23.1)
|
||||||
addressable (>= 2.8.0)
|
addressable (>= 2.8.0)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff (>= 0.4.0, < 2.0.0)
|
hashdiff (>= 0.4.0, < 2.0.0)
|
||||||
@@ -927,7 +930,7 @@ DEPENDENCIES
|
|||||||
responders (>= 3.1.1)
|
responders (>= 3.1.1)
|
||||||
rest-client
|
rest-client
|
||||||
reverse_markdown
|
reverse_markdown
|
||||||
rspec-rails (>= 6.1.3)
|
rspec-rails (>= 6.1.4)
|
||||||
rspec_junit_formatter
|
rspec_junit_formatter
|
||||||
rubocop
|
rubocop
|
||||||
rubocop-performance
|
rubocop-performance
|
||||||
@@ -936,11 +939,11 @@ DEPENDENCIES
|
|||||||
scout_apm
|
scout_apm
|
||||||
scss_lint
|
scss_lint
|
||||||
seed_dump
|
seed_dump
|
||||||
sentry-rails (>= 5.18.0)
|
sentry-rails (>= 5.19.0)
|
||||||
sentry-ruby
|
sentry-ruby
|
||||||
sentry-sidekiq (>= 5.18.0)
|
sentry-sidekiq (>= 5.19.0)
|
||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
sidekiq (>= 7.3.0)
|
sidekiq (>= 7.3.1)
|
||||||
sidekiq-cron (>= 1.12.0)
|
sidekiq-cron (>= 1.12.0)
|
||||||
simplecov (= 0.17.1)
|
simplecov (= 0.17.1)
|
||||||
slack-ruby-client (~> 2.2.0)
|
slack-ruby-client (~> 2.2.0)
|
||||||
@@ -968,4 +971,4 @@ RUBY VERSION
|
|||||||
ruby 3.3.3p89
|
ruby 3.3.3p89
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.14
|
2.5.16
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class Messages::Messenger::MessageBuilder
|
|||||||
file_type = attachment['type'].to_sym
|
file_type = attachment['type'].to_sym
|
||||||
params = { file_type: file_type, account_id: @message.account_id }
|
params = { file_type: file_type, account_id: @message.account_id }
|
||||||
|
|
||||||
if [:image, :file, :audio, :video, :share, :story_mention].include? file_type
|
if [:image, :file, :audio, :video, :share, :story_mention, :ig_reel].include? file_type
|
||||||
params.merge!(file_type_params(attachment))
|
params.merge!(file_type_params(attachment))
|
||||||
elsif file_type == :location
|
elsif file_type == :location
|
||||||
params.merge!(location_params(attachment))
|
params.merge!(location_params(attachment))
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ class Api::V1::Accounts::Integrations::AppsController < Api::V1::Accounts::BaseC
|
|||||||
private
|
private
|
||||||
|
|
||||||
def fetch_apps
|
def fetch_apps
|
||||||
@apps = Integrations::App.all.select(&:active?)
|
@apps = Integrations::App.all.select { |app| app.active?(Current.account) }
|
||||||
end
|
end
|
||||||
|
|
||||||
def fetch_app
|
def fetch_app
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
class Api::V1::Accounts::Integrations::CaptainController < Api::V1::Accounts::BaseController
|
||||||
|
before_action :check_admin_authorization?
|
||||||
|
before_action :fetch_hook
|
||||||
|
|
||||||
|
def sso_url
|
||||||
|
params_string =
|
||||||
|
"token=#{URI.encode_www_form_component(@hook['settings']['access_token'])}" \
|
||||||
|
"&email=#{URI.encode_www_form_component(@hook['settings']['account_email'])}" \
|
||||||
|
"&account_id=#{URI.encode_www_form_component(@hook['settings']['account_id'])}"
|
||||||
|
|
||||||
|
installation_config = InstallationConfig.find_by(name: 'CAPTAIN_APP_URL')
|
||||||
|
|
||||||
|
sso_url = "#{installation_config.value}/sso?#{params_string}"
|
||||||
|
render json: { sso_url: sso_url }, status: :ok
|
||||||
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def fetch_hook
|
||||||
|
@hook = Current.account.hooks.find_by!(app_id: 'captain')
|
||||||
|
end
|
||||||
|
end
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
import App from './App';
|
|
||||||
import '../../test-matchers';
|
|
||||||
|
|
||||||
describe(`App component`, () => {
|
|
||||||
it(`should be a component`, () => {
|
|
||||||
// Arrange
|
|
||||||
// Act
|
|
||||||
expect(App).toBeVueComponent('App');
|
|
||||||
// Assert
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -1,30 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
v-if="!authUIFlags.isFetching && !accountUIFlags.isFetchingItem"
|
|
||||||
id="app"
|
|
||||||
class="flex-grow-0 w-full h-full min-h-0 app-wrapper"
|
|
||||||
:class="{ 'app-rtl--wrapper': isRTLView }"
|
|
||||||
:dir="isRTLView ? 'rtl' : 'ltr'"
|
|
||||||
>
|
|
||||||
<update-banner :latest-chatwoot-version="latestChatwootVersion" />
|
|
||||||
<template v-if="currentAccountId">
|
|
||||||
<pending-email-verification-banner v-if="hideOnOnboardingView" />
|
|
||||||
<payment-pending-banner v-if="hideOnOnboardingView" />
|
|
||||||
<upgrade-banner />
|
|
||||||
</template>
|
|
||||||
<transition name="fade" mode="out-in">
|
|
||||||
<router-view />
|
|
||||||
</transition>
|
|
||||||
<add-account-modal
|
|
||||||
:show="showAddAccountModal"
|
|
||||||
:has-accounts="hasAccounts"
|
|
||||||
/>
|
|
||||||
<woot-snackbar-box />
|
|
||||||
<network-notification />
|
|
||||||
</div>
|
|
||||||
<loading-state v-else />
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import router from '../dashboard/routes';
|
import router from '../dashboard/routes';
|
||||||
@@ -37,7 +10,6 @@ import PaymentPendingBanner from './components/app/PaymentPendingBanner.vue';
|
|||||||
import PendingEmailVerificationBanner from './components/app/PendingEmailVerificationBanner.vue';
|
import PendingEmailVerificationBanner from './components/app/PendingEmailVerificationBanner.vue';
|
||||||
import vueActionCable from './helper/actionCable';
|
import vueActionCable from './helper/actionCable';
|
||||||
import WootSnackbarBox from './components/SnackbarContainer.vue';
|
import WootSnackbarBox from './components/SnackbarContainer.vue';
|
||||||
import rtlMixin from 'shared/mixins/rtlMixin';
|
|
||||||
import { setColorTheme } from './helper/themeHelper';
|
import { setColorTheme } from './helper/themeHelper';
|
||||||
import { isOnOnboardingView } from 'v3/helpers/RouteHelper';
|
import { isOnOnboardingView } from 'v3/helpers/RouteHelper';
|
||||||
import {
|
import {
|
||||||
@@ -59,9 +31,6 @@ export default {
|
|||||||
UpgradeBanner,
|
UpgradeBanner,
|
||||||
PendingEmailVerificationBanner,
|
PendingEmailVerificationBanner,
|
||||||
},
|
},
|
||||||
|
|
||||||
mixins: [rtlMixin],
|
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showAddAccountModal: false,
|
showAddAccountModal: false,
|
||||||
@@ -73,8 +42,8 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
getAccount: 'accounts/getAccount',
|
getAccount: 'accounts/getAccount',
|
||||||
|
isRTL: 'accounts/isRTL',
|
||||||
currentUser: 'getCurrentUser',
|
currentUser: 'getCurrentUser',
|
||||||
globalConfig: 'globalConfig/get',
|
|
||||||
authUIFlags: 'getAuthUIFlags',
|
authUIFlags: 'getAuthUIFlags',
|
||||||
accountUIFlags: 'accounts/getUIFlags',
|
accountUIFlags: 'accounts/getUIFlags',
|
||||||
currentAccountId: 'getCurrentAccountId',
|
currentAccountId: 'getCurrentAccountId',
|
||||||
@@ -130,7 +99,6 @@ export default {
|
|||||||
this.getAccount(this.currentAccountId);
|
this.getAccount(this.currentAccountId);
|
||||||
const { pubsub_token: pubsubToken } = this.currentUser || {};
|
const { pubsub_token: pubsubToken } = this.currentUser || {};
|
||||||
this.setLocale(locale);
|
this.setLocale(locale);
|
||||||
this.updateRTLDirectionView(locale);
|
|
||||||
this.latestChatwootVersion = latestChatwootVersion;
|
this.latestChatwootVersion = latestChatwootVersion;
|
||||||
vueActionCable.init(pubsubToken);
|
vueActionCable.init(pubsubToken);
|
||||||
this.reconnectService = new ReconnectService(this.$store, router);
|
this.reconnectService = new ReconnectService(this.$store, router);
|
||||||
@@ -147,6 +115,30 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
v-if="!authUIFlags.isFetching && !accountUIFlags.isFetchingItem"
|
||||||
|
id="app"
|
||||||
|
class="flex-grow-0 w-full h-full min-h-0 app-wrapper"
|
||||||
|
:class="{ 'app-rtl--wrapper': isRTL }"
|
||||||
|
:dir="isRTL ? 'rtl' : 'ltr'"
|
||||||
|
>
|
||||||
|
<UpdateBanner :latest-chatwoot-version="latestChatwootVersion" />
|
||||||
|
<template v-if="currentAccountId">
|
||||||
|
<PendingEmailVerificationBanner v-if="hideOnOnboardingView" />
|
||||||
|
<PaymentPendingBanner v-if="hideOnOnboardingView" />
|
||||||
|
<UpgradeBanner />
|
||||||
|
</template>
|
||||||
|
<transition name="fade" mode="out-in">
|
||||||
|
<router-view />
|
||||||
|
</transition>
|
||||||
|
<AddAccountModal :show="showAddAccountModal" :has-accounts="hasAccounts" />
|
||||||
|
<WootSnackbarBox />
|
||||||
|
<NetworkNotification />
|
||||||
|
</div>
|
||||||
|
<LoadingState v-else />
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import './assets/scss/app';
|
@import './assets/scss/app';
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ describe('#enterpriseAccountAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -32,6 +32,10 @@ class IntegrationsAPI extends ApiClient {
|
|||||||
deleteHook(hookId) {
|
deleteHook(hookId) {
|
||||||
return axios.delete(`${this.baseUrl()}/integrations/hooks/${hookId}`);
|
return axios.delete(`${this.baseUrl()}/integrations/hooks/${hookId}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fetchCaptainURL() {
|
||||||
|
return axios.get(`${this.baseUrl()}/integrations/captain/sso_url`);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default new IntegrationsAPI();
|
export default new IntegrationsAPI();
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ describe('#accountAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ describe('#ContactsAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ describe('#AgentAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ describe('#PortalAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -44,10 +44,10 @@ describe('#PortalAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -71,10 +71,10 @@ describe('#PortalAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -98,10 +98,10 @@ describe('#PortalAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -129,10 +129,10 @@ describe('#PortalAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ describe('#AssignableAgentsAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ describe('#FBChannel', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ describe('#ContactsAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ describe('#ConversationApi', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ describe('#Reports API', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -24,10 +24,10 @@ describe('#ConversationAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ describe('#ConversationAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ describe('#InboxesAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -18,10 +18,10 @@ describe('#integrationAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ describe('#accountAPI', () => {
|
|||||||
describe('createAMeeting', () => {
|
describe('createAMeeting', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -39,10 +39,10 @@ describe('#accountAPI', () => {
|
|||||||
describe('addParticipantToMeeting', () => {
|
describe('addParticipantToMeeting', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ describe('#linearAPI', () => {
|
|||||||
describe('getTeams', () => {
|
describe('getTeams', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -41,10 +41,10 @@ describe('#linearAPI', () => {
|
|||||||
describe('getTeamEntities', () => {
|
describe('getTeamEntities', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -66,10 +66,10 @@ describe('#linearAPI', () => {
|
|||||||
describe('createIssue', () => {
|
describe('createIssue', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -96,10 +96,10 @@ describe('#linearAPI', () => {
|
|||||||
describe('link_issue', () => {
|
describe('link_issue', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -125,10 +125,10 @@ describe('#linearAPI', () => {
|
|||||||
describe('getLinkedIssue', () => {
|
describe('getLinkedIssue', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -150,10 +150,10 @@ describe('#linearAPI', () => {
|
|||||||
describe('unlinkIssue', () => {
|
describe('unlinkIssue', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -178,10 +178,10 @@ describe('#linearAPI', () => {
|
|||||||
describe('searchIssues', () => {
|
describe('searchIssues', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ describe('#NotificationAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ describe('#Reports API', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ describe('#SLAReports API', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ describe('#TeamsAPI', () => {
|
|||||||
describe('API calls', () => {
|
describe('API calls', () => {
|
||||||
const originalAxios = window.axios;
|
const originalAxios = window.axios;
|
||||||
const axiosMock = {
|
const axiosMock = {
|
||||||
post: jest.fn(() => Promise.resolve()),
|
post: vi.fn(() => Promise.resolve()),
|
||||||
get: jest.fn(() => Promise.resolve()),
|
get: vi.fn(() => Promise.resolve()),
|
||||||
patch: jest.fn(() => Promise.resolve()),
|
patch: vi.fn(() => Promise.resolve()),
|
||||||
delete: jest.fn(() => Promise.resolve()),
|
delete: vi.fn(() => Promise.resolve()),
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
@import 'tailwindcss/utilities';
|
@import 'tailwindcss/utilities';
|
||||||
|
|
||||||
@import 'shared/assets/fonts/plus-jakarta';
|
@import 'shared/assets/fonts/plus-jakarta';
|
||||||
|
@import 'shared/assets/fonts/InterDisplay/inter-display';
|
||||||
|
@import 'shared/assets/fonts/inter';
|
||||||
|
|
||||||
@import 'shared/assets/stylesheets/animations';
|
@import 'shared/assets/stylesheets/animations';
|
||||||
@import 'shared/assets/stylesheets/colors';
|
@import 'shared/assets/stylesheets/colors';
|
||||||
@import 'shared/assets/stylesheets/spacing';
|
@import 'shared/assets/stylesheets/spacing';
|
||||||
@@ -42,6 +45,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
|
|
||||||
// scss-lint:disable PropertySortOrder
|
// scss-lint:disable PropertySortOrder
|
||||||
:root {
|
:root {
|
||||||
--color-amber-25: 254 253 251;
|
--color-amber-25: 254 253 251;
|
||||||
@@ -213,6 +217,7 @@
|
|||||||
--color-orange-800: 204 78 0;
|
--color-orange-800: 204 78 0;
|
||||||
--color-orange-900: 88 45 29;
|
--color-orange-900: 88 45 29;
|
||||||
}
|
}
|
||||||
|
|
||||||
// scss-lint:disable QualifyingElement
|
// scss-lint:disable QualifyingElement
|
||||||
body.dark {
|
body.dark {
|
||||||
--color-amber-25: 31 19 0;
|
--color-amber-25: 31 19 0;
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
table {
|
table {
|
||||||
@apply border-spacing-0 text-sm w-full;
|
@apply border-spacing-0 text-sm w-full;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.woot-table {
|
||||||
thead {
|
thead {
|
||||||
th {
|
th {
|
||||||
@apply font-semibold tracking-[1px] text-left px-2.5 uppercase text-slate-900 dark:text-slate-200;
|
@apply font-semibold tracking-[1px] text-left px-2.5 uppercase text-slate-900 dark:text-slate-200;
|
||||||
@@ -16,9 +20,7 @@ table {
|
|||||||
@apply p-2.5 text-slate-700 dark:text-slate-100;
|
@apply p-2.5 text-slate-700 dark:text-slate-100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.woot-table {
|
|
||||||
tr {
|
tr {
|
||||||
.show-if-hover {
|
.show-if-hover {
|
||||||
transition: opacity 0.2s $swift-ease-out-function;
|
transition: opacity 0.2s $swift-ease-out-function;
|
||||||
|
|||||||
@@ -1,35 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div class="-mt-px text-sm">
|
|
||||||
<button
|
|
||||||
class="flex items-center select-none w-full rounded-none bg-slate-50 dark:bg-slate-800 border border-l-0 border-r-0 border-solid m-0 border-slate-100 dark:border-slate-700/50 cursor-grab justify-between py-2 px-4 drag-handle"
|
|
||||||
@click="$emit('click')"
|
|
||||||
>
|
|
||||||
<div class="flex justify-between mb-0.5">
|
|
||||||
<emoji-or-icon class="inline-block w-5" :icon="icon" :emoji="emoji" />
|
|
||||||
<h5
|
|
||||||
class="text-slate-800 text-sm dark:text-slate-100 mb-0 py-0 pr-2 pl-0"
|
|
||||||
>
|
|
||||||
{{ title }}
|
|
||||||
</h5>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-row">
|
|
||||||
<slot name="button" />
|
|
||||||
<div class="flex justify-end w-3 text-woot-500">
|
|
||||||
<fluent-icon v-if="isOpen" size="24" icon="subtract" type="solid" />
|
|
||||||
<fluent-icon v-else size="24" icon="add" type="solid" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</button>
|
|
||||||
<div
|
|
||||||
v-if="isOpen"
|
|
||||||
class="bg-white dark:bg-slate-900"
|
|
||||||
:class="compact ? 'p-0' : 'p-4'"
|
|
||||||
>
|
|
||||||
<slot />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import EmojiOrIcon from 'shared/components/EmojiOrIcon.vue';
|
import EmojiOrIcon from 'shared/components/EmojiOrIcon.vue';
|
||||||
|
|
||||||
@@ -61,3 +29,35 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="-mt-px text-sm">
|
||||||
|
<button
|
||||||
|
class="flex items-center select-none w-full rounded-none bg-slate-50 dark:bg-slate-800 border border-l-0 border-r-0 border-solid m-0 border-slate-100 dark:border-slate-700/50 cursor-grab justify-between py-2 px-4 drag-handle"
|
||||||
|
@click="$emit('click')"
|
||||||
|
>
|
||||||
|
<div class="flex justify-between mb-0.5">
|
||||||
|
<EmojiOrIcon class="inline-block w-5" :icon="icon" :emoji="emoji" />
|
||||||
|
<h5
|
||||||
|
class="text-slate-800 text-sm dark:text-slate-100 mb-0 py-0 pr-2 pl-0"
|
||||||
|
>
|
||||||
|
{{ title }}
|
||||||
|
</h5>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row">
|
||||||
|
<slot name="button" />
|
||||||
|
<div class="flex justify-end w-3 text-woot-500">
|
||||||
|
<fluent-icon v-if="isOpen" size="24" icon="subtract" type="solid" />
|
||||||
|
<fluent-icon v-else size="24" icon="add" type="solid" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</button>
|
||||||
|
<div
|
||||||
|
v-if="isOpen"
|
||||||
|
class="bg-white dark:bg-slate-900"
|
||||||
|
:class="compact ? 'p-0' : 'p-4'"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,17 +1,3 @@
|
|||||||
<template>
|
|
||||||
<button
|
|
||||||
class="bg-white dark:bg-slate-900 cursor-pointer flex flex-col justify-end transition-all duration-200 ease-in -m-px py-4 px-0 items-center border border-solid border-slate-25 dark:border-slate-800 hover:border-woot-500 dark:hover:border-woot-500 hover:shadow-md hover:z-50 disabled:opacity-60"
|
|
||||||
@click="$emit('click')"
|
|
||||||
>
|
|
||||||
<img :src="src" :alt="title" class="w-1/2 my-4 mx-auto" />
|
|
||||||
<h3
|
|
||||||
class="text-slate-800 dark:text-slate-100 text-base text-center capitalize"
|
|
||||||
>
|
|
||||||
{{ title }}
|
|
||||||
</h3>
|
|
||||||
</button>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -27,6 +13,20 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<button
|
||||||
|
class="bg-white dark:bg-slate-900 cursor-pointer flex flex-col justify-end transition-all duration-200 ease-in -m-px py-4 px-0 items-center border border-solid border-slate-25 dark:border-slate-800 hover:border-woot-500 dark:hover:border-woot-500 hover:shadow-md hover:z-50 disabled:opacity-60"
|
||||||
|
@click="$emit('click')"
|
||||||
|
>
|
||||||
|
<img :src="src" :alt="title" class="w-1/2 my-4 mx-auto" />
|
||||||
|
<h3
|
||||||
|
class="text-slate-800 dark:text-slate-100 text-base text-center capitalize"
|
||||||
|
>
|
||||||
|
{{ title }}
|
||||||
|
</h3>
|
||||||
|
</button>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.inactive {
|
.inactive {
|
||||||
img {
|
img {
|
||||||
|
|||||||
@@ -1,139 +1,22 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
class="flex flex-col flex-shrink-0 overflow-hidden border-r conversations-list-wrap rtl:border-r-0 rtl:border-l border-slate-50 dark:border-slate-800/50"
|
|
||||||
:class="[
|
|
||||||
{ hidden: !showConversationList },
|
|
||||||
isOnExpandedLayout ? 'basis-full' : 'flex-basis-clamp',
|
|
||||||
]"
|
|
||||||
>
|
|
||||||
<slot />
|
|
||||||
<chat-list-header
|
|
||||||
:page-title="pageTitle"
|
|
||||||
:has-applied-filters="hasAppliedFilters"
|
|
||||||
:has-active-folders="hasActiveFolders"
|
|
||||||
:active-status="activeStatus"
|
|
||||||
@add-folders="onClickOpenAddFoldersModal"
|
|
||||||
@delete-folders="onClickOpenDeleteFoldersModal"
|
|
||||||
@filters-modal="onToggleAdvanceFiltersModal"
|
|
||||||
@reset-filters="resetAndFetchData"
|
|
||||||
@basic-filter-change="onBasicFilterChange"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<add-custom-views
|
|
||||||
v-if="showAddFoldersModal"
|
|
||||||
:custom-views-query="foldersQuery"
|
|
||||||
:open-last-saved-item="openLastSavedItemInFolder"
|
|
||||||
@close="onCloseAddFoldersModal"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<delete-custom-views
|
|
||||||
v-if="showDeleteFoldersModal"
|
|
||||||
:show-delete-popup.sync="showDeleteFoldersModal"
|
|
||||||
:active-custom-view="activeFolder"
|
|
||||||
:custom-views-id="foldersId"
|
|
||||||
:open-last-item-after-delete="openLastItemAfterDeleteInFolder"
|
|
||||||
@close="onCloseDeleteFoldersModal"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<chat-type-tabs
|
|
||||||
v-if="!hasAppliedFiltersOrActiveFolders"
|
|
||||||
:items="assigneeTabItems"
|
|
||||||
:active-tab="activeAssigneeTab"
|
|
||||||
class="tab--chat-type"
|
|
||||||
@chatTabChange="updateAssigneeTab"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<p
|
|
||||||
v-if="!chatListLoading && !conversationList.length"
|
|
||||||
class="flex items-center justify-center p-4 overflow-auto"
|
|
||||||
>
|
|
||||||
{{ $t('CHAT_LIST.LIST.404') }}
|
|
||||||
</p>
|
|
||||||
<conversation-bulk-actions
|
|
||||||
v-if="selectedConversations.length"
|
|
||||||
:conversations="selectedConversations"
|
|
||||||
:all-conversations-selected="allConversationsSelected"
|
|
||||||
:selected-inboxes="uniqueInboxes"
|
|
||||||
:show-open-action="allSelectedConversationsStatus('open')"
|
|
||||||
:show-resolved-action="allSelectedConversationsStatus('resolved')"
|
|
||||||
:show-snoozed-action="allSelectedConversationsStatus('snoozed')"
|
|
||||||
@select-all-conversations="selectAllConversations"
|
|
||||||
@assign-agent="onAssignAgent"
|
|
||||||
@update-conversations="onUpdateConversations"
|
|
||||||
@assign-labels="onAssignLabels"
|
|
||||||
@assign-team="onAssignTeamsForBulk"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
ref="conversationList"
|
|
||||||
class="flex-1 conversations-list"
|
|
||||||
:class="{ 'overflow-hidden': isContextMenuOpen }"
|
|
||||||
>
|
|
||||||
<virtual-list
|
|
||||||
ref="conversationVirtualList"
|
|
||||||
:data-key="'id'"
|
|
||||||
:data-sources="conversationList"
|
|
||||||
:data-component="itemComponent"
|
|
||||||
:extra-props="virtualListExtraProps"
|
|
||||||
class="w-full h-full overflow-auto"
|
|
||||||
footer-tag="div"
|
|
||||||
>
|
|
||||||
<template #footer>
|
|
||||||
<div v-if="chatListLoading" class="text-center">
|
|
||||||
<span class="mt-4 mb-4 spinner" />
|
|
||||||
</div>
|
|
||||||
<p
|
|
||||||
v-if="showEndOfListMessage"
|
|
||||||
class="p-4 text-center text-slate-400 dark:text-slate-300"
|
|
||||||
>
|
|
||||||
{{ $t('CHAT_LIST.EOF') }}
|
|
||||||
</p>
|
|
||||||
<intersection-observer
|
|
||||||
v-if="!showEndOfListMessage && !chatListLoading"
|
|
||||||
:options="infiniteLoaderOptions"
|
|
||||||
@observed="loadMoreConversations"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</virtual-list>
|
|
||||||
</div>
|
|
||||||
<woot-modal
|
|
||||||
:show.sync="showAdvancedFilters"
|
|
||||||
:on-close="closeAdvanceFiltersModal"
|
|
||||||
size="medium"
|
|
||||||
>
|
|
||||||
<conversation-advanced-filter
|
|
||||||
v-if="showAdvancedFilters"
|
|
||||||
:initial-filter-types="advancedFilterTypes"
|
|
||||||
:initial-applied-filters="appliedFilter"
|
|
||||||
:active-folder-name="activeFolderName"
|
|
||||||
:on-close="closeAdvanceFiltersModal"
|
|
||||||
:is-folder-view="hasActiveFolders"
|
|
||||||
@applyFilter="onApplyFilter"
|
|
||||||
@updateFolder="onUpdateSavedFilter"
|
|
||||||
/>
|
|
||||||
</woot-modal>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import { ref } from 'vue';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
|
import { useUISettings } from 'dashboard/composables/useUISettings';
|
||||||
|
import { useAlert } from 'dashboard/composables';
|
||||||
|
import { useKeyboardEvents } from 'dashboard/composables/useKeyboardEvents';
|
||||||
import VirtualList from 'vue-virtual-scroll-list';
|
import VirtualList from 'vue-virtual-scroll-list';
|
||||||
|
|
||||||
import ChatListHeader from './ChatListHeader.vue';
|
import ChatListHeader from './ChatListHeader.vue';
|
||||||
import ConversationAdvancedFilter from './widgets/conversation/ConversationAdvancedFilter.vue';
|
import ConversationAdvancedFilter from './widgets/conversation/ConversationAdvancedFilter.vue';
|
||||||
import ChatTypeTabs from './widgets/ChatTypeTabs.vue';
|
import ChatTypeTabs from './widgets/ChatTypeTabs.vue';
|
||||||
import ConversationItem from './ConversationItem.vue';
|
import ConversationItem from './ConversationItem.vue';
|
||||||
import timeMixin from '../mixins/time';
|
|
||||||
import keyboardEventListenerMixins from 'shared/mixins/keyboardEventListenerMixins';
|
|
||||||
import conversationMixin from '../mixins/conversations';
|
|
||||||
import wootConstants from 'dashboard/constants/globals';
|
import wootConstants from 'dashboard/constants/globals';
|
||||||
import advancedFilterTypes from './widgets/conversation/advancedFilterItems';
|
import advancedFilterTypes from './widgets/conversation/advancedFilterItems';
|
||||||
import filterQueryGenerator from '../helper/filterQueryGenerator.js';
|
import filterQueryGenerator from '../helper/filterQueryGenerator.js';
|
||||||
import AddCustomViews from 'dashboard/routes/dashboard/customviews/AddCustomViews.vue';
|
import AddCustomViews from 'dashboard/routes/dashboard/customviews/AddCustomViews.vue';
|
||||||
import DeleteCustomViews from 'dashboard/routes/dashboard/customviews/DeleteCustomViews.vue';
|
import DeleteCustomViews from 'dashboard/routes/dashboard/customviews/DeleteCustomViews.vue';
|
||||||
import ConversationBulkActions from './widgets/conversation/conversationBulkActions/Index.vue';
|
import ConversationBulkActions from './widgets/conversation/conversationBulkActions/Index.vue';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
|
||||||
import filterMixin from 'shared/mixins/filterMixin';
|
import filterMixin from 'shared/mixins/filterMixin';
|
||||||
import uiSettingsMixin from 'dashboard/mixins/uiSettings';
|
|
||||||
import languages from 'dashboard/components/widgets/conversation/advancedFilterItems/languages';
|
import languages from 'dashboard/components/widgets/conversation/advancedFilterItems/languages';
|
||||||
import countries from 'shared/constants/countries';
|
import countries from 'shared/constants/countries';
|
||||||
import { generateValuesForEditCustomViews } from 'dashboard/helper/customViewsHelper';
|
import { generateValuesForEditCustomViews } from 'dashboard/helper/customViewsHelper';
|
||||||
@@ -158,14 +41,7 @@ export default {
|
|||||||
IntersectionObserver,
|
IntersectionObserver,
|
||||||
VirtualList,
|
VirtualList,
|
||||||
},
|
},
|
||||||
mixins: [
|
mixins: [filterMixin],
|
||||||
timeMixin,
|
|
||||||
conversationMixin,
|
|
||||||
keyboardEventListenerMixins,
|
|
||||||
alertMixin,
|
|
||||||
filterMixin,
|
|
||||||
uiSettingsMixin,
|
|
||||||
],
|
|
||||||
provide() {
|
provide() {
|
||||||
return {
|
return {
|
||||||
// Actions to be performed on virtual list item and context menu.
|
// Actions to be performed on virtual list item and context menu.
|
||||||
@@ -210,6 +86,68 @@ export default {
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
setup() {
|
||||||
|
const { uiSettings } = useUISettings();
|
||||||
|
|
||||||
|
const conversationListRef = ref(null);
|
||||||
|
|
||||||
|
const getKeyboardListenerParams = () => {
|
||||||
|
const allConversations = conversationListRef.value.querySelectorAll(
|
||||||
|
'div.conversations-list div.conversation'
|
||||||
|
);
|
||||||
|
const activeConversation = conversationListRef.value.querySelector(
|
||||||
|
'div.conversations-list div.conversation.active'
|
||||||
|
);
|
||||||
|
const activeConversationIndex = [...allConversations].indexOf(
|
||||||
|
activeConversation
|
||||||
|
);
|
||||||
|
const lastConversationIndex = allConversations.length - 1;
|
||||||
|
return {
|
||||||
|
allConversations,
|
||||||
|
activeConversation,
|
||||||
|
activeConversationIndex,
|
||||||
|
lastConversationIndex,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
const handlePreviousConversation = () => {
|
||||||
|
const { allConversations, activeConversationIndex } =
|
||||||
|
getKeyboardListenerParams();
|
||||||
|
if (activeConversationIndex === -1) {
|
||||||
|
allConversations[0].click();
|
||||||
|
}
|
||||||
|
if (activeConversationIndex >= 1) {
|
||||||
|
allConversations[activeConversationIndex - 1].click();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
const handleNextConversation = () => {
|
||||||
|
const {
|
||||||
|
allConversations,
|
||||||
|
activeConversationIndex,
|
||||||
|
lastConversationIndex,
|
||||||
|
} = getKeyboardListenerParams();
|
||||||
|
if (activeConversationIndex === -1) {
|
||||||
|
allConversations[lastConversationIndex].click();
|
||||||
|
} else if (activeConversationIndex < lastConversationIndex) {
|
||||||
|
allConversations[activeConversationIndex + 1].click();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
const keyboardEvents = {
|
||||||
|
'Alt+KeyJ': {
|
||||||
|
action: () => handlePreviousConversation(),
|
||||||
|
allowOnFocusedInput: true,
|
||||||
|
},
|
||||||
|
'Alt+KeyK': {
|
||||||
|
action: () => handleNextConversation(),
|
||||||
|
allowOnFocusedInput: true,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
useKeyboardEvents(keyboardEvents, conversationListRef);
|
||||||
|
|
||||||
|
return {
|
||||||
|
uiSettings,
|
||||||
|
conversationListRef,
|
||||||
|
};
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
activeAssigneeTab: wootConstants.ASSIGNEE_TYPE.ME,
|
activeAssigneeTab: wootConstants.ASSIGNEE_TYPE.ME,
|
||||||
@@ -230,7 +168,7 @@ export default {
|
|||||||
isContextMenuOpen: false,
|
isContextMenuOpen: false,
|
||||||
appliedFilter: [],
|
appliedFilter: [],
|
||||||
infiniteLoaderOptions: {
|
infiniteLoaderOptions: {
|
||||||
root: this.$refs.conversationList,
|
root: this.$refs.conversationListRef,
|
||||||
rootMargin: '100px 0px 100px 0px',
|
rootMargin: '100px 0px 100px 0px',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -248,20 +186,16 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
currentChat: 'getSelectedChat',
|
|
||||||
currentUser: 'getCurrentUser',
|
currentUser: 'getCurrentUser',
|
||||||
chatLists: 'getAllConversations',
|
chatLists: 'getAllConversations',
|
||||||
mineChatsList: 'getMineChats',
|
mineChatsList: 'getMineChats',
|
||||||
allChatList: 'getAllStatusChats',
|
allChatList: 'getAllStatusChats',
|
||||||
chatListFilters: 'getChatListFilters',
|
|
||||||
unAssignedChatsList: 'getUnAssignedChats',
|
unAssignedChatsList: 'getUnAssignedChats',
|
||||||
chatListLoading: 'getChatListLoadingStatus',
|
chatListLoading: 'getChatListLoadingStatus',
|
||||||
currentUserID: 'getCurrentUserID',
|
|
||||||
activeInbox: 'getSelectedInbox',
|
activeInbox: 'getSelectedInbox',
|
||||||
conversationStats: 'conversationStats/getStats',
|
conversationStats: 'conversationStats/getStats',
|
||||||
appliedFilters: 'getAppliedConversationFilters',
|
appliedFilters: 'getAppliedConversationFilters',
|
||||||
folders: 'customViews/getCustomViews',
|
folders: 'customViews/getCustomViews',
|
||||||
inboxes: 'inboxes/getInboxes',
|
|
||||||
agentList: 'agents/getAgents',
|
agentList: 'agents/getAgents',
|
||||||
teamsList: 'teams/getTeams',
|
teamsList: 'teams/getTeams',
|
||||||
inboxesList: 'inboxes/getInboxes',
|
inboxesList: 'inboxes/getInboxes',
|
||||||
@@ -611,58 +545,6 @@ export default {
|
|||||||
}))
|
}))
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
getKeyboardListenerParams() {
|
|
||||||
const allConversations = this.$refs.conversationList.querySelectorAll(
|
|
||||||
'div.conversations-list div.conversation'
|
|
||||||
);
|
|
||||||
const activeConversation = this.$refs.conversationList.querySelector(
|
|
||||||
'div.conversations-list div.conversation.active'
|
|
||||||
);
|
|
||||||
const activeConversationIndex = [...allConversations].indexOf(
|
|
||||||
activeConversation
|
|
||||||
);
|
|
||||||
const lastConversationIndex = allConversations.length - 1;
|
|
||||||
return {
|
|
||||||
allConversations,
|
|
||||||
activeConversation,
|
|
||||||
activeConversationIndex,
|
|
||||||
lastConversationIndex,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
handlePreviousConversation() {
|
|
||||||
const { allConversations, activeConversationIndex } =
|
|
||||||
this.getKeyboardListenerParams();
|
|
||||||
if (activeConversationIndex === -1) {
|
|
||||||
allConversations[0].click();
|
|
||||||
}
|
|
||||||
if (activeConversationIndex >= 1) {
|
|
||||||
allConversations[activeConversationIndex - 1].click();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
handleNextConversation() {
|
|
||||||
const {
|
|
||||||
allConversations,
|
|
||||||
activeConversationIndex,
|
|
||||||
lastConversationIndex,
|
|
||||||
} = this.getKeyboardListenerParams();
|
|
||||||
if (activeConversationIndex === -1) {
|
|
||||||
allConversations[lastConversationIndex].click();
|
|
||||||
} else if (activeConversationIndex < lastConversationIndex) {
|
|
||||||
allConversations[activeConversationIndex + 1].click();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
getKeyboardEvents() {
|
|
||||||
return {
|
|
||||||
'Alt+KeyJ': {
|
|
||||||
action: () => this.handlePreviousConversation(),
|
|
||||||
allowOnFocusedInput: true,
|
|
||||||
},
|
|
||||||
'Alt+KeyK': {
|
|
||||||
action: () => this.handleNextConversation(),
|
|
||||||
allowOnFocusedInput: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
},
|
|
||||||
resetAndFetchData() {
|
resetAndFetchData() {
|
||||||
this.appliedFilter = [];
|
this.appliedFilter = [];
|
||||||
this.resetBulkActions();
|
this.resetBulkActions();
|
||||||
@@ -729,7 +611,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
emitConversationLoaded() {
|
emitConversationLoaded() {
|
||||||
this.$emit('conversation-load');
|
this.$emit('conversationLoad');
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// Addressing a known issue in the virtual list library where dynamically added items
|
// Addressing a known issue in the virtual list library where dynamically added items
|
||||||
// might not render correctly. This workaround involves a slight manual adjustment
|
// might not render correctly. This workaround involves a slight manual adjustment
|
||||||
@@ -812,7 +694,7 @@ export default {
|
|||||||
});
|
});
|
||||||
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
||||||
if (conversationId) {
|
if (conversationId) {
|
||||||
this.showAlert(
|
useAlert(
|
||||||
this.$t(
|
this.$t(
|
||||||
'CONVERSATION.CARD_CONTEXT_MENU.API.AGENT_ASSIGNMENT.SUCCESFUL',
|
'CONVERSATION.CARD_CONTEXT_MENU.API.AGENT_ASSIGNMENT.SUCCESFUL',
|
||||||
{
|
{
|
||||||
@@ -822,10 +704,10 @@ export default {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
this.showAlert(this.$t('BULK_ACTION.ASSIGN_SUCCESFUL'));
|
useAlert(this.$t('BULK_ACTION.ASSIGN_SUCCESFUL'));
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.showAlert(this.$t('BULK_ACTION.ASSIGN_FAILED'));
|
useAlert(this.$t('BULK_ACTION.ASSIGN_FAILED'));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async assignPriority(priority, conversationId = null) {
|
async assignPriority(priority, conversationId = null) {
|
||||||
@@ -840,7 +722,7 @@ export default {
|
|||||||
newValue: priority,
|
newValue: priority,
|
||||||
from: 'Context menu',
|
from: 'Context menu',
|
||||||
});
|
});
|
||||||
this.showAlert(
|
useAlert(
|
||||||
this.$t('CONVERSATION.PRIORITY.CHANGE_PRIORITY.SUCCESSFUL', {
|
this.$t('CONVERSATION.PRIORITY.CHANGE_PRIORITY.SUCCESSFUL', {
|
||||||
priority,
|
priority,
|
||||||
conversationId,
|
conversationId,
|
||||||
@@ -883,7 +765,7 @@ export default {
|
|||||||
conversationId,
|
conversationId,
|
||||||
teamId: team.id,
|
teamId: team.id,
|
||||||
});
|
});
|
||||||
this.showAlert(
|
useAlert(
|
||||||
this.$t(
|
this.$t(
|
||||||
'CONVERSATION.CARD_CONTEXT_MENU.API.TEAM_ASSIGNMENT.SUCCESFUL',
|
'CONVERSATION.CARD_CONTEXT_MENU.API.TEAM_ASSIGNMENT.SUCCESFUL',
|
||||||
{
|
{
|
||||||
@@ -893,7 +775,7 @@ export default {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.showAlert(
|
useAlert(
|
||||||
this.$t('CONVERSATION.CARD_CONTEXT_MENU.API.TEAM_ASSIGNMENT.FAILED')
|
this.$t('CONVERSATION.CARD_CONTEXT_MENU.API.TEAM_ASSIGNMENT.FAILED')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -910,7 +792,7 @@ export default {
|
|||||||
});
|
});
|
||||||
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
||||||
if (conversationId) {
|
if (conversationId) {
|
||||||
this.showAlert(
|
useAlert(
|
||||||
this.$t(
|
this.$t(
|
||||||
'CONVERSATION.CARD_CONTEXT_MENU.API.LABEL_ASSIGNMENT.SUCCESFUL',
|
'CONVERSATION.CARD_CONTEXT_MENU.API.LABEL_ASSIGNMENT.SUCCESFUL',
|
||||||
{
|
{
|
||||||
@@ -920,10 +802,10 @@ export default {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
this.showAlert(this.$t('BULK_ACTION.LABELS.ASSIGN_SUCCESFUL'));
|
useAlert(this.$t('BULK_ACTION.LABELS.ASSIGN_SUCCESFUL'));
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.showAlert(this.$t('BULK_ACTION.LABELS.ASSIGN_FAILED'));
|
useAlert(this.$t('BULK_ACTION.LABELS.ASSIGN_FAILED'));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async onAssignTeamsForBulk(team) {
|
async onAssignTeamsForBulk(team) {
|
||||||
@@ -936,9 +818,9 @@ export default {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
||||||
this.showAlert(this.$t('BULK_ACTION.TEAMS.ASSIGN_SUCCESFUL'));
|
useAlert(this.$t('BULK_ACTION.TEAMS.ASSIGN_SUCCESFUL'));
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.showAlert(this.$t('BULK_ACTION.TEAMS.ASSIGN_FAILED'));
|
useAlert(this.$t('BULK_ACTION.TEAMS.ASSIGN_FAILED'));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async onUpdateConversations(status, snoozedUntil) {
|
async onUpdateConversations(status, snoozedUntil) {
|
||||||
@@ -952,9 +834,9 @@ export default {
|
|||||||
snoozed_until: snoozedUntil,
|
snoozed_until: snoozedUntil,
|
||||||
});
|
});
|
||||||
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
this.$store.dispatch('bulkActions/clearSelectedConversationIds');
|
||||||
this.showAlert(this.$t('BULK_ACTION.UPDATE.UPDATE_SUCCESFUL'));
|
useAlert(this.$t('BULK_ACTION.UPDATE.UPDATE_SUCCESFUL'));
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.showAlert(this.$t('BULK_ACTION.UPDATE.UPDATE_FAILED'));
|
useAlert(this.$t('BULK_ACTION.UPDATE.UPDATE_FAILED'));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toggleConversationStatus(conversationId, status, snoozedUntil) {
|
toggleConversationStatus(conversationId, status, snoozedUntil) {
|
||||||
@@ -965,7 +847,7 @@ export default {
|
|||||||
snoozedUntil,
|
snoozedUntil,
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.showAlert(this.$t('CONVERSATION.CHANGE_STATUS'));
|
useAlert(this.$t('CONVERSATION.CHANGE_STATUS'));
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -981,6 +863,122 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
class="flex flex-col flex-shrink-0 overflow-hidden border-r conversations-list-wrap rtl:border-r-0 rtl:border-l border-slate-50 dark:border-slate-800/50"
|
||||||
|
:class="[
|
||||||
|
{ hidden: !showConversationList },
|
||||||
|
isOnExpandedLayout ? 'basis-full' : 'flex-basis-clamp',
|
||||||
|
]"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
<ChatListHeader
|
||||||
|
:page-title="pageTitle"
|
||||||
|
:has-applied-filters="hasAppliedFilters"
|
||||||
|
:has-active-folders="hasActiveFolders"
|
||||||
|
:active-status="activeStatus"
|
||||||
|
@addFolders="onClickOpenAddFoldersModal"
|
||||||
|
@deleteFolders="onClickOpenDeleteFoldersModal"
|
||||||
|
@filtersModal="onToggleAdvanceFiltersModal"
|
||||||
|
@resetFilters="resetAndFetchData"
|
||||||
|
@basicFilterChange="onBasicFilterChange"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<AddCustomViews
|
||||||
|
v-if="showAddFoldersModal"
|
||||||
|
:custom-views-query="foldersQuery"
|
||||||
|
:open-last-saved-item="openLastSavedItemInFolder"
|
||||||
|
@close="onCloseAddFoldersModal"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<DeleteCustomViews
|
||||||
|
v-if="showDeleteFoldersModal"
|
||||||
|
:show-delete-popup.sync="showDeleteFoldersModal"
|
||||||
|
:active-custom-view="activeFolder"
|
||||||
|
:custom-views-id="foldersId"
|
||||||
|
:open-last-item-after-delete="openLastItemAfterDeleteInFolder"
|
||||||
|
@close="onCloseDeleteFoldersModal"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<ChatTypeTabs
|
||||||
|
v-if="!hasAppliedFiltersOrActiveFolders"
|
||||||
|
:items="assigneeTabItems"
|
||||||
|
:active-tab="activeAssigneeTab"
|
||||||
|
@chatTabChange="updateAssigneeTab"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<p
|
||||||
|
v-if="!chatListLoading && !conversationList.length"
|
||||||
|
class="flex items-center justify-center p-4 overflow-auto"
|
||||||
|
>
|
||||||
|
{{ $t('CHAT_LIST.LIST.404') }}
|
||||||
|
</p>
|
||||||
|
<ConversationBulkActions
|
||||||
|
v-if="selectedConversations.length"
|
||||||
|
:conversations="selectedConversations"
|
||||||
|
:all-conversations-selected="allConversationsSelected"
|
||||||
|
:selected-inboxes="uniqueInboxes"
|
||||||
|
:show-open-action="allSelectedConversationsStatus('open')"
|
||||||
|
:show-resolved-action="allSelectedConversationsStatus('resolved')"
|
||||||
|
:show-snoozed-action="allSelectedConversationsStatus('snoozed')"
|
||||||
|
@selectAllConversations="selectAllConversations"
|
||||||
|
@assignAgent="onAssignAgent"
|
||||||
|
@updateConversations="onUpdateConversations"
|
||||||
|
@assignLabels="onAssignLabels"
|
||||||
|
@assignTeam="onAssignTeamsForBulk"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
ref="conversationListRef"
|
||||||
|
class="flex-1 conversations-list"
|
||||||
|
:class="{ 'overflow-hidden': isContextMenuOpen }"
|
||||||
|
>
|
||||||
|
<VirtualList
|
||||||
|
ref="conversationVirtualList"
|
||||||
|
data-key="id"
|
||||||
|
:data-sources="conversationList"
|
||||||
|
:data-component="itemComponent"
|
||||||
|
:extra-props="virtualListExtraProps"
|
||||||
|
class="w-full h-full overflow-auto"
|
||||||
|
footer-tag="div"
|
||||||
|
>
|
||||||
|
<template #footer>
|
||||||
|
<div v-if="chatListLoading" class="text-center">
|
||||||
|
<span class="mt-4 mb-4 spinner" />
|
||||||
|
</div>
|
||||||
|
<p
|
||||||
|
v-if="showEndOfListMessage"
|
||||||
|
class="p-4 text-center text-slate-400 dark:text-slate-300"
|
||||||
|
>
|
||||||
|
{{ $t('CHAT_LIST.EOF') }}
|
||||||
|
</p>
|
||||||
|
<IntersectionObserver
|
||||||
|
v-if="!showEndOfListMessage && !chatListLoading"
|
||||||
|
:options="infiniteLoaderOptions"
|
||||||
|
@observed="loadMoreConversations"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
</VirtualList>
|
||||||
|
</div>
|
||||||
|
<woot-modal
|
||||||
|
:show.sync="showAdvancedFilters"
|
||||||
|
:on-close="closeAdvanceFiltersModal"
|
||||||
|
size="medium"
|
||||||
|
>
|
||||||
|
<ConversationAdvancedFilter
|
||||||
|
v-if="showAdvancedFilters"
|
||||||
|
:initial-filter-types="advancedFilterTypes"
|
||||||
|
:initial-applied-filters="appliedFilter"
|
||||||
|
:active-folder-name="activeFolderName"
|
||||||
|
:on-close="closeAdvanceFiltersModal"
|
||||||
|
:is-folder-view="hasActiveFolders"
|
||||||
|
@applyFilter="onApplyFilter"
|
||||||
|
@updateFolder="onUpdateSavedFilter"
|
||||||
|
/>
|
||||||
|
</woot-modal>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@layer components {
|
@layer components {
|
||||||
@@ -994,14 +992,4 @@ export default {
|
|||||||
.conversations-list {
|
.conversations-list {
|
||||||
@apply overflow-hidden hover:overflow-y-auto;
|
@apply overflow-hidden hover:overflow-y-auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab--chat-type {
|
|
||||||
@apply py-0 px-4;
|
|
||||||
|
|
||||||
::v-deep {
|
|
||||||
.tabs {
|
|
||||||
@apply p-0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -21,16 +21,16 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const emits = defineEmits([
|
const emit = defineEmits([
|
||||||
'add-folders',
|
'addFolders',
|
||||||
'delete-folders',
|
'deleteFolders',
|
||||||
'reset-filters',
|
'resetFilters',
|
||||||
'basic-filter-change',
|
'basicFilterChange',
|
||||||
'filters-modal',
|
'filtersModal',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const onBasicFilterChange = (value, type) => {
|
const onBasicFilterChange = (value, type) => {
|
||||||
emits('basic-filter-change', value, type);
|
emit('basicFilterChange', value, type);
|
||||||
};
|
};
|
||||||
|
|
||||||
const hasAppliedFiltersOrActiveFolders = computed(() => {
|
const hasAppliedFiltersOrActiveFolders = computed(() => {
|
||||||
@@ -68,7 +68,7 @@ const hasAppliedFiltersOrActiveFolders = computed(() => {
|
|||||||
variant="smooth"
|
variant="smooth"
|
||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
icon="save"
|
icon="save"
|
||||||
@click="emits('add-folders')"
|
@click="emit('addFolders')"
|
||||||
/>
|
/>
|
||||||
<woot-button
|
<woot-button
|
||||||
v-tooltip.top-end="$t('FILTER.CLEAR_BUTTON_LABEL')"
|
v-tooltip.top-end="$t('FILTER.CLEAR_BUTTON_LABEL')"
|
||||||
@@ -76,7 +76,7 @@ const hasAppliedFiltersOrActiveFolders = computed(() => {
|
|||||||
variant="smooth"
|
variant="smooth"
|
||||||
color-scheme="alert"
|
color-scheme="alert"
|
||||||
icon="dismiss-circle"
|
icon="dismiss-circle"
|
||||||
@click="emits('reset-filters')"
|
@click="emit('resetFilters')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="hasActiveFolders">
|
<div v-if="hasActiveFolders">
|
||||||
@@ -86,7 +86,7 @@ const hasAppliedFiltersOrActiveFolders = computed(() => {
|
|||||||
variant="smooth"
|
variant="smooth"
|
||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
icon="edit"
|
icon="edit"
|
||||||
@click="emits('filters-modal')"
|
@click="emit('filtersModal')"
|
||||||
/>
|
/>
|
||||||
<woot-button
|
<woot-button
|
||||||
v-tooltip.top-end="$t('FILTER.CUSTOM_VIEWS.DELETE.DELETE_BUTTON')"
|
v-tooltip.top-end="$t('FILTER.CUSTOM_VIEWS.DELETE.DELETE_BUTTON')"
|
||||||
@@ -94,7 +94,7 @@ const hasAppliedFiltersOrActiveFolders = computed(() => {
|
|||||||
variant="smooth"
|
variant="smooth"
|
||||||
color-scheme="alert"
|
color-scheme="alert"
|
||||||
icon="delete"
|
icon="delete"
|
||||||
@click="emits('delete-folders')"
|
@click="emit('deleteFolders')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<woot-button
|
<woot-button
|
||||||
@@ -104,9 +104,9 @@ const hasAppliedFiltersOrActiveFolders = computed(() => {
|
|||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
icon="filter"
|
icon="filter"
|
||||||
size="tiny"
|
size="tiny"
|
||||||
@click="emits('filters-modal')"
|
@click="emit('filtersModal')"
|
||||||
/>
|
/>
|
||||||
<conversation-basic-filter
|
<ConversationBasicFilter
|
||||||
v-if="!hasAppliedFiltersOrActiveFolders"
|
v-if="!hasAppliedFiltersOrActiveFolders"
|
||||||
@changeFilter="onBasicFilterChange"
|
@changeFilter="onBasicFilterChange"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -1,34 +1,9 @@
|
|||||||
<template>
|
|
||||||
<div class="code--container">
|
|
||||||
<div class="code--action-area">
|
|
||||||
<form
|
|
||||||
v-if="enableCodePen"
|
|
||||||
class="code--codeopen-form"
|
|
||||||
action="https://codepen.io/pen/define"
|
|
||||||
method="POST"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<input type="hidden" name="data" :value="codepenScriptValue" />
|
|
||||||
|
|
||||||
<button type="submit" class="button secondary tiny">
|
|
||||||
{{ $t('COMPONENTS.CODE.CODEPEN') }}
|
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
<button class="button secondary tiny" @click="onCopy">
|
|
||||||
{{ $t('COMPONENTS.CODE.BUTTON_TEXT') }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<highlightjs v-if="script" :language="lang" :code="script" />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import 'highlight.js/styles/default.css';
|
import 'highlight.js/styles/default.css';
|
||||||
import { copyTextToClipboard } from 'shared/helpers/clipboard';
|
import { copyTextToClipboard } from 'shared/helpers/clipboard';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
import { useAlert } from 'dashboard/composables';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
mixins: [alertMixin],
|
|
||||||
props: {
|
props: {
|
||||||
script: {
|
script: {
|
||||||
type: String,
|
type: String,
|
||||||
@@ -61,12 +36,36 @@ export default {
|
|||||||
async onCopy(e) {
|
async onCopy(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
await copyTextToClipboard(this.script);
|
await copyTextToClipboard(this.script);
|
||||||
this.showAlert(this.$t('COMPONENTS.CODE.COPY_SUCCESSFUL'));
|
useAlert(this.$t('COMPONENTS.CODE.COPY_SUCCESSFUL'));
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="code--container">
|
||||||
|
<div class="code--action-area">
|
||||||
|
<form
|
||||||
|
v-if="enableCodePen"
|
||||||
|
class="code--codeopen-form"
|
||||||
|
action="https://codepen.io/pen/define"
|
||||||
|
method="POST"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<input type="hidden" name="data" :value="codepenScriptValue" />
|
||||||
|
|
||||||
|
<button type="submit" class="button secondary tiny">
|
||||||
|
{{ $t('COMPONENTS.CODE.CODEPEN') }}
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
<button class="button secondary tiny" @click="onCopy">
|
||||||
|
{{ $t('COMPONENTS.CODE.BUTTON_TEXT') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<highlightjs v-if="script" :language="lang" :code="script" />
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.code--container {
|
.code--container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -1,26 +1,3 @@
|
|||||||
<template>
|
|
||||||
<conversation-card
|
|
||||||
:key="source.id"
|
|
||||||
:active-label="label"
|
|
||||||
:team-id="teamId"
|
|
||||||
:folders-id="foldersId"
|
|
||||||
:chat="source"
|
|
||||||
:conversation-type="conversationType"
|
|
||||||
:selected="isConversationSelected(source.id)"
|
|
||||||
:show-assignee="showAssignee"
|
|
||||||
:enable-context-menu="true"
|
|
||||||
@select-conversation="selectConversation"
|
|
||||||
@de-select-conversation="deSelectConversation"
|
|
||||||
@assign-agent="assignAgent"
|
|
||||||
@assign-team="assignTeam"
|
|
||||||
@assign-label="assignLabels"
|
|
||||||
@update-conversation-status="updateConversationStatus"
|
|
||||||
@context-menu-toggle="toggleContextMenu"
|
|
||||||
@mark-as-unread="markAsUnread"
|
|
||||||
@assign-priority="assignPriority"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ConversationCard from './widgets/conversation/ConversationCard.vue';
|
import ConversationCard from './widgets/conversation/ConversationCard.vue';
|
||||||
export default {
|
export default {
|
||||||
@@ -70,3 +47,26 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<ConversationCard
|
||||||
|
:key="source.id"
|
||||||
|
:active-label="label"
|
||||||
|
:team-id="teamId"
|
||||||
|
:folders-id="foldersId"
|
||||||
|
:chat="source"
|
||||||
|
:conversation-type="conversationType"
|
||||||
|
:selected="isConversationSelected(source.id)"
|
||||||
|
:show-assignee="showAssignee"
|
||||||
|
enable-context-menu
|
||||||
|
@selectConversation="selectConversation"
|
||||||
|
@deSelectConversation="deSelectConversation"
|
||||||
|
@assignAgent="assignAgent"
|
||||||
|
@assignTeam="assignTeam"
|
||||||
|
@assignLabel="assignLabels"
|
||||||
|
@updateConversationStatus="updateConversationStatus"
|
||||||
|
@contextMenuToggle="toggleContextMenu"
|
||||||
|
@markAsUnread="markAsUnread"
|
||||||
|
@assignPriority="assignPriority"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,147 +1,12 @@
|
|||||||
<template>
|
|
||||||
<div class="py-3 px-4">
|
|
||||||
<div class="flex items-center mb-1">
|
|
||||||
<h4 class="text-sm flex items-center m-0 w-full error">
|
|
||||||
<div v-if="isAttributeTypeCheckbox" class="flex items-center">
|
|
||||||
<input
|
|
||||||
v-model="editedValue"
|
|
||||||
class="!my-0 mr-2 ml-0"
|
|
||||||
type="checkbox"
|
|
||||||
@change="onUpdate"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center justify-between w-full">
|
|
||||||
<span
|
|
||||||
class="w-full inline-flex gap-1.5 items-start font-medium whitespace-nowrap text-sm mb-0"
|
|
||||||
:class="
|
|
||||||
$v.editedValue.$error
|
|
||||||
? 'text-red-400 dark:text-red-500'
|
|
||||||
: 'text-slate-800 dark:text-slate-100'
|
|
||||||
"
|
|
||||||
>
|
|
||||||
{{ label }}
|
|
||||||
<helper-text-popup
|
|
||||||
v-if="description"
|
|
||||||
:message="description"
|
|
||||||
class="mt-0.5"
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
<woot-button
|
|
||||||
v-if="showActions && value"
|
|
||||||
v-tooltip.left="$t('CUSTOM_ATTRIBUTES.ACTIONS.DELETE')"
|
|
||||||
variant="link"
|
|
||||||
size="medium"
|
|
||||||
color-scheme="secondary"
|
|
||||||
icon="delete"
|
|
||||||
class-names="flex justify-end w-4"
|
|
||||||
@click="onDelete"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<div v-if="notAttributeTypeCheckboxAndList">
|
|
||||||
<div v-if="isEditing" v-on-clickaway="onClickAway">
|
|
||||||
<div class="mb-2 w-full flex items-center">
|
|
||||||
<input
|
|
||||||
ref="inputfield"
|
|
||||||
v-model="editedValue"
|
|
||||||
:type="inputType"
|
|
||||||
class="!h-8 ltr:!rounded-r-none rtl:!rounded-l-none !mb-0 !text-sm"
|
|
||||||
autofocus="true"
|
|
||||||
:class="{ error: $v.editedValue.$error }"
|
|
||||||
@blur="$v.editedValue.$touch"
|
|
||||||
@keyup.enter="onUpdate"
|
|
||||||
/>
|
|
||||||
<div>
|
|
||||||
<woot-button
|
|
||||||
size="small"
|
|
||||||
icon="checkmark"
|
|
||||||
class="rounded-l-none rtl:rounded-r-none"
|
|
||||||
@click="onUpdate"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<span
|
|
||||||
v-if="shouldShowErrorMessage"
|
|
||||||
class="text-red-400 dark:text-red-500 text-sm block font-normal -mt-px w-full"
|
|
||||||
>
|
|
||||||
{{ errorMessage }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
v-show="!isEditing"
|
|
||||||
class="flex group"
|
|
||||||
:class="{ 'is-editable': showActions }"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
v-if="isAttributeTypeLink"
|
|
||||||
:href="hrefURL"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
class="group-hover:bg-slate-50 group-hover:dark:bg-slate-700 inline-block rounded-sm mb-0 break-all py-0.5 px-1"
|
|
||||||
>
|
|
||||||
{{ urlValue }}
|
|
||||||
</a>
|
|
||||||
<p
|
|
||||||
v-else
|
|
||||||
class="group-hover:bg-slate-50 group-hover:dark:bg-slate-700 inline-block rounded-sm mb-0 break-all py-0.5 px-1"
|
|
||||||
>
|
|
||||||
{{ displayValue || '---' }}
|
|
||||||
</p>
|
|
||||||
<div class="flex max-w-[2rem] gap-1 ml-1 rtl:mr-1 rtl:ml-0">
|
|
||||||
<woot-button
|
|
||||||
v-if="showActions && value"
|
|
||||||
v-tooltip="$t('CUSTOM_ATTRIBUTES.ACTIONS.COPY')"
|
|
||||||
variant="link"
|
|
||||||
size="small"
|
|
||||||
color-scheme="secondary"
|
|
||||||
icon="clipboard"
|
|
||||||
class-names="hidden group-hover:flex !w-6 flex-shrink-0"
|
|
||||||
@click="onCopy"
|
|
||||||
/>
|
|
||||||
<woot-button
|
|
||||||
v-if="showActions"
|
|
||||||
v-tooltip.right="$t('CUSTOM_ATTRIBUTES.ACTIONS.EDIT')"
|
|
||||||
variant="link"
|
|
||||||
size="small"
|
|
||||||
color-scheme="secondary"
|
|
||||||
icon="edit"
|
|
||||||
class-names="hidden group-hover:flex !w-6 flex-shrink-0"
|
|
||||||
@click="onEdit"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="isAttributeTypeList">
|
|
||||||
<multiselect-dropdown
|
|
||||||
:options="listOptions"
|
|
||||||
:selected-item="selectedItem"
|
|
||||||
:has-thumbnail="false"
|
|
||||||
:multiselector-placeholder="
|
|
||||||
$t('CUSTOM_ATTRIBUTES.FORM.ATTRIBUTE_TYPE.LIST.PLACEHOLDER')
|
|
||||||
"
|
|
||||||
:no-search-result="
|
|
||||||
$t('CUSTOM_ATTRIBUTES.FORM.ATTRIBUTE_TYPE.LIST.NO_RESULT')
|
|
||||||
"
|
|
||||||
:input-placeholder="
|
|
||||||
$t(
|
|
||||||
'CUSTOM_ATTRIBUTES.FORM.ATTRIBUTE_TYPE.LIST.SEARCH_INPUT_PLACEHOLDER'
|
|
||||||
)
|
|
||||||
"
|
|
||||||
@click="onUpdateListValue"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { format, parseISO } from 'date-fns';
|
import { format, parseISO } from 'date-fns';
|
||||||
import { required, url } from 'vuelidate/lib/validators';
|
import { required, url } from '@vuelidate/validators';
|
||||||
import { BUS_EVENTS } from 'shared/constants/busEvents';
|
import { BUS_EVENTS } from 'shared/constants/busEvents';
|
||||||
import MultiselectDropdown from 'shared/components/ui/MultiselectDropdown.vue';
|
import MultiselectDropdown from 'shared/components/ui/MultiselectDropdown.vue';
|
||||||
import HelperTextPopup from 'dashboard/components/ui/HelperTextPopup.vue';
|
import HelperTextPopup from 'dashboard/components/ui/HelperTextPopup.vue';
|
||||||
import { isValidURL } from '../helper/URLHelper';
|
import { isValidURL } from '../helper/URLHelper';
|
||||||
import customAttributeMixin from '../mixins/customAttributeMixin';
|
import { getRegexp } from 'shared/helpers/Validators';
|
||||||
|
import { useVuelidate } from '@vuelidate/core';
|
||||||
|
|
||||||
const DATE_FORMAT = 'yyyy-MM-dd';
|
const DATE_FORMAT = 'yyyy-MM-dd';
|
||||||
|
|
||||||
@@ -150,7 +15,6 @@ export default {
|
|||||||
MultiselectDropdown,
|
MultiselectDropdown,
|
||||||
HelperTextPopup,
|
HelperTextPopup,
|
||||||
},
|
},
|
||||||
mixins: [customAttributeMixin],
|
|
||||||
props: {
|
props: {
|
||||||
label: { type: String, required: true },
|
label: { type: String, required: true },
|
||||||
description: { type: String, default: '' },
|
description: { type: String, default: '' },
|
||||||
@@ -163,10 +27,12 @@ export default {
|
|||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
regexCue: { type: String, default: null },
|
regexCue: { type: String, default: null },
|
||||||
regexEnabled: { type: Boolean, default: false },
|
|
||||||
attributeKey: { type: String, required: true },
|
attributeKey: { type: String, required: true },
|
||||||
contactId: { type: Number, default: null },
|
contactId: { type: Number, default: null },
|
||||||
},
|
},
|
||||||
|
setup() {
|
||||||
|
return { v$: useVuelidate() };
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isEditing: false,
|
isEditing: false,
|
||||||
@@ -225,13 +91,13 @@ export default {
|
|||||||
return this.isAttributeTypeLink ? 'url' : this.attributeType;
|
return this.isAttributeTypeLink ? 'url' : this.attributeType;
|
||||||
},
|
},
|
||||||
shouldShowErrorMessage() {
|
shouldShowErrorMessage() {
|
||||||
return this.$v.editedValue.$error;
|
return this.v$.editedValue.$error;
|
||||||
},
|
},
|
||||||
errorMessage() {
|
errorMessage() {
|
||||||
if (this.$v.editedValue.url) {
|
if (this.v$.editedValue.url) {
|
||||||
return this.$t('CUSTOM_ATTRIBUTES.VALIDATIONS.INVALID_URL');
|
return this.$t('CUSTOM_ATTRIBUTES.VALIDATIONS.INVALID_URL');
|
||||||
}
|
}
|
||||||
if (!this.$v.editedValue.regexValidation) {
|
if (!this.v$.editedValue.regexValidation) {
|
||||||
return this.regexCue
|
return this.regexCue
|
||||||
? this.regexCue
|
? this.regexCue
|
||||||
: this.$t('CUSTOM_ATTRIBUTES.VALIDATIONS.INVALID_INPUT');
|
: this.$t('CUSTOM_ATTRIBUTES.VALIDATIONS.INVALID_INPUT');
|
||||||
@@ -246,7 +112,7 @@ export default {
|
|||||||
},
|
},
|
||||||
contactId() {
|
contactId() {
|
||||||
// Fix to solve validation not resetting when contactId changes in contact page
|
// Fix to solve validation not resetting when contactId changes in contact page
|
||||||
this.$v.$reset();
|
this.v$.$reset();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -261,8 +127,7 @@ export default {
|
|||||||
required,
|
required,
|
||||||
regexValidation: value => {
|
regexValidation: value => {
|
||||||
return !(
|
return !(
|
||||||
this.attributeRegex &&
|
this.attributeRegex && !getRegexp(this.attributeRegex).test(value)
|
||||||
!this.getRegexp(this.attributeRegex).test(value)
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -287,7 +152,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onClickAway() {
|
onClickAway() {
|
||||||
this.$v.$reset();
|
this.v$.$reset();
|
||||||
this.isEditing = false;
|
this.isEditing = false;
|
||||||
},
|
},
|
||||||
onEdit() {
|
onEdit() {
|
||||||
@@ -307,8 +172,8 @@ export default {
|
|||||||
this.attributeType === 'date'
|
this.attributeType === 'date'
|
||||||
? parseISO(this.editedValue)
|
? parseISO(this.editedValue)
|
||||||
: this.editedValue;
|
: this.editedValue;
|
||||||
this.$v.$touch();
|
this.v$.$touch();
|
||||||
if (this.$v.$invalid) {
|
if (this.v$.$invalid) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.isEditing = false;
|
this.isEditing = false;
|
||||||
@@ -316,7 +181,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onDelete() {
|
onDelete() {
|
||||||
this.isEditing = false;
|
this.isEditing = false;
|
||||||
this.$v.$reset();
|
this.v$.$reset();
|
||||||
this.$emit('delete', this.attributeKey);
|
this.$emit('delete', this.attributeKey);
|
||||||
},
|
},
|
||||||
onCopy() {
|
onCopy() {
|
||||||
@@ -326,6 +191,142 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="px-4 py-3">
|
||||||
|
<div class="flex items-center mb-1">
|
||||||
|
<h4 class="flex items-center w-full m-0 text-sm error">
|
||||||
|
<div v-if="isAttributeTypeCheckbox" class="flex items-center">
|
||||||
|
<input
|
||||||
|
v-model="editedValue"
|
||||||
|
class="!my-0 mr-2 ml-0"
|
||||||
|
type="checkbox"
|
||||||
|
@change="onUpdate"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="flex items-center justify-between w-full">
|
||||||
|
<span
|
||||||
|
class="w-full inline-flex gap-1.5 items-start font-medium whitespace-nowrap text-sm mb-0"
|
||||||
|
:class="
|
||||||
|
v$.editedValue.$error
|
||||||
|
? 'text-red-400 dark:text-red-500'
|
||||||
|
: 'text-slate-800 dark:text-slate-100'
|
||||||
|
"
|
||||||
|
>
|
||||||
|
{{ label }}
|
||||||
|
<HelperTextPopup
|
||||||
|
v-if="description"
|
||||||
|
:message="description"
|
||||||
|
class="mt-0.5"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
|
<woot-button
|
||||||
|
v-if="showActions && value"
|
||||||
|
v-tooltip.left="$t('CUSTOM_ATTRIBUTES.ACTIONS.DELETE')"
|
||||||
|
variant="link"
|
||||||
|
size="medium"
|
||||||
|
color-scheme="secondary"
|
||||||
|
icon="delete"
|
||||||
|
class-names="flex justify-end w-4"
|
||||||
|
@click="onDelete"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div v-if="notAttributeTypeCheckboxAndList">
|
||||||
|
<div v-if="isEditing" v-on-clickaway="onClickAway">
|
||||||
|
<div class="flex items-center w-full mb-2">
|
||||||
|
<input
|
||||||
|
ref="inputfield"
|
||||||
|
v-model="editedValue"
|
||||||
|
:type="inputType"
|
||||||
|
class="!h-8 ltr:!rounded-r-none rtl:!rounded-l-none !mb-0 !text-sm"
|
||||||
|
autofocus="true"
|
||||||
|
:class="{ error: v$.editedValue.$error }"
|
||||||
|
@blur="v$.editedValue.$touch"
|
||||||
|
@keyup.enter="onUpdate"
|
||||||
|
/>
|
||||||
|
<div>
|
||||||
|
<woot-button
|
||||||
|
size="small"
|
||||||
|
icon="checkmark"
|
||||||
|
class="rounded-l-none rtl:rounded-r-none"
|
||||||
|
@click="onUpdate"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span
|
||||||
|
v-if="shouldShowErrorMessage"
|
||||||
|
class="block w-full -mt-px text-sm font-normal text-red-400 dark:text-red-500"
|
||||||
|
>
|
||||||
|
{{ errorMessage }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
v-show="!isEditing"
|
||||||
|
class="flex group"
|
||||||
|
:class="{ 'is-editable': showActions }"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
v-if="isAttributeTypeLink"
|
||||||
|
:href="hrefURL"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="group-hover:bg-slate-50 group-hover:dark:bg-slate-700 inline-block rounded-sm mb-0 break-all py-0.5 px-1"
|
||||||
|
>
|
||||||
|
{{ urlValue }}
|
||||||
|
</a>
|
||||||
|
<p
|
||||||
|
v-else
|
||||||
|
class="group-hover:bg-slate-50 group-hover:dark:bg-slate-700 inline-block rounded-sm mb-0 break-all py-0.5 px-1"
|
||||||
|
>
|
||||||
|
{{ displayValue || '---' }}
|
||||||
|
</p>
|
||||||
|
<div class="flex max-w-[2rem] gap-1 ml-1 rtl:mr-1 rtl:ml-0">
|
||||||
|
<woot-button
|
||||||
|
v-if="showActions && value"
|
||||||
|
v-tooltip="$t('CUSTOM_ATTRIBUTES.ACTIONS.COPY')"
|
||||||
|
variant="link"
|
||||||
|
size="small"
|
||||||
|
color-scheme="secondary"
|
||||||
|
icon="clipboard"
|
||||||
|
class-names="hidden group-hover:flex !w-6 flex-shrink-0"
|
||||||
|
@click="onCopy"
|
||||||
|
/>
|
||||||
|
<woot-button
|
||||||
|
v-if="showActions"
|
||||||
|
v-tooltip.right="$t('CUSTOM_ATTRIBUTES.ACTIONS.EDIT')"
|
||||||
|
variant="link"
|
||||||
|
size="small"
|
||||||
|
color-scheme="secondary"
|
||||||
|
icon="edit"
|
||||||
|
class-names="hidden group-hover:flex !w-6 flex-shrink-0"
|
||||||
|
@click="onEdit"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="isAttributeTypeList">
|
||||||
|
<MultiselectDropdown
|
||||||
|
:options="listOptions"
|
||||||
|
:selected-item="selectedItem"
|
||||||
|
:has-thumbnail="false"
|
||||||
|
:multiselector-placeholder="
|
||||||
|
$t('CUSTOM_ATTRIBUTES.FORM.ATTRIBUTE_TYPE.LIST.PLACEHOLDER')
|
||||||
|
"
|
||||||
|
:no-search-result="
|
||||||
|
$t('CUSTOM_ATTRIBUTES.FORM.ATTRIBUTE_TYPE.LIST.NO_RESULT')
|
||||||
|
"
|
||||||
|
:input-placeholder="
|
||||||
|
$t(
|
||||||
|
'CUSTOM_ATTRIBUTES.FORM.ATTRIBUTE_TYPE.LIST.SEARCH_INPUT_PLACEHOLDER'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
@click="onUpdateListValue"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
::v-deep {
|
::v-deep {
|
||||||
.selector-wrap {
|
.selector-wrap {
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<script setup>
|
||||||
|
import { useStoreGetters } from 'dashboard/composables/store';
|
||||||
|
import { computed } from 'vue';
|
||||||
|
const props = defineProps({
|
||||||
|
showOnCustomBrandedInstance: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const getters = useStoreGetters();
|
||||||
|
|
||||||
|
const isACustomBrandedInstance =
|
||||||
|
getters['globalConfig/isACustomBrandedInstance'];
|
||||||
|
|
||||||
|
const shouldShowContent = computed(
|
||||||
|
() => props.showOnCustomBrandedInstance || !isACustomBrandedInstance.value
|
||||||
|
);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div v-if="shouldShowContent">
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -1,28 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div class="flex flex-col">
|
|
||||||
<woot-modal-header :header-title="$t('CONVERSATION.CUSTOM_SNOOZE.TITLE')" />
|
|
||||||
<form class="modal-content" @submit.prevent="chooseTime">
|
|
||||||
<date-picker
|
|
||||||
v-model="snoozeTime"
|
|
||||||
type="datetime"
|
|
||||||
inline
|
|
||||||
:lang="lang"
|
|
||||||
:disabled-date="disabledDate"
|
|
||||||
:disabled-time="disabledTime"
|
|
||||||
:popup-style="{ width: '100%' }"
|
|
||||||
/>
|
|
||||||
<div class="flex flex-row justify-end gap-2 py-2 px-0 w-full">
|
|
||||||
<woot-button variant="clear" @click.prevent="onClose">
|
|
||||||
{{ $t('CONVERSATION.CUSTOM_SNOOZE.CANCEL') }}
|
|
||||||
</woot-button>
|
|
||||||
<woot-button>
|
|
||||||
{{ $t('CONVERSATION.CUSTOM_SNOOZE.APPLY') }}
|
|
||||||
</woot-button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import DatePicker from 'vue2-datepicker';
|
import DatePicker from 'vue2-datepicker';
|
||||||
|
|
||||||
@@ -47,7 +22,7 @@ export default {
|
|||||||
this.$emit('close');
|
this.$emit('close');
|
||||||
},
|
},
|
||||||
chooseTime() {
|
chooseTime() {
|
||||||
this.$emit('choose-time', this.snoozeTime);
|
this.$emit('chooseTime', this.snoozeTime);
|
||||||
},
|
},
|
||||||
disabledDate(date) {
|
disabledDate(date) {
|
||||||
// Disable all the previous dates
|
// Disable all the previous dates
|
||||||
@@ -64,6 +39,32 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="flex flex-col">
|
||||||
|
<woot-modal-header :header-title="$t('CONVERSATION.CUSTOM_SNOOZE.TITLE')" />
|
||||||
|
<form class="modal-content" @submit.prevent="chooseTime">
|
||||||
|
<DatePicker
|
||||||
|
v-model="snoozeTime"
|
||||||
|
type="datetime"
|
||||||
|
inline
|
||||||
|
:lang="lang"
|
||||||
|
:disabled-date="disabledDate"
|
||||||
|
:disabled-time="disabledTime"
|
||||||
|
:popup-style="{ width: '100%' }"
|
||||||
|
/>
|
||||||
|
<div class="flex flex-row justify-end w-full gap-2 px-0 py-2">
|
||||||
|
<woot-button variant="clear" @click.prevent="onClose">
|
||||||
|
{{ $t('CONVERSATION.CUSTOM_SNOOZE.CANCEL') }}
|
||||||
|
</woot-button>
|
||||||
|
<woot-button>
|
||||||
|
{{ $t('CONVERSATION.CUSTOM_SNOOZE.APPLY') }}
|
||||||
|
</woot-button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.modal-content {
|
.modal-content {
|
||||||
@apply pt-2 px-5 pb-6;
|
@apply pt-2 px-5 pb-6;
|
||||||
|
|||||||
@@ -1,3 +1,16 @@
|
|||||||
|
<script setup>
|
||||||
|
defineProps({
|
||||||
|
title: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
description: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col items-start w-full gap-6">
|
<div class="flex flex-col items-start w-full gap-6">
|
||||||
<div class="flex flex-col w-full gap-4">
|
<div class="flex flex-col w-full gap-4">
|
||||||
@@ -16,16 +29,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
|
||||||
defineProps({
|
|
||||||
title: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
description: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div ref="observedElement" class="h-6 w-full" />
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -32,3 +28,7 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div ref="observedElement" class="h-6 w-full" />
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,3 +1,33 @@
|
|||||||
|
<script>
|
||||||
|
import 'highlight.js/styles/default.css';
|
||||||
|
import { copyTextToClipboard } from 'shared/helpers/clipboard';
|
||||||
|
import { useAlert } from 'dashboard/composables';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
props: {
|
||||||
|
value: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
masked: true,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
async onCopy(e) {
|
||||||
|
e.preventDefault();
|
||||||
|
await copyTextToClipboard(this.value);
|
||||||
|
useAlert(this.$t('COMPONENTS.CODE.COPY_SUCCESSFUL'));
|
||||||
|
},
|
||||||
|
toggleMasked() {
|
||||||
|
this.masked = !this.masked;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="text--container">
|
<div class="text--container">
|
||||||
<woot-button size="small" class="button--text" @click="onCopy">
|
<woot-button size="small" class="button--text" @click="onCopy">
|
||||||
@@ -15,37 +45,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
import 'highlight.js/styles/default.css';
|
|
||||||
import { copyTextToClipboard } from 'shared/helpers/clipboard';
|
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
mixins: [alertMixin],
|
|
||||||
props: {
|
|
||||||
value: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
masked: true,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
async onCopy(e) {
|
|
||||||
e.preventDefault();
|
|
||||||
await copyTextToClipboard(this.value);
|
|
||||||
this.showAlert(this.$t('COMPONENTS.CODE.COPY_SUCCESSFUL'));
|
|
||||||
},
|
|
||||||
toggleMasked() {
|
|
||||||
this.masked = !this.masked;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.text--container {
|
.text--container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -1,36 +1,3 @@
|
|||||||
<template>
|
|
||||||
<transition name="modal-fade">
|
|
||||||
<div
|
|
||||||
v-if="show"
|
|
||||||
:class="modalClassName"
|
|
||||||
transition="modal"
|
|
||||||
@mousedown="handleMouseDown"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
:class="{
|
|
||||||
'modal-container rtl:text-right shadow-md max-h-full overflow-auto relative bg-white dark:bg-slate-800 skip-context-menu': true,
|
|
||||||
'rounded-xl w-[37.5rem]': !fullWidth,
|
|
||||||
'items-center rounded-none flex h-full justify-center w-full':
|
|
||||||
fullWidth,
|
|
||||||
[size]: true,
|
|
||||||
}"
|
|
||||||
@mouse.stop
|
|
||||||
@mousedown="event => event.stopPropagation()"
|
|
||||||
>
|
|
||||||
<woot-button
|
|
||||||
v-if="showCloseButton"
|
|
||||||
color-scheme="secondary"
|
|
||||||
icon="dismiss"
|
|
||||||
variant="clear"
|
|
||||||
class="absolute z-10 ltr:right-2 rtl:left-2 top-2"
|
|
||||||
@click="close"
|
|
||||||
/>
|
|
||||||
<slot />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</transition>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -108,6 +75,39 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<transition name="modal-fade">
|
||||||
|
<div
|
||||||
|
v-if="show"
|
||||||
|
:class="modalClassName"
|
||||||
|
transition="modal"
|
||||||
|
@mousedown="handleMouseDown"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="relative max-h-full overflow-auto bg-white shadow-md modal-container rtl:text-right dark:bg-slate-800 skip-context-menu"
|
||||||
|
:class="{
|
||||||
|
'rounded-xl w-[37.5rem]': !fullWidth,
|
||||||
|
'items-center rounded-none flex h-full justify-center w-full':
|
||||||
|
fullWidth,
|
||||||
|
[size]: true,
|
||||||
|
}"
|
||||||
|
@mouse.stop
|
||||||
|
@mousedown="event => event.stopPropagation()"
|
||||||
|
>
|
||||||
|
<woot-button
|
||||||
|
v-if="showCloseButton"
|
||||||
|
color-scheme="secondary"
|
||||||
|
icon="dismiss"
|
||||||
|
variant="clear"
|
||||||
|
class="absolute z-10 ltr:right-2 rtl:left-2 top-2"
|
||||||
|
@click="close"
|
||||||
|
/>
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</transition>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.modal-mask {
|
.modal-mask {
|
||||||
@apply flex items-center justify-center bg-modal-backdrop-light dark:bg-modal-backdrop-dark z-[9990] h-full left-0 fixed top-0 w-full;
|
@apply flex items-center justify-center bg-modal-backdrop-light dark:bg-modal-backdrop-dark z-[9990] h-full left-0 fixed top-0 w-full;
|
||||||
|
|||||||
@@ -1,3 +1,28 @@
|
|||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
props: {
|
||||||
|
headerTitle: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
headerContent: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
headerContentValue: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
headerImage: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- eslint-disable vue/no-unused-refs -->
|
||||||
|
<!-- Added ref for writing specs -->
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col items-start px-8 pt-8 pb-0">
|
<div class="flex flex-col items-start px-8 pt-8 pb-0">
|
||||||
<img v-if="headerImage" :src="headerImage" alt="No image" />
|
<img v-if="headerImage" :src="headerImage" alt="No image" />
|
||||||
@@ -23,26 +48,3 @@
|
|||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
props: {
|
|
||||||
headerTitle: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
headerContent: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
headerContentValue: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
headerImage: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|||||||
@@ -1,3 +1,26 @@
|
|||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
props: {
|
||||||
|
title: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
subTitle: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
showBorder: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
|
note: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="ml-0 mr-0 flex py-8 w-full xl:w-3/4 flex-col xl:flex-row"
|
class="ml-0 mr-0 flex py-8 w-full xl:w-3/4 flex-col xl:flex-row"
|
||||||
@@ -30,26 +53,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
props: {
|
|
||||||
title: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
subTitle: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
showBorder: {
|
|
||||||
type: Boolean,
|
|
||||||
default: true,
|
|
||||||
},
|
|
||||||
note: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|||||||
@@ -1,14 +1,3 @@
|
|||||||
<template>
|
|
||||||
<woot-button
|
|
||||||
:size="size"
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
class="-ml-3 text-black-900 dark:text-slate-300"
|
|
||||||
icon="list"
|
|
||||||
@click="onMenuItemClick"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { BUS_EVENTS } from 'shared/constants/busEvents';
|
import { BUS_EVENTS } from 'shared/constants/busEvents';
|
||||||
|
|
||||||
@@ -26,3 +15,14 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<woot-button
|
||||||
|
:size="size"
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
class="-ml-3 text-black-900 dark:text-slate-300"
|
||||||
|
icon="list"
|
||||||
|
@click="onMenuItemClick"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,24 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
<div
|
|
||||||
class="shadow-sm bg-slate-800 dark:bg-slate-700 rounded-[4px] items-center gap-3 inline-flex mb-2 max-w-[25rem] min-h-[1.875rem] min-w-[15rem] px-6 py-3 text-left"
|
|
||||||
>
|
|
||||||
<div class="text-white dark:text-white text-sm font-medium">
|
|
||||||
{{ message }}
|
|
||||||
</div>
|
|
||||||
<div v-if="action">
|
|
||||||
<router-link
|
|
||||||
v-if="action.type == 'link'"
|
|
||||||
:to="action.to"
|
|
||||||
class="text-woot-500 dark:text-woot-500 cursor-pointer font-medium hover:text-woot-600 dark:hover:text-woot-600 select-none"
|
|
||||||
>
|
|
||||||
{{ action.message }}
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -27,11 +6,6 @@ export default {
|
|||||||
type: Object,
|
type: Object,
|
||||||
default: () => {},
|
default: () => {},
|
||||||
},
|
},
|
||||||
showButton: Boolean,
|
|
||||||
duration: {
|
|
||||||
type: [String, Number],
|
|
||||||
default: 3000,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -42,3 +16,24 @@ export default {
|
|||||||
methods: {},
|
methods: {},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<div
|
||||||
|
class="shadow-sm bg-slate-800 dark:bg-slate-700 rounded-[4px] items-center gap-3 inline-flex mb-2 max-w-[25rem] min-h-[1.875rem] min-w-[15rem] px-6 py-3 text-left"
|
||||||
|
>
|
||||||
|
<div class="text-sm font-medium text-white dark:text-white">
|
||||||
|
{{ message }}
|
||||||
|
</div>
|
||||||
|
<div v-if="action">
|
||||||
|
<router-link
|
||||||
|
v-if="action.type == 'link'"
|
||||||
|
:to="action.to"
|
||||||
|
class="font-medium cursor-pointer select-none text-woot-500 dark:text-woot-500 hover:text-woot-600 dark:hover:text-woot-600"
|
||||||
|
>
|
||||||
|
{{ action.message }}
|
||||||
|
</router-link>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,27 +1,10 @@
|
|||||||
<template>
|
|
||||||
<transition-group
|
|
||||||
name="toast-fade"
|
|
||||||
tag="div"
|
|
||||||
class="left-0 my-0 mx-auto max-w-[25rem] overflow-hidden absolute right-0 text-center top-4 z-[9999]"
|
|
||||||
>
|
|
||||||
<woot-snackbar
|
|
||||||
v-for="snackMessage in snackMessages"
|
|
||||||
:key="snackMessage.key"
|
|
||||||
:message="snackMessage.message"
|
|
||||||
:action="snackMessage.action"
|
|
||||||
/>
|
|
||||||
</transition-group>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import WootSnackbar from './Snackbar.vue';
|
import WootSnackbar from './Snackbar.vue';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
WootSnackbar,
|
WootSnackbar,
|
||||||
},
|
},
|
||||||
mixins: [alertMixin],
|
|
||||||
props: {
|
props: {
|
||||||
duration: {
|
duration: {
|
||||||
type: Number,
|
type: Number,
|
||||||
@@ -42,7 +25,7 @@ export default {
|
|||||||
this.$emitter.off('newToastMessage', this.onNewToastMessage);
|
this.$emitter.off('newToastMessage', this.onNewToastMessage);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onNewToastMessage(message, action) {
|
onNewToastMessage({ message, action }) {
|
||||||
this.snackMessages.push({
|
this.snackMessages.push({
|
||||||
key: new Date().getTime(),
|
key: new Date().getTime(),
|
||||||
message,
|
message,
|
||||||
@@ -55,3 +38,18 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<transition-group
|
||||||
|
name="toast-fade"
|
||||||
|
tag="div"
|
||||||
|
class="left-0 my-0 mx-auto max-w-[25rem] overflow-hidden absolute right-0 text-center top-4 z-[9999]"
|
||||||
|
>
|
||||||
|
<WootSnackbar
|
||||||
|
v-for="snackMessage in snackMessages"
|
||||||
|
:key="snackMessage.key"
|
||||||
|
:message="snackMessage.message"
|
||||||
|
:action="snackMessage.action"
|
||||||
|
/>
|
||||||
|
</transition-group>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,19 +1,8 @@
|
|||||||
<template>
|
|
||||||
<banner
|
|
||||||
v-if="shouldShowBanner"
|
|
||||||
color-scheme="alert"
|
|
||||||
:banner-message="bannerMessage"
|
|
||||||
:action-button-label="actionButtonMessage"
|
|
||||||
has-action-button
|
|
||||||
@click="routeToBilling"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Banner from 'dashboard/components/ui/Banner.vue';
|
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import adminMixin from 'dashboard/mixins/isAdmin';
|
import { useAdmin } from 'dashboard/composables/useAdmin';
|
||||||
import accountMixin from 'dashboard/mixins/account';
|
import { useAccount } from 'dashboard/composables/useAccount';
|
||||||
|
import Banner from 'dashboard/components/ui/Banner.vue';
|
||||||
|
|
||||||
const EMPTY_SUBSCRIPTION_INFO = {
|
const EMPTY_SUBSCRIPTION_INFO = {
|
||||||
status: null,
|
status: null,
|
||||||
@@ -22,7 +11,16 @@ const EMPTY_SUBSCRIPTION_INFO = {
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { Banner },
|
components: { Banner },
|
||||||
mixins: [adminMixin, accountMixin],
|
setup() {
|
||||||
|
const { isAdmin } = useAdmin();
|
||||||
|
|
||||||
|
const { accountId } = useAccount();
|
||||||
|
|
||||||
|
return {
|
||||||
|
accountId,
|
||||||
|
isAdmin,
|
||||||
|
};
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
isOnChatwootCloud: 'globalConfig/isOnChatwootCloud',
|
isOnChatwootCloud: 'globalConfig/isOnChatwootCloud',
|
||||||
@@ -80,3 +78,14 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Banner
|
||||||
|
v-if="shouldShowBanner"
|
||||||
|
color-scheme="alert"
|
||||||
|
:banner-message="bannerMessage"
|
||||||
|
:action-button-label="actionButtonMessage"
|
||||||
|
has-action-button
|
||||||
|
@click="routeToBilling"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,24 +1,10 @@
|
|||||||
<template>
|
|
||||||
<banner
|
|
||||||
v-if="shouldShowBanner"
|
|
||||||
color-scheme="alert"
|
|
||||||
:banner-message="bannerMessage"
|
|
||||||
:action-button-label="actionButtonMessage"
|
|
||||||
action-button-icon="mail"
|
|
||||||
has-action-button
|
|
||||||
@click="resendVerificationEmail"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Banner from 'dashboard/components/ui/Banner.vue';
|
import Banner from 'dashboard/components/ui/Banner.vue';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import accountMixin from 'dashboard/mixins/account';
|
import { useAlert } from 'dashboard/composables';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { Banner },
|
components: { Banner },
|
||||||
mixins: [accountMixin, alertMixin],
|
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
currentUser: 'getCurrentUser',
|
currentUser: 'getCurrentUser',
|
||||||
@@ -36,8 +22,20 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
resendVerificationEmail() {
|
resendVerificationEmail() {
|
||||||
this.$store.dispatch('resendConfirmation');
|
this.$store.dispatch('resendConfirmation');
|
||||||
this.showAlert(this.$t('APP_GLOBAL.EMAIL_VERIFICATION_SENT'));
|
useAlert(this.$t('APP_GLOBAL.EMAIL_VERIFICATION_SENT'));
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Banner
|
||||||
|
v-if="shouldShowBanner"
|
||||||
|
color-scheme="alert"
|
||||||
|
:banner-message="bannerMessage"
|
||||||
|
:action-button-label="actionButtonMessage"
|
||||||
|
action-button-icon="mail"
|
||||||
|
has-action-button
|
||||||
|
@click="resendVerificationEmail"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,28 +1,22 @@
|
|||||||
<template>
|
|
||||||
<banner
|
|
||||||
v-if="shouldShowBanner"
|
|
||||||
color-scheme="primary"
|
|
||||||
:banner-message="bannerMessage"
|
|
||||||
href-link="https://github.com/chatwoot/chatwoot/releases"
|
|
||||||
:href-link-text="$t('GENERAL_SETTINGS.LEARN_MORE')"
|
|
||||||
has-close-button
|
|
||||||
@close="dismissUpdateBanner"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
import Banner from 'dashboard/components/ui/Banner.vue';
|
import Banner from 'dashboard/components/ui/Banner.vue';
|
||||||
import { LOCAL_STORAGE_KEYS } from 'dashboard/constants/localStorage';
|
import { LOCAL_STORAGE_KEYS } from 'dashboard/constants/localStorage';
|
||||||
import { LocalStorage } from 'shared/helpers/localStorage';
|
import { LocalStorage } from 'shared/helpers/localStorage';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import adminMixin from 'dashboard/mixins/isAdmin';
|
import { useAdmin } from 'dashboard/composables/useAdmin';
|
||||||
import { hasAnUpdateAvailable } from './versionCheckHelper';
|
import { hasAnUpdateAvailable } from './versionCheckHelper';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { Banner },
|
components: { Banner },
|
||||||
mixins: [adminMixin],
|
|
||||||
props: {
|
props: {
|
||||||
latestChatwootVersion: { type: String, default: '' },
|
latestChatwootVersion: { type: String, default: '' },
|
||||||
},
|
},
|
||||||
|
setup() {
|
||||||
|
const { isAdmin } = useAdmin();
|
||||||
|
return {
|
||||||
|
isAdmin,
|
||||||
|
};
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return { userDismissedBanner: false };
|
return { userDismissedBanner: false };
|
||||||
},
|
},
|
||||||
@@ -72,3 +66,15 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Banner
|
||||||
|
v-if="shouldShowBanner"
|
||||||
|
color-scheme="primary"
|
||||||
|
:banner-message="bannerMessage"
|
||||||
|
href-link="https://github.com/chatwoot/chatwoot/releases"
|
||||||
|
:href-link-text="$t('GENERAL_SETTINGS.LEARN_MORE')"
|
||||||
|
has-close-button
|
||||||
|
@close="dismissUpdateBanner"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,24 +1,17 @@
|
|||||||
<template>
|
|
||||||
<banner
|
|
||||||
v-if="shouldShowBanner"
|
|
||||||
color-scheme="alert"
|
|
||||||
:banner-message="bannerMessage"
|
|
||||||
:action-button-label="actionButtonMessage"
|
|
||||||
has-action-button
|
|
||||||
@click="routeToBilling"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Banner from 'dashboard/components/ui/Banner.vue';
|
import Banner from 'dashboard/components/ui/Banner.vue';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import adminMixin from 'dashboard/mixins/isAdmin';
|
import { useAccount } from 'dashboard/composables/useAccount';
|
||||||
import accountMixin from 'dashboard/mixins/account';
|
|
||||||
import { differenceInDays } from 'date-fns';
|
import { differenceInDays } from 'date-fns';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { Banner },
|
components: { Banner },
|
||||||
mixins: [adminMixin, accountMixin],
|
setup() {
|
||||||
|
const { accountId } = useAccount();
|
||||||
|
return {
|
||||||
|
accountId,
|
||||||
|
};
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return { conversationMeta: {} };
|
return { conversationMeta: {} };
|
||||||
},
|
},
|
||||||
@@ -87,3 +80,14 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Banner
|
||||||
|
v-if="shouldShowBanner"
|
||||||
|
color-scheme="alert"
|
||||||
|
:banner-message="bannerMessage"
|
||||||
|
:action-button-label="actionButtonMessage"
|
||||||
|
has-action-button
|
||||||
|
@click="routeToBilling"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
<template>
|
|
||||||
<kbd class="hotkey p-0.5 min-w-[1rem] uppercase" :class="customClass">
|
|
||||||
<slot />
|
|
||||||
</kbd>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -14,6 +9,12 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<kbd class="hotkey p-0.5 min-w-[1rem] uppercase" :class="customClass">
|
||||||
|
<slot />
|
||||||
|
</kbd>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
kbd.hotkey {
|
kbd.hotkey {
|
||||||
@apply inline-flex leading-[0.625rem] rounded tracking-wide flex-shrink-0 items-center select-none justify-center;
|
@apply inline-flex leading-[0.625rem] rounded tracking-wide flex-shrink-0 items-center select-none justify-center;
|
||||||
|
|||||||
@@ -1,18 +1,10 @@
|
|||||||
<template>
|
|
||||||
<button :type="type" class="button nice" :class="variant" @click="onClick">
|
|
||||||
<fluent-icon
|
|
||||||
v-if="!isLoading && icon"
|
|
||||||
class="icon"
|
|
||||||
:class="buttonIconClass"
|
|
||||||
:icon="icon"
|
|
||||||
/>
|
|
||||||
<spinner v-if="isLoading" />
|
|
||||||
<slot />
|
|
||||||
</button>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import Spinner from 'shared/components/Spinner.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
components: {
|
||||||
|
Spinner,
|
||||||
|
},
|
||||||
props: {
|
props: {
|
||||||
isLoading: {
|
isLoading: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@@ -42,3 +34,16 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<button :type="type" class="button nice" :class="variant" @click="onClick">
|
||||||
|
<fluent-icon
|
||||||
|
v-if="!isLoading && icon"
|
||||||
|
class="icon"
|
||||||
|
:class="buttonIconClass"
|
||||||
|
:icon="icon"
|
||||||
|
/>
|
||||||
|
<Spinner v-if="isLoading" />
|
||||||
|
<slot />
|
||||||
|
</button>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,17 +1,3 @@
|
|||||||
<template>
|
|
||||||
<button
|
|
||||||
:type="type"
|
|
||||||
data-testid="submit_button"
|
|
||||||
:disabled="disabled"
|
|
||||||
:class="computedClass"
|
|
||||||
@click="onClick"
|
|
||||||
>
|
|
||||||
<fluent-icon v-if="!!iconClass" :icon="iconClass" class="icon" />
|
|
||||||
<span>{{ buttonText }}</span>
|
|
||||||
<spinner v-if="loading" class="ml-2" :color-scheme="spinnerClass" />
|
|
||||||
</button>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Spinner from 'shared/components/Spinner.vue';
|
import Spinner from 'shared/components/Spinner.vue';
|
||||||
|
|
||||||
@@ -61,6 +47,21 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<button
|
||||||
|
:type="type"
|
||||||
|
data-testid="submit_button"
|
||||||
|
:disabled="disabled"
|
||||||
|
:class="computedClass"
|
||||||
|
@click="onClick"
|
||||||
|
>
|
||||||
|
<fluent-icon v-if="!!iconClass" :icon="iconClass" class="icon" />
|
||||||
|
<span>{{ buttonText }}</span>
|
||||||
|
<Spinner v-if="loading" class="ml-2" :color-scheme="spinnerClass" />
|
||||||
|
</button>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
button:disabled {
|
button:disabled {
|
||||||
@apply bg-woot-100 dark:bg-woot-500/25 dark:text-slate-500 opacity-100;
|
@apply bg-woot-100 dark:bg-woot-500/25 dark:text-slate-500 opacity-100;
|
||||||
|
|||||||
@@ -1,5 +1,147 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref, computed } from 'vue';
|
||||||
|
import { useAlert } from 'dashboard/composables';
|
||||||
|
import { useToggle } from '@vueuse/core';
|
||||||
|
import { useI18n } from 'dashboard/composables/useI18n';
|
||||||
|
import { useStore, useStoreGetters } from 'dashboard/composables/store';
|
||||||
|
import { useEmitter } from 'dashboard/composables/emitter';
|
||||||
|
import { useKeyboardEvents } from 'dashboard/composables/useKeyboardEvents';
|
||||||
|
|
||||||
|
import WootDropdownItem from 'shared/components/ui/dropdown/DropdownItem.vue';
|
||||||
|
import WootDropdownMenu from 'shared/components/ui/dropdown/DropdownMenu.vue';
|
||||||
|
import wootConstants from 'dashboard/constants/globals';
|
||||||
|
import {
|
||||||
|
CMD_REOPEN_CONVERSATION,
|
||||||
|
CMD_RESOLVE_CONVERSATION,
|
||||||
|
} from 'dashboard/routes/dashboard/commands/commandBarBusEvents';
|
||||||
|
|
||||||
|
const store = useStore();
|
||||||
|
const getters = useStoreGetters();
|
||||||
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
const resolveActionsRef = ref(null);
|
||||||
|
const arrowDownButtonRef = ref(null);
|
||||||
|
const isLoading = ref(false);
|
||||||
|
|
||||||
|
const [showActionsDropdown, toggleDropdown] = useToggle();
|
||||||
|
const closeDropdown = () => toggleDropdown(false);
|
||||||
|
const openDropdown = () => toggleDropdown(true);
|
||||||
|
|
||||||
|
const currentChat = computed(() => getters.getSelectedChat.value);
|
||||||
|
|
||||||
|
const isOpen = computed(
|
||||||
|
() => currentChat.value.status === wootConstants.STATUS_TYPE.OPEN
|
||||||
|
);
|
||||||
|
const isPending = computed(
|
||||||
|
() => currentChat.value.status === wootConstants.STATUS_TYPE.PENDING
|
||||||
|
);
|
||||||
|
const isResolved = computed(
|
||||||
|
() => currentChat.value.status === wootConstants.STATUS_TYPE.RESOLVED
|
||||||
|
);
|
||||||
|
const isSnoozed = computed(
|
||||||
|
() => currentChat.value.status === wootConstants.STATUS_TYPE.SNOOZED
|
||||||
|
);
|
||||||
|
|
||||||
|
const buttonClass = computed(() => {
|
||||||
|
if (isPending.value) return 'primary';
|
||||||
|
if (isOpen.value) return 'success';
|
||||||
|
if (isResolved.value) return 'warning';
|
||||||
|
return '';
|
||||||
|
});
|
||||||
|
|
||||||
|
const showAdditionalActions = computed(
|
||||||
|
() => !isPending.value && !isSnoozed.value
|
||||||
|
);
|
||||||
|
|
||||||
|
const showOpenButton = computed(() => {
|
||||||
|
return isPending.value || isSnoozed.value;
|
||||||
|
});
|
||||||
|
|
||||||
|
const getConversationParams = () => {
|
||||||
|
const allConversations = document.querySelectorAll(
|
||||||
|
'.conversations-list .conversation'
|
||||||
|
);
|
||||||
|
|
||||||
|
const activeConversation = document.querySelector(
|
||||||
|
'div.conversations-list div.conversation.active'
|
||||||
|
);
|
||||||
|
const activeConversationIndex = [...allConversations].indexOf(
|
||||||
|
activeConversation
|
||||||
|
);
|
||||||
|
const lastConversationIndex = allConversations.length - 1;
|
||||||
|
|
||||||
|
return {
|
||||||
|
all: allConversations,
|
||||||
|
activeIndex: activeConversationIndex,
|
||||||
|
lastIndex: lastConversationIndex,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
const openSnoozeModal = () => {
|
||||||
|
const ninja = document.querySelector('ninja-keys');
|
||||||
|
ninja.open({ parent: 'snooze_conversation' });
|
||||||
|
};
|
||||||
|
|
||||||
|
const toggleStatus = (status, snoozedUntil) => {
|
||||||
|
closeDropdown();
|
||||||
|
isLoading.value = true;
|
||||||
|
store
|
||||||
|
.dispatch('toggleStatus', {
|
||||||
|
conversationId: currentChat.value.id,
|
||||||
|
status,
|
||||||
|
snoozedUntil,
|
||||||
|
})
|
||||||
|
.then(() => {
|
||||||
|
useAlert(t('CONVERSATION.CHANGE_STATUS'));
|
||||||
|
isLoading.value = false;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const onCmdOpenConversation = () => {
|
||||||
|
toggleStatus(wootConstants.STATUS_TYPE.OPEN);
|
||||||
|
};
|
||||||
|
|
||||||
|
const onCmdResolveConversation = () => {
|
||||||
|
toggleStatus(wootConstants.STATUS_TYPE.RESOLVED);
|
||||||
|
};
|
||||||
|
|
||||||
|
const keyboardEvents = {
|
||||||
|
'Alt+KeyM': {
|
||||||
|
action: () => arrowDownButtonRef.value?.$el.click(),
|
||||||
|
allowOnFocusedInput: true,
|
||||||
|
},
|
||||||
|
'Alt+KeyE': {
|
||||||
|
action: async () => {
|
||||||
|
await toggleStatus(wootConstants.STATUS_TYPE.RESOLVED);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'$mod+Alt+KeyE': {
|
||||||
|
action: async event => {
|
||||||
|
const { all, activeIndex, lastIndex } = getConversationParams();
|
||||||
|
await toggleStatus(wootConstants.STATUS_TYPE.RESOLVED);
|
||||||
|
|
||||||
|
if (activeIndex < lastIndex) {
|
||||||
|
all[activeIndex + 1].click();
|
||||||
|
} else if (all.length > 1) {
|
||||||
|
all[0].click();
|
||||||
|
document.querySelector('.conversations-list').scrollTop = 0;
|
||||||
|
}
|
||||||
|
event.preventDefault();
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
useKeyboardEvents(keyboardEvents, resolveActionsRef);
|
||||||
|
|
||||||
|
useEmitter(CMD_REOPEN_CONVERSATION, onCmdOpenConversation);
|
||||||
|
useEmitter(CMD_RESOLVE_CONVERSATION, onCmdResolveConversation);
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="relative flex items-center justify-end resolve-actions">
|
<div
|
||||||
|
ref="resolveActionsRef"
|
||||||
|
class="relative flex items-center justify-end resolve-actions"
|
||||||
|
>
|
||||||
<div class="button-group">
|
<div class="button-group">
|
||||||
<woot-button
|
<woot-button
|
||||||
v-if="isOpen"
|
v-if="isOpen"
|
||||||
@@ -21,7 +163,7 @@
|
|||||||
:is-loading="isLoading"
|
:is-loading="isLoading"
|
||||||
@click="onCmdOpenConversation"
|
@click="onCmdOpenConversation"
|
||||||
>
|
>
|
||||||
{{ $t('CONVERSATION.HEADER.REOPEN_ACTION') }}
|
{{ t('CONVERSATION.HEADER.REOPEN_ACTION') }}
|
||||||
</woot-button>
|
</woot-button>
|
||||||
<woot-button
|
<woot-button
|
||||||
v-else-if="showOpenButton"
|
v-else-if="showOpenButton"
|
||||||
@@ -31,11 +173,11 @@
|
|||||||
:is-loading="isLoading"
|
:is-loading="isLoading"
|
||||||
@click="onCmdOpenConversation"
|
@click="onCmdOpenConversation"
|
||||||
>
|
>
|
||||||
{{ $t('CONVERSATION.HEADER.OPEN_ACTION') }}
|
{{ t('CONVERSATION.HEADER.OPEN_ACTION') }}
|
||||||
</woot-button>
|
</woot-button>
|
||||||
<woot-button
|
<woot-button
|
||||||
v-if="showAdditionalActions"
|
v-if="showAdditionalActions"
|
||||||
ref="arrowDownButton"
|
ref="arrowDownButtonRef"
|
||||||
:color-scheme="buttonClass"
|
:color-scheme="buttonClass"
|
||||||
:disabled="isLoading"
|
:disabled="isLoading"
|
||||||
icon="chevron-down"
|
icon="chevron-down"
|
||||||
@@ -46,10 +188,10 @@
|
|||||||
<div
|
<div
|
||||||
v-if="showActionsDropdown"
|
v-if="showActionsDropdown"
|
||||||
v-on-clickaway="closeDropdown"
|
v-on-clickaway="closeDropdown"
|
||||||
class="dropdown-pane dropdown-pane--open"
|
class="dropdown-pane dropdown-pane--open left-auto top-[2.625rem] mt-0.5 right-0 max-w-[12.5rem] min-w-[9.75rem]"
|
||||||
>
|
>
|
||||||
<woot-dropdown-menu class="mb-0">
|
<WootDropdownMenu class="mb-0">
|
||||||
<woot-dropdown-item v-if="!isPending">
|
<WootDropdownItem v-if="!isPending">
|
||||||
<woot-button
|
<woot-button
|
||||||
variant="clear"
|
variant="clear"
|
||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
@@ -57,173 +199,27 @@
|
|||||||
icon="snooze"
|
icon="snooze"
|
||||||
@click="() => openSnoozeModal()"
|
@click="() => openSnoozeModal()"
|
||||||
>
|
>
|
||||||
{{ $t('CONVERSATION.RESOLVE_DROPDOWN.SNOOZE_UNTIL') }}
|
{{ t('CONVERSATION.RESOLVE_DROPDOWN.SNOOZE_UNTIL') }}
|
||||||
</woot-button>
|
</woot-button>
|
||||||
</woot-dropdown-item>
|
</WootDropdownItem>
|
||||||
<woot-dropdown-item v-if="!isPending">
|
<WootDropdownItem v-if="!isPending">
|
||||||
<woot-button
|
<woot-button
|
||||||
variant="clear"
|
variant="clear"
|
||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
size="small"
|
size="small"
|
||||||
icon="book-clock"
|
icon="book-clock"
|
||||||
@click="() => toggleStatus(STATUS_TYPE.PENDING)"
|
@click="() => toggleStatus(wootConstants.STATUS_TYPE.PENDING)"
|
||||||
>
|
>
|
||||||
{{ $t('CONVERSATION.RESOLVE_DROPDOWN.MARK_PENDING') }}
|
{{ t('CONVERSATION.RESOLVE_DROPDOWN.MARK_PENDING') }}
|
||||||
</woot-button>
|
</woot-button>
|
||||||
</woot-dropdown-item>
|
</WootDropdownItem>
|
||||||
</woot-dropdown-menu>
|
</WootDropdownMenu>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
import { mapGetters } from 'vuex';
|
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
|
||||||
import keyboardEventListenerMixins from 'shared/mixins/keyboardEventListenerMixins';
|
|
||||||
import WootDropdownItem from 'shared/components/ui/dropdown/DropdownItem.vue';
|
|
||||||
import WootDropdownMenu from 'shared/components/ui/dropdown/DropdownMenu.vue';
|
|
||||||
|
|
||||||
import wootConstants from 'dashboard/constants/globals';
|
|
||||||
import {
|
|
||||||
CMD_REOPEN_CONVERSATION,
|
|
||||||
CMD_RESOLVE_CONVERSATION,
|
|
||||||
} from '../../routes/dashboard/commands/commandBarBusEvents';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
components: {
|
|
||||||
WootDropdownItem,
|
|
||||||
WootDropdownMenu,
|
|
||||||
},
|
|
||||||
mixins: [alertMixin, keyboardEventListenerMixins],
|
|
||||||
props: { conversationId: { type: [String, Number], required: true } },
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
isLoading: false,
|
|
||||||
showActionsDropdown: false,
|
|
||||||
STATUS_TYPE: wootConstants.STATUS_TYPE,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
...mapGetters({ currentChat: 'getSelectedChat' }),
|
|
||||||
isOpen() {
|
|
||||||
return this.currentChat.status === wootConstants.STATUS_TYPE.OPEN;
|
|
||||||
},
|
|
||||||
isPending() {
|
|
||||||
return this.currentChat.status === wootConstants.STATUS_TYPE.PENDING;
|
|
||||||
},
|
|
||||||
isResolved() {
|
|
||||||
return this.currentChat.status === wootConstants.STATUS_TYPE.RESOLVED;
|
|
||||||
},
|
|
||||||
isSnoozed() {
|
|
||||||
return this.currentChat.status === wootConstants.STATUS_TYPE.SNOOZED;
|
|
||||||
},
|
|
||||||
buttonClass() {
|
|
||||||
if (this.isPending) return 'primary';
|
|
||||||
if (this.isOpen) return 'success';
|
|
||||||
if (this.isResolved) return 'warning';
|
|
||||||
return '';
|
|
||||||
},
|
|
||||||
showAdditionalActions() {
|
|
||||||
return !this.isPending && !this.isSnoozed;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
mounted() {
|
|
||||||
this.$emitter.on(CMD_REOPEN_CONVERSATION, this.onCmdOpenConversation);
|
|
||||||
this.$emitter.on(CMD_RESOLVE_CONVERSATION, this.onCmdResolveConversation);
|
|
||||||
},
|
|
||||||
destroyed() {
|
|
||||||
this.$emitter.off(CMD_REOPEN_CONVERSATION, this.onCmdOpenConversation);
|
|
||||||
this.$emitter.off(CMD_RESOLVE_CONVERSATION, this.onCmdResolveConversation);
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
getKeyboardEvents() {
|
|
||||||
return {
|
|
||||||
'Alt+KeyM': {
|
|
||||||
action: () => this.$refs.arrowDownButton?.$el.click(),
|
|
||||||
allowOnFocusedInput: true,
|
|
||||||
},
|
|
||||||
'Alt+KeyE': this.resolveOrToast,
|
|
||||||
'$mod+Alt+KeyE': async event => {
|
|
||||||
const { all, activeIndex, lastIndex } = this.getConversationParams();
|
|
||||||
await this.resolveOrToast();
|
|
||||||
|
|
||||||
if (activeIndex < lastIndex) {
|
|
||||||
all[activeIndex + 1].click();
|
|
||||||
} else if (all.length > 1) {
|
|
||||||
all[0].click();
|
|
||||||
document.querySelector('.conversations-list').scrollTop = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
event.preventDefault();
|
|
||||||
},
|
|
||||||
};
|
|
||||||
},
|
|
||||||
getConversationParams() {
|
|
||||||
const allConversations = document.querySelectorAll(
|
|
||||||
'.conversations-list .conversation'
|
|
||||||
);
|
|
||||||
|
|
||||||
const activeConversation = document.querySelector(
|
|
||||||
'div.conversations-list div.conversation.active'
|
|
||||||
);
|
|
||||||
const activeConversationIndex = [...allConversations].indexOf(
|
|
||||||
activeConversation
|
|
||||||
);
|
|
||||||
const lastConversationIndex = allConversations.length - 1;
|
|
||||||
|
|
||||||
return {
|
|
||||||
all: allConversations,
|
|
||||||
activeIndex: activeConversationIndex,
|
|
||||||
lastIndex: lastConversationIndex,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
async resolveOrToast() {
|
|
||||||
try {
|
|
||||||
await this.toggleStatus(wootConstants.STATUS_TYPE.RESOLVED);
|
|
||||||
} catch (error) {
|
|
||||||
// error
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onCmdOpenConversation() {
|
|
||||||
this.toggleStatus(this.STATUS_TYPE.OPEN);
|
|
||||||
},
|
|
||||||
onCmdResolveConversation() {
|
|
||||||
this.toggleStatus(this.STATUS_TYPE.RESOLVED);
|
|
||||||
},
|
|
||||||
showOpenButton() {
|
|
||||||
return this.isResolved || this.isSnoozed;
|
|
||||||
},
|
|
||||||
closeDropdown() {
|
|
||||||
this.showActionsDropdown = false;
|
|
||||||
},
|
|
||||||
openDropdown() {
|
|
||||||
this.showActionsDropdown = true;
|
|
||||||
},
|
|
||||||
toggleStatus(status, snoozedUntil) {
|
|
||||||
this.closeDropdown();
|
|
||||||
this.isLoading = true;
|
|
||||||
this.$store
|
|
||||||
.dispatch('toggleStatus', {
|
|
||||||
conversationId: this.currentChat.id,
|
|
||||||
status,
|
|
||||||
snoozedUntil,
|
|
||||||
})
|
|
||||||
.then(() => {
|
|
||||||
this.showAlert(this.$t('CONVERSATION.CHANGE_STATUS'));
|
|
||||||
this.isLoading = false;
|
|
||||||
});
|
|
||||||
},
|
|
||||||
openSnoozeModal() {
|
|
||||||
const ninja = document.querySelector('ninja-keys');
|
|
||||||
ninja.open({ parent: 'snooze_conversation' });
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.dropdown-pane {
|
.dropdown-pane {
|
||||||
@apply left-auto top-[2.625rem] mt-0.5 right-0 max-w-[12.5rem] min-w-[9.75rem];
|
|
||||||
|
|
||||||
.dropdown-menu__item {
|
.dropdown-menu__item {
|
||||||
@apply mb-0;
|
@apply mb-0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,53 +1,6 @@
|
|||||||
<template>
|
|
||||||
<woot-dropdown-menu>
|
|
||||||
<woot-dropdown-header :title="$t('SIDEBAR.SET_AVAILABILITY_TITLE')" />
|
|
||||||
<woot-dropdown-item
|
|
||||||
v-for="status in availabilityStatuses"
|
|
||||||
:key="status.value"
|
|
||||||
class="flex items-baseline"
|
|
||||||
>
|
|
||||||
<woot-button
|
|
||||||
size="small"
|
|
||||||
:color-scheme="status.disabled ? '' : 'secondary'"
|
|
||||||
:variant="status.disabled ? 'smooth' : 'clear'"
|
|
||||||
class-names="status-change--dropdown-button"
|
|
||||||
@click="changeAvailabilityStatus(status.value)"
|
|
||||||
>
|
|
||||||
<availability-status-badge :status="status.value" />
|
|
||||||
{{ status.label }}
|
|
||||||
</woot-button>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-divider />
|
|
||||||
<woot-dropdown-item class="m-0 flex items-center justify-between p-2">
|
|
||||||
<div class="flex items-center">
|
|
||||||
<fluent-icon
|
|
||||||
v-tooltip.right-start="$t('SIDEBAR.SET_AUTO_OFFLINE.INFO_TEXT')"
|
|
||||||
icon="info"
|
|
||||||
size="14"
|
|
||||||
class="mt-px"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<span
|
|
||||||
class="my-0 mx-1 text-xs font-medium text-slate-600 dark:text-slate-100"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR.SET_AUTO_OFFLINE.TEXT') }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<woot-switch
|
|
||||||
size="small"
|
|
||||||
class="mt-px mx-1 mb-0"
|
|
||||||
:value="currentUserAutoOffline"
|
|
||||||
@input="updateAutoOffline"
|
|
||||||
/>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-divider />
|
|
||||||
</woot-dropdown-menu>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
import { useAlert } from 'dashboard/composables';
|
||||||
import WootDropdownItem from 'shared/components/ui/dropdown/DropdownItem.vue';
|
import WootDropdownItem from 'shared/components/ui/dropdown/DropdownItem.vue';
|
||||||
import WootDropdownMenu from 'shared/components/ui/dropdown/DropdownMenu.vue';
|
import WootDropdownMenu from 'shared/components/ui/dropdown/DropdownMenu.vue';
|
||||||
import WootDropdownHeader from 'shared/components/ui/dropdown/DropdownHeader.vue';
|
import WootDropdownHeader from 'shared/components/ui/dropdown/DropdownHeader.vue';
|
||||||
@@ -65,9 +18,6 @@ export default {
|
|||||||
WootDropdownItem,
|
WootDropdownItem,
|
||||||
AvailabilityStatusBadge,
|
AvailabilityStatusBadge,
|
||||||
},
|
},
|
||||||
|
|
||||||
mixins: [alertMixin],
|
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isStatusMenuOpened: false,
|
isStatusMenuOpened: false,
|
||||||
@@ -129,7 +79,7 @@ export default {
|
|||||||
account_id: this.currentAccountId,
|
account_id: this.currentAccountId,
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.showAlert(
|
useAlert(
|
||||||
this.$t('PROFILE_SETTINGS.FORM.AVAILABILITY.SET_AVAILABILITY_ERROR')
|
this.$t('PROFILE_SETTINGS.FORM.AVAILABILITY.SET_AVAILABILITY_ERROR')
|
||||||
);
|
);
|
||||||
} finally {
|
} finally {
|
||||||
@@ -139,3 +89,50 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<WootDropdownMenu>
|
||||||
|
<WootDropdownHeader :title="$t('SIDEBAR.SET_AVAILABILITY_TITLE')" />
|
||||||
|
<WootDropdownItem
|
||||||
|
v-for="status in availabilityStatuses"
|
||||||
|
:key="status.value"
|
||||||
|
class="flex items-baseline"
|
||||||
|
>
|
||||||
|
<woot-button
|
||||||
|
size="small"
|
||||||
|
:color-scheme="status.disabled ? '' : 'secondary'"
|
||||||
|
:variant="status.disabled ? 'smooth' : 'clear'"
|
||||||
|
class-names="status-change--dropdown-button"
|
||||||
|
@click="changeAvailabilityStatus(status.value)"
|
||||||
|
>
|
||||||
|
<AvailabilityStatusBadge :status="status.value" />
|
||||||
|
{{ status.label }}
|
||||||
|
</woot-button>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownDivider />
|
||||||
|
<WootDropdownItem class="flex items-center justify-between p-2 m-0">
|
||||||
|
<div class="flex items-center">
|
||||||
|
<fluent-icon
|
||||||
|
v-tooltip.right-start="$t('SIDEBAR.SET_AUTO_OFFLINE.INFO_TEXT')"
|
||||||
|
icon="info"
|
||||||
|
size="14"
|
||||||
|
class="mt-px"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="mx-1 my-0 text-xs font-medium text-slate-600 dark:text-slate-100"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR.SET_AUTO_OFFLINE.TEXT') }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<woot-switch
|
||||||
|
size="small"
|
||||||
|
class="mx-1 mt-px mb-0"
|
||||||
|
:value="currentUserAutoOffline"
|
||||||
|
@input="updateAutoOffline"
|
||||||
|
/>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownDivider />
|
||||||
|
</WootDropdownMenu>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,43 +1,13 @@
|
|||||||
<template>
|
|
||||||
<aside class="flex h-full">
|
|
||||||
<primary-sidebar
|
|
||||||
:logo-source="globalConfig.logoThumbnail"
|
|
||||||
:installation-name="globalConfig.installationName"
|
|
||||||
:is-a-custom-branded-instance="isACustomBrandedInstance"
|
|
||||||
:account-id="accountId"
|
|
||||||
:menu-items="primaryMenuItems"
|
|
||||||
:active-menu-item="activePrimaryMenu.key"
|
|
||||||
@toggle-accounts="toggleAccountModal"
|
|
||||||
@key-shortcut-modal="toggleKeyShortcutModal"
|
|
||||||
@open-notification-panel="openNotificationPanel"
|
|
||||||
/>
|
|
||||||
<secondary-sidebar
|
|
||||||
v-if="showSecondarySidebar"
|
|
||||||
:class="sidebarClassName"
|
|
||||||
:account-id="accountId"
|
|
||||||
:inboxes="inboxes"
|
|
||||||
:labels="labels"
|
|
||||||
:teams="teams"
|
|
||||||
:custom-views="customViews"
|
|
||||||
:menu-config="activeSecondaryMenu"
|
|
||||||
:current-user="currentUser"
|
|
||||||
:is-on-chatwoot-cloud="isOnChatwootCloud"
|
|
||||||
@add-label="showAddLabelPopup"
|
|
||||||
@toggle-accounts="toggleAccountModal"
|
|
||||||
/>
|
|
||||||
</aside>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import { ref } from 'vue';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import adminMixin from '../../mixins/isAdmin';
|
|
||||||
import { getSidebarItems } from './config/default-sidebar';
|
import { getSidebarItems } from './config/default-sidebar';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
import { useKeyboardEvents } from 'dashboard/composables/useKeyboardEvents';
|
||||||
|
import { useRoute, useRouter } from 'dashboard/composables/route';
|
||||||
|
|
||||||
import PrimarySidebar from './sidebarComponents/Primary.vue';
|
import PrimarySidebar from './sidebarComponents/Primary.vue';
|
||||||
import SecondarySidebar from './sidebarComponents/Secondary.vue';
|
import SecondarySidebar from './sidebarComponents/Secondary.vue';
|
||||||
import keyboardEventListenerMixins from 'shared/mixins/keyboardEventListenerMixins';
|
import { routesWithPermissions } from '../../routes';
|
||||||
import router, { routesWithPermissions } from '../../routes';
|
|
||||||
import { hasPermissions } from '../../helper/permissionsHelper';
|
import { hasPermissions } from '../../helper/permissionsHelper';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -45,7 +15,6 @@ export default {
|
|||||||
PrimarySidebar,
|
PrimarySidebar,
|
||||||
SecondarySidebar,
|
SecondarySidebar,
|
||||||
},
|
},
|
||||||
mixins: [adminMixin, alertMixin, keyboardEventListenerMixins],
|
|
||||||
props: {
|
props: {
|
||||||
showSecondarySidebar: {
|
showSecondarySidebar: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@@ -56,6 +25,52 @@ export default {
|
|||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
setup(props, { emit }) {
|
||||||
|
const sidebarRef = ref(null);
|
||||||
|
const route = useRoute();
|
||||||
|
const router = useRouter();
|
||||||
|
|
||||||
|
const toggleKeyShortcutModal = () => {
|
||||||
|
emit('openKeyShortcutModal');
|
||||||
|
};
|
||||||
|
const closeKeyShortcutModal = () => {
|
||||||
|
emit('closeKeyShortcutModal');
|
||||||
|
};
|
||||||
|
const isCurrentRouteSameAsNavigation = routeName => {
|
||||||
|
return route.name === routeName;
|
||||||
|
};
|
||||||
|
const navigateToRoute = routeName => {
|
||||||
|
if (!isCurrentRouteSameAsNavigation(routeName)) {
|
||||||
|
router.push({ name: routeName });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
const keyboardEvents = {
|
||||||
|
'$mod+Slash': {
|
||||||
|
action: toggleKeyShortcutModal,
|
||||||
|
},
|
||||||
|
'$mod+Escape': {
|
||||||
|
action: closeKeyShortcutModal,
|
||||||
|
},
|
||||||
|
'Alt+KeyC': {
|
||||||
|
action: () => navigateToRoute('home'),
|
||||||
|
},
|
||||||
|
'Alt+KeyV': {
|
||||||
|
action: () => navigateToRoute('contacts_dashboard'),
|
||||||
|
},
|
||||||
|
'Alt+KeyR': {
|
||||||
|
action: () => navigateToRoute('account_overview_reports'),
|
||||||
|
},
|
||||||
|
'Alt+KeyS': {
|
||||||
|
action: () => navigateToRoute('agent_list'),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
useKeyboardEvents(keyboardEvents, sidebarRef);
|
||||||
|
|
||||||
|
return {
|
||||||
|
toggleKeyShortcutModal,
|
||||||
|
sidebarRef,
|
||||||
|
};
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showOptionsMenu: false,
|
showOptionsMenu: false,
|
||||||
@@ -65,7 +80,6 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
accountId: 'getCurrentAccountId',
|
accountId: 'getCurrentAccountId',
|
||||||
currentRole: 'getCurrentRole',
|
|
||||||
currentUser: 'getCurrentUser',
|
currentUser: 'getCurrentUser',
|
||||||
globalConfig: 'globalConfig/get',
|
globalConfig: 'globalConfig/get',
|
||||||
inboxes: 'inboxes/getInboxes',
|
inboxes: 'inboxes/getInboxes',
|
||||||
@@ -164,50 +178,48 @@ export default {
|
|||||||
this.$store.dispatch('customViews/get', this.activeCustomView);
|
this.$store.dispatch('customViews/get', this.activeCustomView);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toggleKeyShortcutModal() {
|
|
||||||
this.$emit('open-key-shortcut-modal');
|
|
||||||
},
|
|
||||||
closeKeyShortcutModal() {
|
|
||||||
this.$emit('close-key-shortcut-modal');
|
|
||||||
},
|
|
||||||
getKeyboardEvents() {
|
|
||||||
return {
|
|
||||||
'$mod+Slash': this.toggleKeyShortcutModal,
|
|
||||||
'$mod+Escape': this.closeKeyShortcutModal,
|
|
||||||
'Alt+KeyC': {
|
|
||||||
action: () => this.navigateToRoute('home'),
|
|
||||||
},
|
|
||||||
'Alt+KeyV': {
|
|
||||||
action: () => this.navigateToRoute('contacts_dashboard'),
|
|
||||||
},
|
|
||||||
'Alt+KeyR': {
|
|
||||||
action: () => this.navigateToRoute('account_overview_reports'),
|
|
||||||
},
|
|
||||||
'Alt+KeyS': {
|
|
||||||
action: () => this.navigateToRoute('agent_list'),
|
|
||||||
},
|
|
||||||
};
|
|
||||||
},
|
|
||||||
navigateToRoute(routeName) {
|
|
||||||
if (!this.isCurrentRouteSameAsNavigation(routeName)) {
|
|
||||||
router.push({ name: routeName });
|
|
||||||
}
|
|
||||||
},
|
|
||||||
isCurrentRouteSameAsNavigation(routeName) {
|
|
||||||
return this.$route.name === routeName;
|
|
||||||
},
|
|
||||||
toggleSupportChatWindow() {
|
toggleSupportChatWindow() {
|
||||||
window.$chatwoot.toggle();
|
window.$chatwoot.toggle();
|
||||||
},
|
},
|
||||||
toggleAccountModal() {
|
toggleAccountModal() {
|
||||||
this.$emit('toggle-account-modal');
|
this.$emit('toggleAccountModal');
|
||||||
},
|
},
|
||||||
showAddLabelPopup() {
|
showAddLabelPopup() {
|
||||||
this.$emit('show-add-label-popup');
|
this.$emit('showAddLabelPopup');
|
||||||
},
|
},
|
||||||
openNotificationPanel() {
|
openNotificationPanel() {
|
||||||
this.$emit('open-notification-panel');
|
this.$emit('openNotificationPanel');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<aside ref="sidebarRef" class="flex h-full">
|
||||||
|
<PrimarySidebar
|
||||||
|
:logo-source="globalConfig.logoThumbnail"
|
||||||
|
:installation-name="globalConfig.installationName"
|
||||||
|
:is-a-custom-branded-instance="isACustomBrandedInstance"
|
||||||
|
:account-id="accountId"
|
||||||
|
:menu-items="primaryMenuItems"
|
||||||
|
:active-menu-item="activePrimaryMenu.key"
|
||||||
|
@toggleAccounts="toggleAccountModal"
|
||||||
|
@openKeyShortcutModal="toggleKeyShortcutModal"
|
||||||
|
@openNotificationPanel="openNotificationPanel"
|
||||||
|
/>
|
||||||
|
<SecondarySidebar
|
||||||
|
v-if="showSecondarySidebar"
|
||||||
|
:class="sidebarClassName"
|
||||||
|
:account-id="accountId"
|
||||||
|
:inboxes="inboxes"
|
||||||
|
:labels="labels"
|
||||||
|
:teams="teams"
|
||||||
|
:custom-views="customViews"
|
||||||
|
:menu-config="activeSecondaryMenu"
|
||||||
|
:current-user="currentUser"
|
||||||
|
:is-on-chatwoot-cloud="isOnChatwootCloud"
|
||||||
|
@addLabel="showAddLabelPopup"
|
||||||
|
@toggleAccounts="toggleAccountModal"
|
||||||
|
/>
|
||||||
|
</aside>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -17,6 +17,14 @@ const primaryMenuItems = accountId => [
|
|||||||
toState: frontendURL(`accounts/${accountId}/dashboard`),
|
toState: frontendURL(`accounts/${accountId}/dashboard`),
|
||||||
toStateName: 'home',
|
toStateName: 'home',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: 'captain',
|
||||||
|
key: 'captain',
|
||||||
|
label: 'CAPTAIN',
|
||||||
|
featureFlag: FEATURE_FLAGS.CAPTAIN,
|
||||||
|
toState: frontendURL(`accounts/${accountId}/captain`),
|
||||||
|
toStateName: 'captain',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: 'book-contacts',
|
icon: 'book-contacts',
|
||||||
key: 'contacts',
|
key: 'contacts',
|
||||||
|
|||||||
@@ -163,17 +163,6 @@ const settings = accountId => ({
|
|||||||
permissions: ['administrator'],
|
permissions: ['administrator'],
|
||||||
},
|
},
|
||||||
toState: frontendURL(`accounts/${accountId}/settings/integrations`),
|
toState: frontendURL(`accounts/${accountId}/settings/integrations`),
|
||||||
toStateName: 'settings_integrations',
|
|
||||||
featureFlag: FEATURE_FLAGS.INTEGRATIONS,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: 'star-emphasis',
|
|
||||||
label: 'APPLICATIONS',
|
|
||||||
hasSubMenu: false,
|
|
||||||
meta: {
|
|
||||||
permissions: ['administrator'],
|
|
||||||
},
|
|
||||||
toState: frontendURL(`accounts/${accountId}/settings/applications`),
|
|
||||||
toStateName: 'settings_applications',
|
toStateName: 'settings_applications',
|
||||||
featureFlag: FEATURE_FLAGS.INTEGRATIONS,
|
featureFlag: FEATURE_FLAGS.INTEGRATIONS,
|
||||||
},
|
},
|
||||||
@@ -184,11 +173,10 @@ const settings = accountId => ({
|
|||||||
meta: {
|
meta: {
|
||||||
permissions: ['administrator'],
|
permissions: ['administrator'],
|
||||||
},
|
},
|
||||||
toState: frontendURL(`accounts/${accountId}/settings/audit-log/list`),
|
toState: frontendURL(`accounts/${accountId}/settings/audit-logs/list`),
|
||||||
toStateName: 'auditlogs_list',
|
toStateName: 'auditlogs_list',
|
||||||
isEnterpriseOnly: true,
|
isEnterpriseOnly: true,
|
||||||
featureFlag: FEATURE_FLAGS.AUDIT_LOGS,
|
featureFlag: FEATURE_FLAGS.AUDIT_LOGS,
|
||||||
beta: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'document-list-clock',
|
icon: 'document-list-clock',
|
||||||
|
|||||||
@@ -1,35 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
v-if="showShowCurrentAccountContext"
|
|
||||||
class="text-slate-700 dark:text-slate-200 rounded-md text-xs py-2 px-2 mt-2 relative border border-slate-50 dark:border-slate-800/50 hover:bg-slate-50 dark:hover:bg-slate-800 cursor-pointer"
|
|
||||||
@mouseover="setShowSwitch"
|
|
||||||
@mouseleave="resetShowSwitch"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR.CURRENTLY_VIEWING_ACCOUNT') }}
|
|
||||||
<p
|
|
||||||
class="text-ellipsis overflow-hidden whitespace-nowrap font-medium mb-0 text-slate-800 dark:text-slate-100"
|
|
||||||
>
|
|
||||||
{{ account.name }}
|
|
||||||
</p>
|
|
||||||
<transition name="fade">
|
|
||||||
<div
|
|
||||||
v-if="showSwitchButton"
|
|
||||||
class="ltr:overlay-shadow ltr:dark:overlay-shadow-dark rtl:rtl-overlay-shadow rtl:dark:rtl-overlay-shadow-dark flex items-center h-full rounded-md justify-end absolute top-0 right-0 w-full"
|
|
||||||
>
|
|
||||||
<div class="my-0 mx-2">
|
|
||||||
<woot-button
|
|
||||||
variant="clear"
|
|
||||||
size="tiny"
|
|
||||||
icon="arrow-swap"
|
|
||||||
@click="$emit('toggle-accounts')"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR.SWITCH') }}
|
|
||||||
</woot-button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</transition>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
|
|
||||||
@@ -56,6 +24,40 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
v-if="showShowCurrentAccountContext"
|
||||||
|
class="relative px-2 py-2 mt-2 text-xs border rounded-md cursor-pointer text-slate-700 dark:text-slate-200 border-slate-50 dark:border-slate-800/50 hover:bg-slate-50 dark:hover:bg-slate-800"
|
||||||
|
@mouseover="setShowSwitch"
|
||||||
|
@mouseleave="resetShowSwitch"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR.CURRENTLY_VIEWING_ACCOUNT') }}
|
||||||
|
<p
|
||||||
|
class="mb-0 overflow-hidden font-medium text-ellipsis whitespace-nowrap text-slate-800 dark:text-slate-100"
|
||||||
|
>
|
||||||
|
{{ account.name }}
|
||||||
|
</p>
|
||||||
|
<transition name="fade">
|
||||||
|
<div
|
||||||
|
v-if="showSwitchButton"
|
||||||
|
class="absolute top-0 right-0 flex items-center justify-end w-full h-full rounded-md ltr:overlay-shadow ltr:dark:overlay-shadow-dark rtl:rtl-overlay-shadow rtl:dark:rtl-overlay-shadow-dark"
|
||||||
|
>
|
||||||
|
<div class="mx-2 my-0">
|
||||||
|
<woot-button
|
||||||
|
variant="clear"
|
||||||
|
size="tiny"
|
||||||
|
icon="arrow-swap"
|
||||||
|
@click="$emit('toggleAccounts')"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR.SWITCH') }}
|
||||||
|
</woot-button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</transition>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@layer components {
|
@layer components {
|
||||||
|
|||||||
@@ -1,62 +1,3 @@
|
|||||||
<template>
|
|
||||||
<woot-modal
|
|
||||||
:show="showAccountModal"
|
|
||||||
:on-close="() => $emit('close-account-modal')"
|
|
||||||
>
|
|
||||||
<woot-modal-header
|
|
||||||
:header-title="$t('SIDEBAR_ITEMS.CHANGE_ACCOUNTS')"
|
|
||||||
:header-content="$t('SIDEBAR_ITEMS.SELECTOR_SUBTITLE')"
|
|
||||||
/>
|
|
||||||
<div class="px-8 py-4">
|
|
||||||
<div
|
|
||||||
v-for="account in currentUser.accounts"
|
|
||||||
:id="`account-${account.id}`"
|
|
||||||
:key="account.id"
|
|
||||||
class="pt-0 pb-0"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="flex justify-between items-center expanded clear link cursor-pointer px-4 py-3 w-full rounded-lg hover:underline hover:bg-slate-25 dark:hover:bg-slate-900"
|
|
||||||
@click="onChangeAccount(account.id)"
|
|
||||||
>
|
|
||||||
<span class="w-full">
|
|
||||||
<label :for="account.name" class="text-left rtl:text-right">
|
|
||||||
<div
|
|
||||||
class="text-slate-700 text-lg dark:text-slate-100 font-medium hover:underline-offset-4 leading-5"
|
|
||||||
>
|
|
||||||
{{ account.name }}
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="text-slate-500 text-xs dark:text-slate-500 font-medium hover:underline-offset-4"
|
|
||||||
>
|
|
||||||
{{ account.role }}
|
|
||||||
</div>
|
|
||||||
</label>
|
|
||||||
</span>
|
|
||||||
<fluent-icon
|
|
||||||
v-show="account.id === accountId"
|
|
||||||
class="text-slate-800 dark:text-slate-100"
|
|
||||||
icon="checkmark-circle"
|
|
||||||
type="solid"
|
|
||||||
size="24"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
|
||||||
v-if="globalConfig.createNewAccountFromDashboard"
|
|
||||||
class="flex justify-end items-center px-8 pb-8 pt-4 gap-2"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="button success large expanded nice w-full"
|
|
||||||
@click="$emit('show-create-account-modal')"
|
|
||||||
>
|
|
||||||
{{ $t('CREATE_ACCOUNT.NEW_ACCOUNT') }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</woot-modal>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
export default {
|
export default {
|
||||||
@@ -82,3 +23,62 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<woot-modal
|
||||||
|
:show="showAccountModal"
|
||||||
|
:on-close="() => $emit('closeAccountModal')"
|
||||||
|
>
|
||||||
|
<woot-modal-header
|
||||||
|
:header-title="$t('SIDEBAR_ITEMS.CHANGE_ACCOUNTS')"
|
||||||
|
:header-content="$t('SIDEBAR_ITEMS.SELECTOR_SUBTITLE')"
|
||||||
|
/>
|
||||||
|
<div class="px-8 py-4">
|
||||||
|
<div
|
||||||
|
v-for="account in currentUser.accounts"
|
||||||
|
:id="`account-${account.id}`"
|
||||||
|
:key="account.id"
|
||||||
|
class="pt-0 pb-0"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="flex items-center justify-between w-full px-4 py-3 rounded-lg cursor-pointer expanded clear link hover:underline hover:bg-slate-25 dark:hover:bg-slate-900"
|
||||||
|
@click="onChangeAccount(account.id)"
|
||||||
|
>
|
||||||
|
<span class="w-full">
|
||||||
|
<label :for="account.name" class="text-left rtl:text-right">
|
||||||
|
<div
|
||||||
|
class="text-lg font-medium leading-5 text-slate-700 dark:text-slate-100 hover:underline-offset-4"
|
||||||
|
>
|
||||||
|
{{ account.name }}
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="text-xs font-medium text-slate-500 dark:text-slate-500 hover:underline-offset-4"
|
||||||
|
>
|
||||||
|
{{ account.role }}
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
</span>
|
||||||
|
<fluent-icon
|
||||||
|
v-show="account.id === accountId"
|
||||||
|
class="text-slate-800 dark:text-slate-100"
|
||||||
|
icon="checkmark-circle"
|
||||||
|
type="solid"
|
||||||
|
size="24"
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
v-if="globalConfig.createNewAccountFromDashboard"
|
||||||
|
class="flex items-center justify-end gap-2 px-8 pt-4 pb-8"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="w-full button success large expanded nice"
|
||||||
|
@click="$emit('showCreateAccountModal')"
|
||||||
|
>
|
||||||
|
{{ $t('CREATE_ACCOUNT.NEW_ACCOUNT') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</woot-modal>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,60 +1,10 @@
|
|||||||
<template>
|
|
||||||
<woot-modal
|
|
||||||
:show="show"
|
|
||||||
:on-close="() => $emit('close-account-create-modal')"
|
|
||||||
>
|
|
||||||
<div class="h-auto overflow-auto flex flex-col">
|
|
||||||
<woot-modal-header
|
|
||||||
:header-title="$t('CREATE_ACCOUNT.NEW_ACCOUNT')"
|
|
||||||
:header-content="$t('CREATE_ACCOUNT.SELECTOR_SUBTITLE')"
|
|
||||||
/>
|
|
||||||
<div v-if="!hasAccounts" class="text-sm mt-6 mx-8 mb-0">
|
|
||||||
<div class="items-center rounded-md flex alert">
|
|
||||||
<div class="ml-1 mr-3">
|
|
||||||
<fluent-icon icon="warning" />
|
|
||||||
</div>
|
|
||||||
{{ $t('CREATE_ACCOUNT.NO_ACCOUNT_WARNING') }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<form class="flex flex-col w-full" @submit.prevent="addAccount">
|
|
||||||
<div class="w-full">
|
|
||||||
<label :class="{ error: $v.accountName.$error }">
|
|
||||||
{{ $t('CREATE_ACCOUNT.FORM.NAME.LABEL') }}
|
|
||||||
<input
|
|
||||||
v-model.trim="accountName"
|
|
||||||
type="text"
|
|
||||||
:placeholder="$t('CREATE_ACCOUNT.FORM.NAME.PLACEHOLDER')"
|
|
||||||
@input="$v.accountName.$touch"
|
|
||||||
/>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="w-full">
|
|
||||||
<div class="w-full">
|
|
||||||
<woot-submit-button
|
|
||||||
:disabled="
|
|
||||||
$v.accountName.$invalid ||
|
|
||||||
$v.accountName.$invalid ||
|
|
||||||
uiFlags.isCreating
|
|
||||||
"
|
|
||||||
:button-text="$t('CREATE_ACCOUNT.FORM.SUBMIT')"
|
|
||||||
:loading="uiFlags.isCreating"
|
|
||||||
button-class="large expanded"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</woot-modal>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { required, minLength } from 'vuelidate/lib/validators';
|
import { useVuelidate } from '@vuelidate/core';
|
||||||
|
import { required, minLength } from '@vuelidate/validators';
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import alertMixin from 'shared/mixins/alertMixin';
|
import { useAlert } from 'dashboard/composables';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
mixins: [alertMixin],
|
|
||||||
props: {
|
props: {
|
||||||
show: {
|
show: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@@ -65,6 +15,9 @@ export default {
|
|||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
setup() {
|
||||||
|
return { v$: useVuelidate() };
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
accountName: '',
|
accountName: '',
|
||||||
@@ -87,17 +40,64 @@ export default {
|
|||||||
const account_id = await this.$store.dispatch('accounts/create', {
|
const account_id = await this.$store.dispatch('accounts/create', {
|
||||||
account_name: this.accountName,
|
account_name: this.accountName,
|
||||||
});
|
});
|
||||||
this.$emit('close-account-create-modal');
|
this.$emit('closeAccountCreateModal');
|
||||||
this.showAlert(this.$t('CREATE_ACCOUNT.API.SUCCESS_MESSAGE'));
|
useAlert(this.$t('CREATE_ACCOUNT.API.SUCCESS_MESSAGE'));
|
||||||
window.location = `/app/accounts/${account_id}/dashboard`;
|
window.location = `/app/accounts/${account_id}/dashboard`;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error.response.status === 422) {
|
if (error.response.status === 422) {
|
||||||
this.showAlert(this.$t('CREATE_ACCOUNT.API.EXIST_MESSAGE'));
|
useAlert(this.$t('CREATE_ACCOUNT.API.EXIST_MESSAGE'));
|
||||||
} else {
|
} else {
|
||||||
this.showAlert(this.$t('CREATE_ACCOUNT.API.ERROR_MESSAGE'));
|
useAlert(this.$t('CREATE_ACCOUNT.API.ERROR_MESSAGE'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<woot-modal :show="show" :on-close="() => $emit('closeAccountCreateModal')">
|
||||||
|
<div class="flex flex-col h-auto overflow-auto">
|
||||||
|
<woot-modal-header
|
||||||
|
:header-title="$t('CREATE_ACCOUNT.NEW_ACCOUNT')"
|
||||||
|
:header-content="$t('CREATE_ACCOUNT.SELECTOR_SUBTITLE')"
|
||||||
|
/>
|
||||||
|
<div v-if="!hasAccounts" class="mx-8 mt-6 mb-0 text-sm">
|
||||||
|
<div class="flex items-center rounded-md alert">
|
||||||
|
<div class="ml-1 mr-3">
|
||||||
|
<fluent-icon icon="warning" />
|
||||||
|
</div>
|
||||||
|
{{ $t('CREATE_ACCOUNT.NO_ACCOUNT_WARNING') }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<form class="flex flex-col w-full" @submit.prevent="addAccount">
|
||||||
|
<div class="w-full">
|
||||||
|
<label :class="{ error: v$.accountName.$error }">
|
||||||
|
{{ $t('CREATE_ACCOUNT.FORM.NAME.LABEL') }}
|
||||||
|
<input
|
||||||
|
v-model.trim="accountName"
|
||||||
|
type="text"
|
||||||
|
:placeholder="$t('CREATE_ACCOUNT.FORM.NAME.PLACEHOLDER')"
|
||||||
|
@input="v$.accountName.$touch"
|
||||||
|
/>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="w-full">
|
||||||
|
<div class="w-full">
|
||||||
|
<woot-submit-button
|
||||||
|
:disabled="
|
||||||
|
v$.accountName.$invalid ||
|
||||||
|
v$.accountName.$invalid ||
|
||||||
|
uiFlags.isCreating
|
||||||
|
"
|
||||||
|
:button-text="$t('CREATE_ACCOUNT.FORM.SUBMIT')"
|
||||||
|
:loading="uiFlags.isCreating"
|
||||||
|
button-class="large expanded"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</woot-modal>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,19 +1,3 @@
|
|||||||
<template>
|
|
||||||
<woot-button
|
|
||||||
v-tooltip.right="$t(`SIDEBAR.PROFILE_SETTINGS`)"
|
|
||||||
variant="link"
|
|
||||||
class="items-center flex rounded-full"
|
|
||||||
@click="handleClick"
|
|
||||||
>
|
|
||||||
<thumbnail
|
|
||||||
:src="currentUser.avatar_url"
|
|
||||||
:username="currentUser.name"
|
|
||||||
:status="statusOfAgent"
|
|
||||||
should-show-status-always
|
|
||||||
size="32px"
|
|
||||||
/>
|
|
||||||
</woot-button>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import Thumbnail from '../../widgets/Thumbnail.vue';
|
import Thumbnail from '../../widgets/Thumbnail.vue';
|
||||||
@@ -33,8 +17,25 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleClick() {
|
handleClick() {
|
||||||
this.$emit('toggle-menu');
|
this.$emit('toggleMenu');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<woot-button
|
||||||
|
v-tooltip.right="$t(`SIDEBAR.PROFILE_SETTINGS`)"
|
||||||
|
variant="link"
|
||||||
|
class="flex items-center rounded-full"
|
||||||
|
@click="handleClick"
|
||||||
|
>
|
||||||
|
<Thumbnail
|
||||||
|
:src="currentUser.avatar_url"
|
||||||
|
:username="currentUser.name"
|
||||||
|
:status="statusOfAgent"
|
||||||
|
should-show-status-always
|
||||||
|
size="32px"
|
||||||
|
/>
|
||||||
|
</woot-button>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,10 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div class="w-8 h-8">
|
|
||||||
<router-link :to="dashboardPath" replace>
|
|
||||||
<img :src="source" :alt="name" />
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
import { frontendURL } from 'dashboard/helper/URLHelper';
|
import { frontendURL } from 'dashboard/helper/URLHelper';
|
||||||
|
|
||||||
@@ -30,3 +23,11 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="w-8 h-8">
|
||||||
|
<router-link :to="dashboardPath" replace>
|
||||||
|
<img :src="source" :alt="name" />
|
||||||
|
</router-link>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,7 +1,38 @@
|
|||||||
|
<script>
|
||||||
|
import { mapGetters } from 'vuex';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
computed: {
|
||||||
|
...mapGetters({
|
||||||
|
notificationMetadata: 'notifications/getMeta',
|
||||||
|
}),
|
||||||
|
unreadCount() {
|
||||||
|
if (!this.notificationMetadata.unreadCount) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
return this.notificationMetadata.unreadCount < 100
|
||||||
|
? `${this.notificationMetadata.unreadCount}`
|
||||||
|
: '99+';
|
||||||
|
},
|
||||||
|
isNotificationPanelActive() {
|
||||||
|
return this.$route.name === 'notifications_index';
|
||||||
|
},
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
openNotificationPanel() {
|
||||||
|
if (this.$route.name !== 'notifications_index') {
|
||||||
|
this.$emit('openNotificationPanel');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<button
|
<button
|
||||||
class="text-slate-600 dark:text-slate-100 w-10 h-10 my-2 p-0 flex items-center justify-center rounded-lg hover:bg-slate-25 dark:hover:bg-slate-700 dark:hover:text-slate-100 hover:text-slate-600 relative"
|
class="relative flex items-center justify-center w-10 h-10 p-0 my-2 rounded-lg text-slate-600 dark:text-slate-100 hover:bg-slate-25 dark:hover:bg-slate-700 dark:hover:text-slate-100 hover:text-slate-600"
|
||||||
:class="{
|
:class="{
|
||||||
'bg-woot-50 dark:bg-slate-800 text-woot-500 hover:bg-woot-50':
|
'bg-woot-50 dark:bg-slate-800 text-woot-500 hover:bg-woot-50':
|
||||||
isNotificationPanelActive,
|
isNotificationPanelActive,
|
||||||
@@ -23,34 +54,3 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
|
||||||
import { mapGetters } from 'vuex';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
computed: {
|
|
||||||
...mapGetters({
|
|
||||||
accountId: 'getCurrentAccountId',
|
|
||||||
notificationMetadata: 'notifications/getMeta',
|
|
||||||
}),
|
|
||||||
unreadCount() {
|
|
||||||
if (!this.notificationMetadata.unreadCount) {
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
return this.notificationMetadata.unreadCount < 100
|
|
||||||
? `${this.notificationMetadata.unreadCount}`
|
|
||||||
: '99+';
|
|
||||||
},
|
|
||||||
isNotificationPanelActive() {
|
|
||||||
return this.$route.name === 'notifications_index';
|
|
||||||
},
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
openNotificationPanel() {
|
|
||||||
if (this.$route.name !== 'notifications_index') {
|
|
||||||
this.$emit('open-notification-panel');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|||||||
@@ -1,110 +1,3 @@
|
|||||||
<template>
|
|
||||||
<transition name="menu-slide">
|
|
||||||
<div
|
|
||||||
v-if="show"
|
|
||||||
v-on-clickaway="onClickAway"
|
|
||||||
class="left-3 rtl:left-auto rtl:right-3 bottom-16 w-64 absolute z-30 rounded-md shadow-xl bg-white dark:bg-slate-800 py-2 px-2 border border-slate-25 dark:border-slate-700"
|
|
||||||
:class="{ 'block visible': show }"
|
|
||||||
>
|
|
||||||
<availability-status />
|
|
||||||
<woot-dropdown-menu>
|
|
||||||
<woot-dropdown-item v-if="showChangeAccountOption">
|
|
||||||
<woot-button
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
size="small"
|
|
||||||
icon="arrow-swap"
|
|
||||||
@click="$emit('toggle-accounts')"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR_ITEMS.CHANGE_ACCOUNTS') }}
|
|
||||||
</woot-button>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-item v-if="globalConfig.chatwootInboxToken">
|
|
||||||
<woot-button
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
size="small"
|
|
||||||
icon="chat-help"
|
|
||||||
@click="$emit('show-support-chat-window')"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR_ITEMS.CONTACT_SUPPORT') }}
|
|
||||||
</woot-button>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-item>
|
|
||||||
<woot-button
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
size="small"
|
|
||||||
icon="keyboard"
|
|
||||||
@click="handleKeyboardHelpClick"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR_ITEMS.KEYBOARD_SHORTCUTS') }}
|
|
||||||
</woot-button>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-item>
|
|
||||||
<router-link
|
|
||||||
v-slot="{ href, isActive, navigate }"
|
|
||||||
:to="`/app/accounts/${accountId}/profile/settings`"
|
|
||||||
custom
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
:href="href"
|
|
||||||
class="button small clear secondary bg-white dark:bg-slate-800 h-8"
|
|
||||||
:class="{ 'is-active': isActive }"
|
|
||||||
@click="e => handleProfileSettingClick(e, navigate)"
|
|
||||||
>
|
|
||||||
<fluent-icon icon="person" size="14" class="icon icon--font" />
|
|
||||||
<span class="button__content">
|
|
||||||
{{ $t('SIDEBAR_ITEMS.PROFILE_SETTINGS') }}
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</router-link>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-item>
|
|
||||||
<woot-button
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
size="small"
|
|
||||||
icon="appearance"
|
|
||||||
@click="openAppearanceOptions"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR_ITEMS.APPEARANCE') }}
|
|
||||||
</woot-button>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-item v-if="currentUser.type === 'SuperAdmin'">
|
|
||||||
<a
|
|
||||||
href="/super_admin"
|
|
||||||
class="button small clear secondary bg-white dark:bg-slate-800 h-8"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener nofollow noreferrer"
|
|
||||||
@click="$emit('close')"
|
|
||||||
>
|
|
||||||
<fluent-icon
|
|
||||||
icon="content-settings"
|
|
||||||
size="14"
|
|
||||||
class="icon icon--font"
|
|
||||||
/>
|
|
||||||
<span class="button__content">
|
|
||||||
{{ $t('SIDEBAR_ITEMS.SUPER_ADMIN_CONSOLE') }}
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
<woot-dropdown-item>
|
|
||||||
<woot-button
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
size="small"
|
|
||||||
icon="power"
|
|
||||||
@click="logout"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR_ITEMS.LOGOUT') }}
|
|
||||||
</woot-button>
|
|
||||||
</woot-dropdown-item>
|
|
||||||
</woot-dropdown-menu>
|
|
||||||
</div>
|
|
||||||
</transition>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import Auth from '../../../api/auth';
|
import Auth from '../../../api/auth';
|
||||||
@@ -145,7 +38,7 @@ export default {
|
|||||||
navigate(e);
|
navigate(e);
|
||||||
},
|
},
|
||||||
handleKeyboardHelpClick() {
|
handleKeyboardHelpClick() {
|
||||||
this.$emit('key-shortcut-modal');
|
this.$emit('openKeyShortcutModal');
|
||||||
this.$emit('close');
|
this.$emit('close');
|
||||||
},
|
},
|
||||||
logout() {
|
logout() {
|
||||||
@@ -161,3 +54,110 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<transition name="menu-slide">
|
||||||
|
<div
|
||||||
|
v-if="show"
|
||||||
|
v-on-clickaway="onClickAway"
|
||||||
|
class="absolute z-30 w-64 px-2 py-2 bg-white border rounded-md shadow-xl left-3 rtl:left-auto rtl:right-3 bottom-16 dark:bg-slate-800 border-slate-25 dark:border-slate-700"
|
||||||
|
:class="{ 'block visible': show }"
|
||||||
|
>
|
||||||
|
<AvailabilityStatus />
|
||||||
|
<WootDropdownMenu>
|
||||||
|
<WootDropdownItem v-if="showChangeAccountOption">
|
||||||
|
<woot-button
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
size="small"
|
||||||
|
icon="arrow-swap"
|
||||||
|
@click="$emit('toggleAccounts')"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR_ITEMS.CHANGE_ACCOUNTS') }}
|
||||||
|
</woot-button>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownItem v-if="globalConfig.chatwootInboxToken">
|
||||||
|
<woot-button
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
size="small"
|
||||||
|
icon="chat-help"
|
||||||
|
@click="$emit('showSupportChatWindow')"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR_ITEMS.CONTACT_SUPPORT') }}
|
||||||
|
</woot-button>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownItem>
|
||||||
|
<woot-button
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
size="small"
|
||||||
|
icon="keyboard"
|
||||||
|
@click="handleKeyboardHelpClick"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR_ITEMS.KEYBOARD_SHORTCUTS') }}
|
||||||
|
</woot-button>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownItem>
|
||||||
|
<router-link
|
||||||
|
v-slot="{ href, isActive, navigate }"
|
||||||
|
:to="`/app/accounts/${accountId}/profile/settings`"
|
||||||
|
custom
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
:href="href"
|
||||||
|
class="h-8 bg-white button small clear secondary dark:bg-slate-800"
|
||||||
|
:class="{ 'is-active': isActive }"
|
||||||
|
@click="e => handleProfileSettingClick(e, navigate)"
|
||||||
|
>
|
||||||
|
<fluent-icon icon="person" size="14" class="icon icon--font" />
|
||||||
|
<span class="button__content">
|
||||||
|
{{ $t('SIDEBAR_ITEMS.PROFILE_SETTINGS') }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</router-link>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownItem>
|
||||||
|
<woot-button
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
size="small"
|
||||||
|
icon="appearance"
|
||||||
|
@click="openAppearanceOptions"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR_ITEMS.APPEARANCE') }}
|
||||||
|
</woot-button>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownItem v-if="currentUser.type === 'SuperAdmin'">
|
||||||
|
<a
|
||||||
|
href="/super_admin"
|
||||||
|
class="h-8 bg-white button small clear secondary dark:bg-slate-800"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener nofollow noreferrer"
|
||||||
|
@click="$emit('close')"
|
||||||
|
>
|
||||||
|
<fluent-icon
|
||||||
|
icon="content-settings"
|
||||||
|
size="14"
|
||||||
|
class="icon icon--font"
|
||||||
|
/>
|
||||||
|
<span class="button__content">
|
||||||
|
{{ $t('SIDEBAR_ITEMS.SUPER_ADMIN_CONSOLE') }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</WootDropdownItem>
|
||||||
|
<WootDropdownItem>
|
||||||
|
<woot-button
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
size="small"
|
||||||
|
icon="power"
|
||||||
|
@click="logout"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR_ITEMS.LOGOUT') }}
|
||||||
|
</woot-button>
|
||||||
|
</WootDropdownItem>
|
||||||
|
</WootDropdownMenu>
|
||||||
|
</div>
|
||||||
|
</transition>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,43 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
class="h-full w-16 bg-white dark:bg-slate-900 border-r border-slate-50 dark:border-slate-800/50 rtl:border-l rtl:border-r-0 flex justify-between flex-col"
|
|
||||||
>
|
|
||||||
<div class="flex flex-col items-center">
|
|
||||||
<logo
|
|
||||||
:source="logoSource"
|
|
||||||
:name="installationName"
|
|
||||||
:account-id="accountId"
|
|
||||||
class="m-4 mb-10"
|
|
||||||
/>
|
|
||||||
<primary-nav-item
|
|
||||||
v-for="menuItem in menuItems"
|
|
||||||
:key="menuItem.toState"
|
|
||||||
:icon="menuItem.icon"
|
|
||||||
:name="menuItem.label"
|
|
||||||
:to="menuItem.toState"
|
|
||||||
:is-child-menu-active="menuItem.key === activeMenuItem"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-col items-center justify-end pb-6">
|
|
||||||
<primary-nav-item
|
|
||||||
v-if="!isACustomBrandedInstance"
|
|
||||||
icon="book-open-globe"
|
|
||||||
name="DOCS"
|
|
||||||
:open-in-new-page="true"
|
|
||||||
:to="helpDocsURL"
|
|
||||||
/>
|
|
||||||
<notification-bell @open-notification-panel="openNotificationPanel" />
|
|
||||||
<agent-details @toggle-menu="toggleOptions" />
|
|
||||||
<options-menu
|
|
||||||
:show="showOptionsMenu"
|
|
||||||
@toggle-accounts="toggleAccountModal"
|
|
||||||
@show-support-chat-window="toggleSupportChatWindow"
|
|
||||||
@key-shortcut-modal="$emit('key-shortcut-modal')"
|
|
||||||
@close="toggleOptions"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
import Logo from './Logo.vue';
|
import Logo from './Logo.vue';
|
||||||
import PrimaryNavItem from './PrimaryNavItem.vue';
|
import PrimaryNavItem from './PrimaryNavItem.vue';
|
||||||
@@ -94,15 +54,56 @@ export default {
|
|||||||
this.showOptionsMenu = !this.showOptionsMenu;
|
this.showOptionsMenu = !this.showOptionsMenu;
|
||||||
},
|
},
|
||||||
toggleAccountModal() {
|
toggleAccountModal() {
|
||||||
this.$emit('toggle-accounts');
|
this.$emit('toggleAccounts');
|
||||||
},
|
},
|
||||||
toggleSupportChatWindow() {
|
toggleSupportChatWindow() {
|
||||||
window.$chatwoot.toggle();
|
window.$chatwoot.toggle();
|
||||||
},
|
},
|
||||||
openNotificationPanel() {
|
openNotificationPanel() {
|
||||||
this.$track(ACCOUNT_EVENTS.OPENED_NOTIFICATIONS);
|
this.$track(ACCOUNT_EVENTS.OPENED_NOTIFICATIONS);
|
||||||
this.$emit('open-notification-panel');
|
this.$emit('openNotificationPanel');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
class="flex flex-col justify-between w-16 h-full bg-white border-r dark:bg-slate-900 border-slate-50 dark:border-slate-800/50 rtl:border-l rtl:border-r-0"
|
||||||
|
>
|
||||||
|
<div class="flex flex-col items-center">
|
||||||
|
<Logo
|
||||||
|
:source="logoSource"
|
||||||
|
:name="installationName"
|
||||||
|
:account-id="accountId"
|
||||||
|
class="m-4 mb-10"
|
||||||
|
/>
|
||||||
|
<PrimaryNavItem
|
||||||
|
v-for="menuItem in menuItems"
|
||||||
|
:key="menuItem.toState"
|
||||||
|
:icon="menuItem.icon"
|
||||||
|
:name="menuItem.label"
|
||||||
|
:to="menuItem.toState"
|
||||||
|
:is-child-menu-active="menuItem.key === activeMenuItem"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col items-center justify-end pb-6">
|
||||||
|
<PrimaryNavItem
|
||||||
|
v-if="!isACustomBrandedInstance"
|
||||||
|
icon="book-open-globe"
|
||||||
|
name="DOCS"
|
||||||
|
open-in-new-page
|
||||||
|
:to="helpDocsURL"
|
||||||
|
/>
|
||||||
|
<NotificationBell @openNotificationPanel="openNotificationPanel" />
|
||||||
|
<AgentDetails @toggleMenu="toggleOptions" />
|
||||||
|
<OptionsMenu
|
||||||
|
:show="showOptionsMenu"
|
||||||
|
@toggleAccounts="toggleAccountModal"
|
||||||
|
@showSupportChatWindow="toggleSupportChatWindow"
|
||||||
|
@openKeyShortcutModal="$emit('openKeyShortcutModal')"
|
||||||
|
@close="toggleOptions"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,33 +1,3 @@
|
|||||||
<template>
|
|
||||||
<router-link v-slot="{ href, isActive, navigate }" :to="to" custom>
|
|
||||||
<a
|
|
||||||
v-tooltip.right="$t(`SIDEBAR.${name}`)"
|
|
||||||
:href="href"
|
|
||||||
class="text-slate-700 dark:text-slate-100 w-10 h-10 my-2 flex items-center justify-center rounded-lg hover:bg-slate-25 dark:hover:bg-slate-700 dark:hover:text-slate-100 hover:text-slate-600 relative"
|
|
||||||
:class="{
|
|
||||||
'bg-woot-50 dark:bg-slate-800 text-woot-500 hover:bg-woot-50':
|
|
||||||
isActive || isChildMenuActive,
|
|
||||||
}"
|
|
||||||
:rel="openInNewPage ? 'noopener noreferrer nofollow' : undefined"
|
|
||||||
:target="openInNewPage ? '_blank' : undefined"
|
|
||||||
@click="navigate"
|
|
||||||
>
|
|
||||||
<fluent-icon
|
|
||||||
:icon="icon"
|
|
||||||
:class="{
|
|
||||||
'text-woot-500': isActive || isChildMenuActive,
|
|
||||||
}"
|
|
||||||
/>
|
|
||||||
<span class="sr-only">{{ name }}</span>
|
|
||||||
<span
|
|
||||||
v-if="count"
|
|
||||||
class="text-black-900 bg-yellow-500 absolute -top-1 -right-1"
|
|
||||||
>
|
|
||||||
{{ count }}
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -58,3 +28,34 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<router-link v-slot="{ href, isActive, navigate }" :to="to" custom>
|
||||||
|
<a
|
||||||
|
v-tooltip.right="$t(`SIDEBAR.${name}`)"
|
||||||
|
:href="href"
|
||||||
|
class="text-slate-700 dark:text-slate-100 w-10 h-10 my-2 flex items-center justify-center rounded-lg hover:bg-slate-25 dark:hover:bg-slate-700 dark:hover:text-slate-100 hover:text-slate-600 relative"
|
||||||
|
:class="{
|
||||||
|
'bg-woot-50 dark:bg-slate-800 text-woot-500 hover:bg-woot-50':
|
||||||
|
isActive || isChildMenuActive,
|
||||||
|
}"
|
||||||
|
:rel="openInNewPage ? 'noopener noreferrer nofollow' : undefined"
|
||||||
|
:target="openInNewPage ? '_blank' : undefined"
|
||||||
|
@click="navigate"
|
||||||
|
>
|
||||||
|
<fluent-icon
|
||||||
|
:icon="icon"
|
||||||
|
:class="{
|
||||||
|
'text-woot-500': isActive || isChildMenuActive,
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
<span class="sr-only">{{ name }}</span>
|
||||||
|
<span
|
||||||
|
v-if="count"
|
||||||
|
class="text-black-900 bg-yellow-500 absolute -top-1 -right-1"
|
||||||
|
>
|
||||||
|
{{ count }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</router-link>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,28 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
v-if="hasSecondaryMenu"
|
|
||||||
class="h-full overflow-auto w-48 flex flex-col bg-white dark:bg-slate-900 border-r dark:border-slate-800/50 rtl:border-r-0 rtl:border-l border-slate-50 text-sm px-2 pb-8"
|
|
||||||
>
|
|
||||||
<account-context @toggle-accounts="toggleAccountModal" />
|
|
||||||
<transition-group
|
|
||||||
name="menu-list"
|
|
||||||
tag="ul"
|
|
||||||
class="pt-2 list-none ml-0 mb-0"
|
|
||||||
>
|
|
||||||
<secondary-nav-item
|
|
||||||
v-for="menuItem in accessibleMenuItems"
|
|
||||||
:key="menuItem.toState"
|
|
||||||
:menu-item="menuItem"
|
|
||||||
/>
|
|
||||||
<secondary-nav-item
|
|
||||||
v-for="menuItem in additionalSecondaryMenuItems[menuConfig.parentNav]"
|
|
||||||
:key="menuItem.key"
|
|
||||||
:menu-item="menuItem"
|
|
||||||
@add-label="showAddLabelPopup"
|
|
||||||
/>
|
|
||||||
</transition-group>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
import { frontendURL } from '../../../helper/URLHelper';
|
import { frontendURL } from '../../../helper/URLHelper';
|
||||||
import SecondaryNavItem from './SecondaryNavItem.vue';
|
import SecondaryNavItem from './SecondaryNavItem.vue';
|
||||||
@@ -248,10 +223,10 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showAddLabelPopup() {
|
showAddLabelPopup() {
|
||||||
this.$emit('add-label');
|
this.$emit('addLabel');
|
||||||
},
|
},
|
||||||
toggleAccountModal() {
|
toggleAccountModal() {
|
||||||
this.$emit('toggle-accounts');
|
this.$emit('toggleAccounts');
|
||||||
},
|
},
|
||||||
showNewLink(featureFlag) {
|
showNewLink(featureFlag) {
|
||||||
return this.isFeatureEnabledonAccount(this.accountId, featureFlag);
|
return this.isFeatureEnabledonAccount(this.accountId, featureFlag);
|
||||||
@@ -259,3 +234,29 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
v-if="hasSecondaryMenu"
|
||||||
|
class="flex flex-col w-48 h-full px-2 pb-8 overflow-auto text-sm bg-white border-r dark:bg-slate-900 dark:border-slate-800/50 rtl:border-r-0 rtl:border-l border-slate-50"
|
||||||
|
>
|
||||||
|
<AccountContext @toggleAccounts="toggleAccountModal" />
|
||||||
|
<transition-group
|
||||||
|
name="menu-list"
|
||||||
|
tag="ul"
|
||||||
|
class="pt-2 mb-0 ml-0 list-none"
|
||||||
|
>
|
||||||
|
<SecondaryNavItem
|
||||||
|
v-for="menuItem in accessibleMenuItems"
|
||||||
|
:key="menuItem.toState"
|
||||||
|
:menu-item="menuItem"
|
||||||
|
/>
|
||||||
|
<SecondaryNavItem
|
||||||
|
v-for="menuItem in additionalSecondaryMenuItems[menuConfig.parentNav]"
|
||||||
|
:key="menuItem.key"
|
||||||
|
:menu-item="menuItem"
|
||||||
|
@addLabel="showAddLabelPopup"
|
||||||
|
/>
|
||||||
|
</transition-group>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
+52
-51
@@ -1,3 +1,55 @@
|
|||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
props: {
|
||||||
|
to: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
label: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
labelColor: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
shouldTruncate: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
icon: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
warningIcon: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
showChildCount: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
childItemCount: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
showIcon() {
|
||||||
|
return {
|
||||||
|
'overflow-hidden whitespace-nowrap text-ellipsis': this.shouldTruncate,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
isCountZero() {
|
||||||
|
return this.childItemCount === 0;
|
||||||
|
},
|
||||||
|
menuTitle() {
|
||||||
|
return this.shouldTruncate ? this.label : '';
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<router-link
|
<router-link
|
||||||
v-slot="{ href, isActive, navigate }"
|
v-slot="{ href, isActive, navigate }"
|
||||||
@@ -78,54 +130,3 @@
|
|||||||
</li>
|
</li>
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
props: {
|
|
||||||
to: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
label: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
labelColor: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
shouldTruncate: {
|
|
||||||
type: Boolean,
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
icon: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
warningIcon: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
showChildCount: {
|
|
||||||
type: Boolean,
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
childItemCount: {
|
|
||||||
type: Number,
|
|
||||||
default: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
showIcon() {
|
|
||||||
return {
|
|
||||||
'overflow-hidden whitespace-nowrap text-ellipsis': this.shouldTruncate,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
isCountZero() {
|
|
||||||
return this.childItemCount === 0;
|
|
||||||
},
|
|
||||||
menuTitle() {
|
|
||||||
return this.shouldTruncate ? this.label : '';
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|||||||
+105
-99
@@ -1,102 +1,7 @@
|
|||||||
<template>
|
|
||||||
<li v-show="isMenuItemVisible" class="mt-1">
|
|
||||||
<div v-if="hasSubMenu" class="flex justify-between">
|
|
||||||
<span
|
|
||||||
class="px-2 pt-1 my-2 text-sm font-semibold text-slate-700 dark:text-slate-200"
|
|
||||||
>
|
|
||||||
{{ $t(`SIDEBAR.${menuItem.label}`) }}
|
|
||||||
</span>
|
|
||||||
<div v-if="menuItem.showNewButton" class="flex items-center">
|
|
||||||
<woot-button
|
|
||||||
size="tiny"
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
icon="add"
|
|
||||||
class="p-0 ml-2"
|
|
||||||
@click="onClickOpen"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<router-link
|
|
||||||
v-else
|
|
||||||
class="flex items-center p-2 m-0 text-sm font-medium leading-4 rounded-lg text-slate-700 dark:text-slate-100 hover:bg-slate-25 dark:hover:bg-slate-800"
|
|
||||||
:class="computedClass"
|
|
||||||
:to="menuItem && menuItem.toState"
|
|
||||||
>
|
|
||||||
<fluent-icon
|
|
||||||
:icon="menuItem.icon"
|
|
||||||
class="min-w-[1rem] mr-1.5 rtl:mr-0 rtl:ml-1.5"
|
|
||||||
size="14"
|
|
||||||
/>
|
|
||||||
{{ $t(`SIDEBAR.${menuItem.label}`) }}
|
|
||||||
<span
|
|
||||||
v-if="showChildCount(menuItem.count)"
|
|
||||||
class="px-1 py-0 mx-1 font-medium rounded-md text-xxs"
|
|
||||||
:class="{
|
|
||||||
'text-slate-300 dark:text-slate-600': isCountZero && !isActiveView,
|
|
||||||
'text-slate-600 dark:text-slate-50': !isCountZero && !isActiveView,
|
|
||||||
'bg-woot-75 dark:bg-woot-200 text-woot-600 dark:text-woot-600':
|
|
||||||
isActiveView,
|
|
||||||
'bg-slate-50 dark:bg-slate-700': !isActiveView,
|
|
||||||
}"
|
|
||||||
>
|
|
||||||
{{ `${menuItem.count}` }}
|
|
||||||
</span>
|
|
||||||
<span
|
|
||||||
v-if="menuItem.beta"
|
|
||||||
data-view-component="true"
|
|
||||||
label="Beta"
|
|
||||||
class="inline-block px-1 mx-1 font-medium leading-4 text-green-500 border border-green-400 rounded-lg text-xxs"
|
|
||||||
>
|
|
||||||
{{ $t('SIDEBAR.BETA') }}
|
|
||||||
</span>
|
|
||||||
</router-link>
|
|
||||||
|
|
||||||
<ul v-if="hasSubMenu" class="mb-0 ml-0 list-none">
|
|
||||||
<secondary-child-nav-item
|
|
||||||
v-for="child in menuItem.children"
|
|
||||||
:key="child.id"
|
|
||||||
:to="child.toState"
|
|
||||||
:label="child.label"
|
|
||||||
:label-color="child.color"
|
|
||||||
:should-truncate="child.truncateLabel"
|
|
||||||
:icon="computedInboxClass(child)"
|
|
||||||
:warning-icon="computedInboxErrorClass(child)"
|
|
||||||
:show-child-count="showChildCount(child.count)"
|
|
||||||
:child-item-count="child.count"
|
|
||||||
/>
|
|
||||||
<Policy :permissions="['administrator']">
|
|
||||||
<router-link
|
|
||||||
v-if="menuItem.newLink"
|
|
||||||
v-slot="{ href, navigate }"
|
|
||||||
:to="menuItem.toState"
|
|
||||||
custom
|
|
||||||
>
|
|
||||||
<li class="pl-1">
|
|
||||||
<a :href="href">
|
|
||||||
<woot-button
|
|
||||||
size="tiny"
|
|
||||||
variant="clear"
|
|
||||||
color-scheme="secondary"
|
|
||||||
icon="add"
|
|
||||||
:data-testid="menuItem.dataTestid"
|
|
||||||
@click="e => newLinkClick(e, navigate)"
|
|
||||||
>
|
|
||||||
{{ $t(`SIDEBAR.${menuItem.newLinkTag}`) }}
|
|
||||||
</woot-button>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</router-link>
|
|
||||||
</Policy>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
|
import { useAdmin } from 'dashboard/composables/useAdmin';
|
||||||
import adminMixin from '../../../mixins/isAdmin';
|
import { useConfig } from 'dashboard/composables/useConfig';
|
||||||
import configMixin from 'shared/mixins/configMixin';
|
|
||||||
import {
|
import {
|
||||||
getInboxClassByType,
|
getInboxClassByType,
|
||||||
getInboxWarningIconClass,
|
getInboxWarningIconClass,
|
||||||
@@ -111,13 +16,20 @@ import Policy from '../../policy.vue';
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { SecondaryChildNavItem, Policy },
|
components: { SecondaryChildNavItem, Policy },
|
||||||
mixins: [adminMixin, configMixin],
|
|
||||||
props: {
|
props: {
|
||||||
menuItem: {
|
menuItem: {
|
||||||
type: Object,
|
type: Object,
|
||||||
default: () => ({}),
|
default: () => ({}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
setup() {
|
||||||
|
const { isAdmin } = useAdmin();
|
||||||
|
const { isEnterprise } = useConfig();
|
||||||
|
return {
|
||||||
|
isAdmin,
|
||||||
|
isEnterprise,
|
||||||
|
};
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
activeInbox: 'getSelectedInbox',
|
activeInbox: 'getSelectedInbox',
|
||||||
@@ -258,7 +170,7 @@ export default {
|
|||||||
} else if (this.menuItem.showModalForNewItem) {
|
} else if (this.menuItem.showModalForNewItem) {
|
||||||
if (this.menuItem.modalName === 'AddLabel') {
|
if (this.menuItem.modalName === 'AddLabel') {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.$emit('add-label');
|
this.$emit('addLabel');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -274,3 +186,97 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<li v-show="isMenuItemVisible" class="mt-1">
|
||||||
|
<div v-if="hasSubMenu" class="flex justify-between">
|
||||||
|
<span
|
||||||
|
class="px-2 pt-1 my-2 text-sm font-semibold text-slate-700 dark:text-slate-200"
|
||||||
|
>
|
||||||
|
{{ $t(`SIDEBAR.${menuItem.label}`) }}
|
||||||
|
</span>
|
||||||
|
<div v-if="menuItem.showNewButton" class="flex items-center">
|
||||||
|
<woot-button
|
||||||
|
size="tiny"
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
icon="add"
|
||||||
|
class="p-0 ml-2"
|
||||||
|
@click="onClickOpen"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<router-link
|
||||||
|
v-else
|
||||||
|
class="flex items-center p-2 m-0 text-sm font-medium leading-4 rounded-lg text-slate-700 dark:text-slate-100 hover:bg-slate-25 dark:hover:bg-slate-800"
|
||||||
|
:class="computedClass"
|
||||||
|
:to="menuItem && menuItem.toState"
|
||||||
|
>
|
||||||
|
<fluent-icon
|
||||||
|
:icon="menuItem.icon"
|
||||||
|
class="min-w-[1rem] mr-1.5 rtl:mr-0 rtl:ml-1.5"
|
||||||
|
size="14"
|
||||||
|
/>
|
||||||
|
{{ $t(`SIDEBAR.${menuItem.label}`) }}
|
||||||
|
<span
|
||||||
|
v-if="showChildCount(menuItem.count)"
|
||||||
|
class="px-1 py-0 mx-1 font-medium rounded-md text-xxs"
|
||||||
|
:class="{
|
||||||
|
'text-slate-300 dark:text-slate-600': isCountZero && !isActiveView,
|
||||||
|
'text-slate-600 dark:text-slate-50': !isCountZero && !isActiveView,
|
||||||
|
'bg-woot-75 dark:bg-woot-200 text-woot-600 dark:text-woot-600':
|
||||||
|
isActiveView,
|
||||||
|
'bg-slate-50 dark:bg-slate-700': !isActiveView,
|
||||||
|
}"
|
||||||
|
>
|
||||||
|
{{ `${menuItem.count}` }}
|
||||||
|
</span>
|
||||||
|
<span
|
||||||
|
v-if="menuItem.beta"
|
||||||
|
data-view-component="true"
|
||||||
|
label="Beta"
|
||||||
|
class="inline-block px-1 mx-1 font-medium leading-4 text-green-500 border border-green-400 rounded-lg text-xxs"
|
||||||
|
>
|
||||||
|
{{ $t('SIDEBAR.BETA') }}
|
||||||
|
</span>
|
||||||
|
</router-link>
|
||||||
|
|
||||||
|
<ul v-if="hasSubMenu" class="mb-0 ml-0 list-none">
|
||||||
|
<SecondaryChildNavItem
|
||||||
|
v-for="child in menuItem.children"
|
||||||
|
:key="child.id"
|
||||||
|
:to="child.toState"
|
||||||
|
:label="child.label"
|
||||||
|
:label-color="child.color"
|
||||||
|
:should-truncate="child.truncateLabel"
|
||||||
|
:icon="computedInboxClass(child)"
|
||||||
|
:warning-icon="computedInboxErrorClass(child)"
|
||||||
|
:show-child-count="showChildCount(child.count)"
|
||||||
|
:child-item-count="child.count"
|
||||||
|
/>
|
||||||
|
<Policy :permissions="['administrator']">
|
||||||
|
<router-link
|
||||||
|
v-if="menuItem.newLink"
|
||||||
|
v-slot="{ href, navigate }"
|
||||||
|
:to="menuItem.toState"
|
||||||
|
custom
|
||||||
|
>
|
||||||
|
<li class="pl-1">
|
||||||
|
<a :href="href">
|
||||||
|
<woot-button
|
||||||
|
size="tiny"
|
||||||
|
variant="clear"
|
||||||
|
color-scheme="secondary"
|
||||||
|
icon="add"
|
||||||
|
:data-testid="menuItem.dataTestid"
|
||||||
|
@click="e => newLinkClick(e, navigate)"
|
||||||
|
>
|
||||||
|
{{ $t(`SIDEBAR.${menuItem.newLinkTag}`) }}
|
||||||
|
</woot-button>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</router-link>
|
||||||
|
</Policy>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</template>
|
||||||
|
|||||||
+4
-4
@@ -1,12 +1,12 @@
|
|||||||
import AccountSelector from '../AccountSelector';
|
import AccountSelector from '../AccountSelector.vue';
|
||||||
import { createLocalVue, mount } from '@vue/test-utils';
|
import { createLocalVue, mount } from '@vue/test-utils';
|
||||||
import Vuex from 'vuex';
|
import Vuex from 'vuex';
|
||||||
import VueI18n from 'vue-i18n';
|
import VueI18n from 'vue-i18n';
|
||||||
|
|
||||||
import i18n from 'dashboard/i18n';
|
import i18n from 'dashboard/i18n';
|
||||||
import WootModal from 'dashboard/components/Modal';
|
import WootModal from 'dashboard/components/Modal.vue';
|
||||||
import WootModalHeader from 'dashboard/components/ModalHeader';
|
import WootModalHeader from 'dashboard/components/ModalHeader.vue';
|
||||||
import FluentIcon from 'shared/components/FluentIcon/DashboardIcon';
|
import FluentIcon from 'shared/components/FluentIcon/DashboardIcon.vue';
|
||||||
|
|
||||||
const localVue = createLocalVue();
|
const localVue = createLocalVue();
|
||||||
localVue.component('woot-modal', WootModal);
|
localVue.component('woot-modal', WootModal);
|
||||||
|
|||||||
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
import AgentDetails from '../AgentDetails';
|
import AgentDetails from '../AgentDetails.vue';
|
||||||
import { createLocalVue, shallowMount } from '@vue/test-utils';
|
import { createLocalVue, shallowMount } from '@vue/test-utils';
|
||||||
import Vuex from 'vuex';
|
import Vuex from 'vuex';
|
||||||
import VueI18n from 'vue-i18n';
|
import VueI18n from 'vue-i18n';
|
||||||
import VTooltip from 'v-tooltip';
|
import VTooltip from 'v-tooltip';
|
||||||
|
|
||||||
import i18n from 'dashboard/i18n';
|
import i18n from 'dashboard/i18n';
|
||||||
import Thumbnail from 'dashboard/components/widgets/Thumbnail';
|
import Thumbnail from 'dashboard/components/widgets/Thumbnail.vue';
|
||||||
import WootButton from 'dashboard/components/ui/WootButton';
|
import WootButton from 'dashboard/components/ui/WootButton.vue';
|
||||||
const localVue = createLocalVue();
|
const localVue = createLocalVue();
|
||||||
localVue.use(Vuex);
|
localVue.use(Vuex);
|
||||||
localVue.use(VueI18n);
|
localVue.use(VueI18n);
|
||||||
|
|||||||
+4
-2
@@ -1,13 +1,15 @@
|
|||||||
import NotificationBell from '../NotificationBell';
|
import NotificationBell from '../NotificationBell.vue';
|
||||||
import { createLocalVue, shallowMount } from '@vue/test-utils';
|
import { createLocalVue, shallowMount } from '@vue/test-utils';
|
||||||
import Vuex from 'vuex';
|
import Vuex from 'vuex';
|
||||||
import VueI18n from 'vue-i18n';
|
import VueI18n from 'vue-i18n';
|
||||||
|
import FluentIcon from 'shared/components/FluentIcon/DashboardIcon.vue';
|
||||||
|
|
||||||
import i18n from 'dashboard/i18n';
|
import i18n from 'dashboard/i18n';
|
||||||
|
|
||||||
const localVue = createLocalVue();
|
const localVue = createLocalVue();
|
||||||
localVue.use(Vuex);
|
localVue.use(Vuex);
|
||||||
localVue.use(VueI18n);
|
localVue.use(VueI18n);
|
||||||
|
localVue.component('fluent-icon', FluentIcon);
|
||||||
|
|
||||||
const i18nConfig = new VueI18n({
|
const i18nConfig = new VueI18n({
|
||||||
locale: 'en',
|
locale: 'en',
|
||||||
@@ -27,7 +29,7 @@ describe('notificationBell', () => {
|
|||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
actions = {
|
actions = {
|
||||||
showNotification: jest.fn(),
|
showNotification: vi.fn(),
|
||||||
};
|
};
|
||||||
modules = {
|
modules = {
|
||||||
auth: {
|
auth: {
|
||||||
|
|||||||
@@ -2,15 +2,21 @@ import AvailabilityStatus from '../AvailabilityStatus.vue';
|
|||||||
import { createLocalVue, mount } from '@vue/test-utils';
|
import { createLocalVue, mount } from '@vue/test-utils';
|
||||||
import Vuex from 'vuex';
|
import Vuex from 'vuex';
|
||||||
import VueI18n from 'vue-i18n';
|
import VueI18n from 'vue-i18n';
|
||||||
|
import VTooltip from 'v-tooltip';
|
||||||
|
|
||||||
|
import WootButton from 'dashboard/components/ui/WootButton.vue';
|
||||||
|
import WootDropdownItem from 'shared/components/ui/dropdown/DropdownItem.vue';
|
||||||
|
import WootDropdownMenu from 'shared/components/ui/dropdown/DropdownMenu.vue';
|
||||||
|
import WootDropdownHeader from 'shared/components/ui/dropdown/DropdownHeader.vue';
|
||||||
|
import WootDropdownDivider from 'shared/components/ui/dropdown/DropdownDivider.vue';
|
||||||
|
import FluentIcon from 'shared/components/FluentIcon/DashboardIcon.vue';
|
||||||
|
|
||||||
import WootButton from 'dashboard/components/ui/WootButton';
|
|
||||||
import WootDropdownItem from 'shared/components/ui/dropdown/DropdownItem';
|
|
||||||
import WootDropdownMenu from 'shared/components/ui/dropdown/DropdownMenu';
|
|
||||||
import WootDropdownHeader from 'shared/components/ui/dropdown/DropdownHeader';
|
|
||||||
import WootDropdownDivider from 'shared/components/ui/dropdown/DropdownDivider';
|
|
||||||
import i18n from 'dashboard/i18n';
|
import i18n from 'dashboard/i18n';
|
||||||
|
|
||||||
const localVue = createLocalVue();
|
const localVue = createLocalVue();
|
||||||
|
localVue.use(VTooltip, {
|
||||||
|
defaultHtml: false,
|
||||||
|
});
|
||||||
localVue.use(Vuex);
|
localVue.use(Vuex);
|
||||||
localVue.use(VueI18n);
|
localVue.use(VueI18n);
|
||||||
localVue.component('woot-button', WootButton);
|
localVue.component('woot-button', WootButton);
|
||||||
@@ -18,12 +24,14 @@ localVue.component('woot-dropdown-header', WootDropdownHeader);
|
|||||||
localVue.component('woot-dropdown-menu', WootDropdownMenu);
|
localVue.component('woot-dropdown-menu', WootDropdownMenu);
|
||||||
localVue.component('woot-dropdown-divider', WootDropdownDivider);
|
localVue.component('woot-dropdown-divider', WootDropdownDivider);
|
||||||
localVue.component('woot-dropdown-item', WootDropdownItem);
|
localVue.component('woot-dropdown-item', WootDropdownItem);
|
||||||
|
localVue.component('fluent-icon', FluentIcon);
|
||||||
|
|
||||||
const i18nConfig = new VueI18n({ locale: 'en', messages: i18n });
|
const i18nConfig = new VueI18n({ locale: 'en', messages: i18n });
|
||||||
|
|
||||||
describe('AvailabilityStatus', () => {
|
describe('AvailabilityStatus', () => {
|
||||||
const currentAvailability = 'online';
|
const currentAvailability = 'online';
|
||||||
const currentAccountId = '1';
|
const currentAccountId = '1';
|
||||||
|
const currentUserAutoOffline = false;
|
||||||
let store = null;
|
let store = null;
|
||||||
let actions = null;
|
let actions = null;
|
||||||
let modules = null;
|
let modules = null;
|
||||||
@@ -31,7 +39,7 @@ describe('AvailabilityStatus', () => {
|
|||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
actions = {
|
actions = {
|
||||||
updateAvailability: jest.fn(() => {
|
updateAvailability: vi.fn(() => {
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
@@ -41,6 +49,7 @@ describe('AvailabilityStatus', () => {
|
|||||||
getters: {
|
getters: {
|
||||||
getCurrentUserAvailability: () => currentAvailability,
|
getCurrentUserAvailability: () => currentAvailability,
|
||||||
getCurrentAccountId: () => currentAccountId,
|
getCurrentAccountId: () => currentAccountId,
|
||||||
|
getCurrentUserAutoOffline: () => currentUserAutoOffline,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { shallowMount } from '@vue/test-utils';
|
import { shallowMount } from '@vue/test-utils';
|
||||||
import SidemenuIcon from '../SidemenuIcon';
|
import SidemenuIcon from '../SidemenuIcon.vue';
|
||||||
|
|
||||||
describe('SidemenuIcon', () => {
|
describe('SidemenuIcon', () => {
|
||||||
test('matches snapshot', () => {
|
test('matches snapshot', () => {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||||
|
|
||||||
exports[`SidemenuIcon matches snapshot 1`] = `
|
exports[`SidemenuIcon > matches snapshot 1`] = `
|
||||||
<button
|
<button
|
||||||
class="-ml-3 text-black-900 dark:text-slate-300"
|
class="-ml-3 text-black-900 dark:text-slate-300"
|
||||||
color-scheme="secondary"
|
color-scheme="secondary"
|
||||||
|
|||||||
@@ -1,24 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div class="announcement-popup">
|
|
||||||
<span v-if="popupMessage" class="popup-content">
|
|
||||||
{{ popupMessage }}
|
|
||||||
<span v-if="routeText" class="route-url" @click="onClickOpenPath">
|
|
||||||
{{ routeText }}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
<div v-if="hasCloseButton" class="popup-close">
|
|
||||||
<woot-button
|
|
||||||
v-if="hasCloseButton"
|
|
||||||
color-scheme="primary"
|
|
||||||
variant="link"
|
|
||||||
size="small"
|
|
||||||
@click="onClickClose"
|
|
||||||
>
|
|
||||||
{{ closeButtonText }}
|
|
||||||
</woot-button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -50,6 +29,28 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="announcement-popup">
|
||||||
|
<span v-if="popupMessage" class="popup-content">
|
||||||
|
{{ popupMessage }}
|
||||||
|
<span v-if="routeText" class="route-url" @click="onClickOpenPath">
|
||||||
|
{{ routeText }}
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
<div v-if="hasCloseButton" class="popup-close">
|
||||||
|
<woot-button
|
||||||
|
v-if="hasCloseButton"
|
||||||
|
color-scheme="primary"
|
||||||
|
variant="link"
|
||||||
|
size="small"
|
||||||
|
@click="onClickClose"
|
||||||
|
>
|
||||||
|
{{ closeButtonText }}
|
||||||
|
</woot-button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.announcement-popup {
|
.announcement-popup {
|
||||||
max-width: 15rem;
|
max-width: 15rem;
|
||||||
|
|||||||
@@ -1,45 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
class="flex items-center justify-center h-12 gap-4 px-4 py-3 text-xs text-white banner dark:text-white"
|
|
||||||
:class="bannerClasses"
|
|
||||||
>
|
|
||||||
<span class="banner-message">
|
|
||||||
{{ bannerMessage }}
|
|
||||||
<a
|
|
||||||
v-if="hrefLink"
|
|
||||||
:href="hrefLink"
|
|
||||||
rel="noopener noreferrer nofollow"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
{{ hrefLinkText }}
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
<div class="actions">
|
|
||||||
<woot-button
|
|
||||||
v-if="hasActionButton"
|
|
||||||
size="tiny"
|
|
||||||
:icon="actionButtonIcon"
|
|
||||||
:variant="actionButtonVariant"
|
|
||||||
color-scheme="primary"
|
|
||||||
class-names="banner-action__button"
|
|
||||||
@click="onClick"
|
|
||||||
>
|
|
||||||
{{ actionButtonLabel }}
|
|
||||||
</woot-button>
|
|
||||||
<woot-button
|
|
||||||
v-if="hasCloseButton"
|
|
||||||
size="tiny"
|
|
||||||
:color-scheme="colorScheme"
|
|
||||||
icon="dismiss-circle"
|
|
||||||
class-names="banner-action__button"
|
|
||||||
@click="onClickClose"
|
|
||||||
>
|
|
||||||
{{ $t('GENERAL_SETTINGS.DISMISS') }}
|
|
||||||
</woot-button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -101,6 +59,48 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
class="flex items-center justify-center h-12 gap-4 px-4 py-3 text-xs text-white banner dark:text-white"
|
||||||
|
:class="bannerClasses"
|
||||||
|
>
|
||||||
|
<span class="banner-message">
|
||||||
|
{{ bannerMessage }}
|
||||||
|
<a
|
||||||
|
v-if="hrefLink"
|
||||||
|
:href="hrefLink"
|
||||||
|
rel="noopener noreferrer nofollow"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
{{ hrefLinkText }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<div class="actions">
|
||||||
|
<woot-button
|
||||||
|
v-if="hasActionButton"
|
||||||
|
size="tiny"
|
||||||
|
:icon="actionButtonIcon"
|
||||||
|
:variant="actionButtonVariant"
|
||||||
|
color-scheme="primary"
|
||||||
|
class-names="banner-action__button"
|
||||||
|
@click="onClick"
|
||||||
|
>
|
||||||
|
{{ actionButtonLabel }}
|
||||||
|
</woot-button>
|
||||||
|
<woot-button
|
||||||
|
v-if="hasCloseButton"
|
||||||
|
size="tiny"
|
||||||
|
:color-scheme="colorScheme"
|
||||||
|
icon="dismiss-circle"
|
||||||
|
class-names="banner-action__button"
|
||||||
|
@click="onClickClose"
|
||||||
|
>
|
||||||
|
{{ $t('GENERAL_SETTINGS.DISMISS') }}
|
||||||
|
</woot-button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.banner {
|
.banner {
|
||||||
&.primary {
|
&.primary {
|
||||||
|
|||||||
@@ -1,13 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
class="fixed outline-none z-[9999] cursor-pointer"
|
|
||||||
:style="style"
|
|
||||||
tabindex="0"
|
|
||||||
@blur="$emit('close')"
|
|
||||||
>
|
|
||||||
<slot />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@@ -40,3 +30,14 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
class="fixed outline-none z-[9999] cursor-pointer"
|
||||||
|
:style="style"
|
||||||
|
tabindex="0"
|
||||||
|
@blur="$emit('close')"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ import CalendarMonth from './components/CalendarMonth.vue';
|
|||||||
import CalendarWeek from './components/CalendarWeek.vue';
|
import CalendarWeek from './components/CalendarWeek.vue';
|
||||||
import CalendarFooter from './components/CalendarFooter.vue';
|
import CalendarFooter from './components/CalendarFooter.vue';
|
||||||
|
|
||||||
|
const emit = defineEmits(['dateRangeChanged']);
|
||||||
const { LAST_7_DAYS, LAST_30_DAYS, CUSTOM_RANGE } = DATE_RANGE_TYPES;
|
const { LAST_7_DAYS, LAST_30_DAYS, CUSTOM_RANGE } = DATE_RANGE_TYPES;
|
||||||
const { START_CALENDAR, END_CALENDAR } = CALENDAR_TYPES;
|
const { START_CALENDAR, END_CALENDAR } = CALENDAR_TYPES;
|
||||||
const { WEEK, MONTH, YEAR } = CALENDAR_PERIODS;
|
const { WEEK, MONTH, YEAR } = CALENDAR_PERIODS;
|
||||||
@@ -54,8 +55,6 @@ const hoveredEndDate = ref(null);
|
|||||||
const manualStartDate = ref(selectedStartDate.value);
|
const manualStartDate = ref(selectedStartDate.value);
|
||||||
const manualEndDate = ref(selectedEndDate.value);
|
const manualEndDate = ref(selectedEndDate.value);
|
||||||
|
|
||||||
const emit = defineEmits(['change']);
|
|
||||||
|
|
||||||
// Watcher will set the start and end dates based on the selected range
|
// Watcher will set the start and end dates based on the selected range
|
||||||
watch(selectedRange, newRange => {
|
watch(selectedRange, newRange => {
|
||||||
if (newRange !== CUSTOM_RANGE) {
|
if (newRange !== CUSTOM_RANGE) {
|
||||||
@@ -223,7 +222,7 @@ const emitDateRange = () => {
|
|||||||
>
|
>
|
||||||
<CalendarDateRange
|
<CalendarDateRange
|
||||||
:selected-range="selectedRange"
|
:selected-range="selectedRange"
|
||||||
@set-range="setDateRange"
|
@setRange="setDateRange"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="flex flex-col w-[680px] ltr:border-l rtl:border-r border-slate-50 dark:border-slate-700/50"
|
class="flex flex-col w-[680px] ltr:border-l rtl:border-r border-slate-50 dark:border-slate-700/50"
|
||||||
@@ -265,15 +264,15 @@ const emitDateRange = () => {
|
|||||||
:calendar-type="calendar"
|
:calendar-type="calendar"
|
||||||
:start-current-date="startCurrentDate"
|
:start-current-date="startCurrentDate"
|
||||||
:end-current-date="endCurrentDate"
|
:end-current-date="endCurrentDate"
|
||||||
@select-year="openCalendar($event, calendar, YEAR)"
|
@selectYear="openCalendar($event, calendar, YEAR)"
|
||||||
/>
|
/>
|
||||||
<CalendarMonth
|
<CalendarMonth
|
||||||
v-else-if="calendarViews[calendar] === MONTH"
|
v-else-if="calendarViews[calendar] === MONTH"
|
||||||
:calendar-type="calendar"
|
:calendar-type="calendar"
|
||||||
:start-current-date="startCurrentDate"
|
:start-current-date="startCurrentDate"
|
||||||
:end-current-date="endCurrentDate"
|
:end-current-date="endCurrentDate"
|
||||||
@select-month="openCalendar($event, calendar)"
|
@selectMonth="openCalendar($event, calendar)"
|
||||||
@set-view="setViewMode"
|
@setView="setViewMode"
|
||||||
@prev="moveCalendar(calendar, 'prev', YEAR)"
|
@prev="moveCalendar(calendar, 'prev', YEAR)"
|
||||||
@next="moveCalendar(calendar, 'next', YEAR)"
|
@next="moveCalendar(calendar, 'next', YEAR)"
|
||||||
/>
|
/>
|
||||||
@@ -287,9 +286,9 @@ const emitDateRange = () => {
|
|||||||
:selected-end-date="selectedEndDate"
|
:selected-end-date="selectedEndDate"
|
||||||
:selecting-end-date="selectingEndDate"
|
:selecting-end-date="selectingEndDate"
|
||||||
:hovered-end-date="hoveredEndDate"
|
:hovered-end-date="hoveredEndDate"
|
||||||
@update-hovered-end-date="hoveredEndDate = $event"
|
@updateHoveredEndDate="hoveredEndDate = $event"
|
||||||
@select-date="selectDate"
|
@selectDate="selectDate"
|
||||||
@set-view="setViewMode"
|
@setView="setViewMode"
|
||||||
@prev="moveCalendar(calendar, 'prev')"
|
@prev="moveCalendar(calendar, 'prev')"
|
||||||
@next="moveCalendar(calendar, 'next')"
|
@next="moveCalendar(calendar, 'next')"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ defineProps({
|
|||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const emit = defineEmits(['prev', 'next', 'set-view']);
|
const emit = defineEmits(['prev', 'next', 'setView']);
|
||||||
|
|
||||||
const { YEAR } = CALENDAR_PERIODS;
|
const { YEAR } = CALENDAR_PERIODS;
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ const onClickNext = type => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const onClickSetView = (type, mode) => {
|
const onClickSetView = (type, mode) => {
|
||||||
emit('set-view', type, mode);
|
emit('setView', type, mode);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(['set-range']);
|
const emit = defineEmits(['setRange']);
|
||||||
|
|
||||||
const setDateRange = range => {
|
const setDateRange = range => {
|
||||||
emit('set-range', range);
|
emit('setRange', range);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
const emit = defineEmits(['clear', 'apply']);
|
const emit = defineEmits(['clear', 'clear']);
|
||||||
|
|
||||||
const onClickClear = () => {
|
const onClickClear = () => {
|
||||||
emit('clear');
|
emit('clear');
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ const props = defineProps({
|
|||||||
endCurrentDate: Date,
|
endCurrentDate: Date,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const emit = defineEmits(['selectMonth', 'prev', 'next', 'setView']);
|
||||||
const { START_CALENDAR } = CALENDAR_TYPES;
|
const { START_CALENDAR } = CALENDAR_TYPES;
|
||||||
const { MONTH, YEAR } = CALENDAR_PERIODS;
|
const { MONTH, YEAR } = CALENDAR_PERIODS;
|
||||||
|
|
||||||
@@ -33,10 +34,8 @@ const activeMonthIndex = computed(() => {
|
|||||||
return getMonth(date);
|
return getMonth(date);
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(['select-month', 'prev', 'next', 'set-view']);
|
|
||||||
|
|
||||||
const setViewMode = (type, mode) => {
|
const setViewMode = (type, mode) => {
|
||||||
emit('set-view', type, mode);
|
emit('setView', type, mode);
|
||||||
};
|
};
|
||||||
|
|
||||||
const onClickPrev = () => {
|
const onClickPrev = () => {
|
||||||
@@ -48,7 +47,7 @@ const onClickNext = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const selectMonth = index => {
|
const selectMonth = index => {
|
||||||
emit('select-month', index);
|
emit('selectMonth', index);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -63,7 +62,7 @@ const selectMonth = index => {
|
|||||||
MONTH
|
MONTH
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
@set-view="setViewMode"
|
@setView="setViewMode"
|
||||||
@prev="onClickPrev"
|
@prev="onClickPrev"
|
||||||
@next="onClickNext"
|
@next="onClickNext"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -31,22 +31,22 @@ const props = defineProps({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits([
|
const emit = defineEmits([
|
||||||
'update-hovered-end-date',
|
'updateHoveredEndDate',
|
||||||
'select-date',
|
'selectDate',
|
||||||
'prev',
|
'prev',
|
||||||
'next',
|
'next',
|
||||||
'set-view',
|
'setView',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const { START_CALENDAR } = CALENDAR_TYPES;
|
const { START_CALENDAR } = CALENDAR_TYPES;
|
||||||
const { MONTH } = CALENDAR_PERIODS;
|
const { MONTH } = CALENDAR_PERIODS;
|
||||||
|
|
||||||
const emitHoveredEndDate = day => {
|
const emitHoveredEndDate = day => {
|
||||||
emit('update-hovered-end-date', day);
|
emit('updateHoveredEndDate', day);
|
||||||
};
|
};
|
||||||
|
|
||||||
const emitSelectDate = day => {
|
const emitSelectDate = day => {
|
||||||
emit('select-date', day);
|
emit('selectDate', day);
|
||||||
};
|
};
|
||||||
const onClickPrev = () => {
|
const onClickPrev = () => {
|
||||||
emit('prev');
|
emit('prev');
|
||||||
@@ -57,7 +57,7 @@ const onClickNext = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const setViewMode = (type, mode) => {
|
const setViewMode = (type, mode) => {
|
||||||
emit('set-view', type, mode);
|
emit('setView', type, mode);
|
||||||
};
|
};
|
||||||
|
|
||||||
const weeks = calendarType => {
|
const weeks = calendarType => {
|
||||||
@@ -139,7 +139,7 @@ const dayClasses = day => ({
|
|||||||
"
|
"
|
||||||
@prev="onClickPrev"
|
@prev="onClickPrev"
|
||||||
@next="onClickNext"
|
@next="onClickNext"
|
||||||
@set-view="setViewMode"
|
@setView="setViewMode"
|
||||||
/>
|
/>
|
||||||
<CalendarWeekLabel />
|
<CalendarWeekLabel />
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ const props = defineProps({
|
|||||||
endCurrentDate: Date,
|
endCurrentDate: Date,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const emit = defineEmits(['selectYear']);
|
||||||
|
|
||||||
const { START_CALENDAR } = CALENDAR_TYPES;
|
const { START_CALENDAR } = CALENDAR_TYPES;
|
||||||
|
|
||||||
const calculateStartYear = date => {
|
const calculateStartYear = date => {
|
||||||
@@ -52,10 +54,8 @@ const onClickNext = () => {
|
|||||||
startYear.value = addYears(new Date(startYear.value, 0, 1), 10).getFullYear();
|
startYear.value = addYears(new Date(startYear.value, 0, 1), 10).getFullYear();
|
||||||
};
|
};
|
||||||
|
|
||||||
const emit = defineEmits(['select-year']);
|
|
||||||
|
|
||||||
const selectYear = year => {
|
const selectYear = year => {
|
||||||
emit('select-year', year);
|
emit('selectYear', year);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const emit = defineEmits(['open']);
|
||||||
|
|
||||||
const formatDateRange = computed(() => {
|
const formatDateRange = computed(() => {
|
||||||
const startDate = props.selectedStartDate;
|
const startDate = props.selectedStartDate;
|
||||||
const endDate = props.selectedEndDate;
|
const endDate = props.selectedEndDate;
|
||||||
@@ -39,8 +41,6 @@ const activeDateRange = computed(
|
|||||||
() => dateRanges.find(range => range.value === props.selectedRange).label
|
() => dateRanges.find(range => range.value === props.selectedRange).label
|
||||||
);
|
);
|
||||||
|
|
||||||
const emit = defineEmits(['open']);
|
|
||||||
|
|
||||||
const openDatePicker = () => {
|
const openDatePicker = () => {
|
||||||
emit('open');
|
emit('open');
|
||||||
};
|
};
|
||||||
|
|||||||
+7
-7
@@ -18,11 +18,11 @@ describe('Date formatting functions', () => {
|
|||||||
const testDate = new Date(2020, 4, 15); // May 15, 2020
|
const testDate = new Date(2020, 4, 15); // May 15, 2020
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
jest.spyOn(navigator, 'language', 'get').mockReturnValue('en-US');
|
vi.spyOn(navigator, 'language', 'get').mockReturnValue('en-US');
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
jest.restoreAllMocks();
|
vi.restoreAllMocks();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('returns the correct month name from a date', () => {
|
it('returns the correct month name from a date', () => {
|
||||||
@@ -39,7 +39,7 @@ describe('Date formatting functions', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('returns the correct date format for the current locale en-IN', () => {
|
it('returns the correct date format for the current locale en-IN', () => {
|
||||||
jest.spyOn(navigator, 'language', 'get').mockReturnValue('en-IN');
|
vi.spyOn(navigator, 'language', 'get').mockReturnValue('en-IN');
|
||||||
const expected = 'dd/MM/yyyy';
|
const expected = 'dd/MM/yyyy';
|
||||||
expect(getIntlDateFormatForLocale()).toBe(expected);
|
expect(getIntlDateFormatForLocale()).toBe(expected);
|
||||||
});
|
});
|
||||||
@@ -231,13 +231,13 @@ describe('isHoveringNextDayInRange', () => {
|
|||||||
describe('getActiveDateRange', () => {
|
describe('getActiveDateRange', () => {
|
||||||
const currentDate = new Date(2020, 5, 15, 12, 0); // May 15, 2020, at noon
|
const currentDate = new Date(2020, 5, 15, 12, 0); // May 15, 2020, at noon
|
||||||
|
|
||||||
beforeAll(() => {
|
beforeEach(() => {
|
||||||
// Mocking the current date to ensure consistency in tests
|
// Mocking the current date to ensure consistency in tests
|
||||||
jest.useFakeTimers().setSystemTime(currentDate.getTime());
|
vi.useFakeTimers().setSystemTime(currentDate.getTime());
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(() => {
|
afterEach(() => {
|
||||||
jest.useRealTimers();
|
vi.useRealTimers();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('returns the correct range for "last7days"', () => {
|
it('returns the correct range for "last7days"', () => {
|
||||||
|
|||||||
@@ -1,18 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div class="date-picker">
|
|
||||||
<date-picker
|
|
||||||
:range="true"
|
|
||||||
:confirm="true"
|
|
||||||
:clearable="false"
|
|
||||||
:editable="false"
|
|
||||||
:confirm-text="confirmText"
|
|
||||||
:placeholder="placeholder"
|
|
||||||
:value="value"
|
|
||||||
@change="handleChange"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import DatePicker from 'vue2-datepicker';
|
import DatePicker from 'vue2-datepicker';
|
||||||
export default {
|
export default {
|
||||||
@@ -38,3 +23,18 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="date-picker">
|
||||||
|
<DatePicker
|
||||||
|
range
|
||||||
|
confirm
|
||||||
|
:clearable="false"
|
||||||
|
:editable="false"
|
||||||
|
:confirm-text="confirmText"
|
||||||
|
:placeholder="placeholder"
|
||||||
|
:value="value"
|
||||||
|
@change="handleChange"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,19 +1,3 @@
|
|||||||
<template>
|
|
||||||
<div class="date-picker">
|
|
||||||
<date-picker
|
|
||||||
type="datetime"
|
|
||||||
:confirm="true"
|
|
||||||
:clearable="false"
|
|
||||||
:editable="false"
|
|
||||||
:confirm-text="confirmText"
|
|
||||||
:placeholder="placeholder"
|
|
||||||
:value="value"
|
|
||||||
:disabled-date="disableBeforeToday"
|
|
||||||
@change="handleChange"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import addDays from 'date-fns/addDays';
|
import addDays from 'date-fns/addDays';
|
||||||
import DatePicker from 'vue2-datepicker';
|
import DatePicker from 'vue2-datepicker';
|
||||||
@@ -45,3 +29,19 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="date-picker">
|
||||||
|
<DatePicker
|
||||||
|
type="datetime"
|
||||||
|
confirm
|
||||||
|
:clearable="false"
|
||||||
|
:editable="false"
|
||||||
|
:confirm-text="confirmText"
|
||||||
|
:placeholder="placeholder"
|
||||||
|
:value="value"
|
||||||
|
:disabled-date="disableBeforeToday"
|
||||||
|
@change="handleChange"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<button
|
<button
|
||||||
class="inline-flex relative items-center p-1.5 w-fit h-8 gap-1.5 rounded-lg hover:bg-slate-50 dark:hover:bg-slate-800 active:bg-slate-75 dark:active:bg-slate-800"
|
class="inline-flex relative items-center p-1.5 w-fit h-8 gap-1.5 rounded-lg hover:bg-slate-50 dark:hover:bg-slate-800 active:bg-slate-75 dark:active:bg-slate-800"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="flex items-center justify-center h-10 text-sm text-slate-500 dark:text-slate-300"
|
class="flex items-center justify-center h-10 text-sm text-slate-500 dark:text-slate-300"
|
||||||
|
|||||||
@@ -38,13 +38,13 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const emits = defineEmits(['on-search']);
|
const emit = defineEmits(['onSearch']);
|
||||||
|
|
||||||
const searchTerm = ref('');
|
const searchTerm = ref('');
|
||||||
|
|
||||||
const onSearch = debounce(value => {
|
const onSearch = debounce(value => {
|
||||||
searchTerm.value = value;
|
searchTerm.value = value;
|
||||||
emits('on-search', value);
|
emit('onSearch', value);
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
||||||
const filteredListItems = computed(() => {
|
const filteredListItems = computed(() => {
|
||||||
@@ -71,13 +71,14 @@ const shouldShowEmptyState = computed(() => {
|
|||||||
return !props.isLoading && isDropdownListEmpty.value;
|
return !props.isLoading && isDropdownListEmpty.value;
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="absolute z-20 w-40 bg-white border shadow dark:bg-slate-800 rounded-xl border-slate-50 dark:border-slate-700/50 max-h-[400px]"
|
class="absolute z-20 w-40 bg-white border shadow dark:bg-slate-800 rounded-xl border-slate-50 dark:border-slate-700/50 max-h-[400px]"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<slot name="search">
|
<slot name="search">
|
||||||
<dropdown-search
|
<DropdownSearch
|
||||||
v-if="enableSearch"
|
v-if="enableSearch"
|
||||||
:input-value="searchTerm"
|
:input-value="searchTerm"
|
||||||
:input-placeholder="inputPlaceholder"
|
:input-placeholder="inputPlaceholder"
|
||||||
@@ -87,19 +88,21 @@ const shouldShowEmptyState = computed(() => {
|
|||||||
/>
|
/>
|
||||||
</slot>
|
</slot>
|
||||||
<slot name="listItem">
|
<slot name="listItem">
|
||||||
<dropdown-loading-state
|
<DropdownLoadingState
|
||||||
v-if="shouldShowLoadingState"
|
v-if="shouldShowLoadingState"
|
||||||
:message="loadingPlaceholder"
|
:message="loadingPlaceholder"
|
||||||
/>
|
/>
|
||||||
<dropdown-empty-state
|
<DropdownEmptyState
|
||||||
v-else-if="shouldShowEmptyState"
|
v-else-if="shouldShowEmptyState"
|
||||||
:message="$t('REPORT.FILTER_ACTIONS.EMPTY_LIST')"
|
:message="$t('REPORT.FILTER_ACTIONS.EMPTY_LIST')"
|
||||||
/>
|
/>
|
||||||
<list-item-button
|
<ListItemButton
|
||||||
v-for="item in filteredListItems"
|
v-for="item in filteredListItems"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:is-active="isFilterActive(item.id)"
|
:is-active="isFilterActive(item.id)"
|
||||||
:button-text="item.name"
|
:button-text="item.name"
|
||||||
|
:icon="item.icon"
|
||||||
|
:icon-color="item.iconColor"
|
||||||
@click="$emit('click', item)"
|
@click="$emit('click', item)"
|
||||||
/>
|
/>
|
||||||
</slot>
|
</slot>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user