feat: Add more snooze options (#7344)

This commit is contained in:
Muhsin Keloth
2023-06-19 17:05:16 +05:30
committed by GitHub
parent 5c5381c0a9
commit 9bed57c7d1
8 changed files with 237 additions and 30 deletions

View File

@@ -30,5 +30,12 @@ export default {
TESTIMONIAL_URL: 'https://testimonials.cdn.chatwoot.com/content.json',
SMALL_SCREEN_BREAKPOINT: 1024,
AVAILABILITY_STATUS_KEYS: ['online', 'busy', 'offline'],
SNOOZE_OPTIONS: {
UNTIL_NEXT_REPLY: 'until_next_reply',
AN_HOUR_FROM_NOW: 'an_hour_from_now',
UNTIL_TOMORROW: 'until_tomorrow',
UNTIL_NEXT_WEEK: 'until_next_week',
UNTIL_NEXT_MONTH: 'until_next_month',
},
};
export const DEFAULT_REDIRECT_URL = '/app/';