feat: Adds support for all snooze option in bulk actions (#9361)

* feat: Add support for bulk snooze until

* feat: Adds support for all snooze option in bulk actions

* chore: Adds comment

* chore: Review fixes

* chore: Minor fix

* chore: Minor fix

* chore: Review fixes

* chore: yarn changes

* fix: terminal waring

* chore: Adds spec

* Update conversationHotKeys.js

---------

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Sivin Varghese
2024-05-09 19:27:31 +05:30
committed by GitHub
parent eff24c0d71
commit 5138a0ad32
15 changed files with 423 additions and 134 deletions

View File

@@ -26,7 +26,7 @@
</button>
</template>
<script setup>
import { computed, defineProps, useAttrs } from 'vue';
import { computed, useAttrs } from 'vue';
const props = defineProps({
variant: {

View File

@@ -9,7 +9,7 @@
</template>
<script setup>
import { defineProps, defineEmits, computed } from 'vue';
import { computed } from 'vue';
const props = defineProps({
isChecked: {