chatwoot/app/javascript/widget
Shivam Mishra 47f8b2cd0c
refactor: handling keyboard shortcuts (#9242)
* fix: Resolve and go next keyboard shortcuts doesn't work

* refactor: use buildHotKeys instead of  hasPressedCommandPlusAltAndEKey

* feat: install tinykeys

* refactor: use tinykeys

* test: update buildKeyEvents

* fix: remove stray import

* feat: handle action list globally

* feat: allow configuring `allowOnFocusedInput`

* chore: Navigate chat list item

* chore: Navigate dashboard

* feat: Navigate editor top panel

* feat: Toggle file upload

* chore: More keyboard shortcuts

* chore: Update mention selection mixin

* chore: Phone input

* chore: Clean up

* chore: Clean up

* chore: Dropdown and editor

* chore: Enter key to send and clean up

* chore: Rename mixin

* chore: Review fixes

* chore: Removed unused shortcut from modal

* fix: Specs

---------

Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2024-04-26 15:41:02 +05:30
..
api feat: do not send contact details to the widget (#9223) 2024-04-12 15:30:07 +05:30
assets fix: Typing indicator to support dark mode (#8564) 2023-12-15 09:57:13 +05:30
components refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
constants fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328) 2023-11-10 09:44:59 +05:30
helpers feat: Add an option to listen to the start conversation click events (#8038) 2023-10-03 18:01:40 -07:00
i18n chore: Update translations (#9236) 2024-04-15 18:49:04 -07:00
mixins feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
store feat: do not send contact details to the widget (#9223) 2024-04-12 15:30:07 +05:30
views fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328) 2023-11-10 09:44:59 +05:30
App.vue chore: Refactors widget to use i18n locale for articles (#7958) 2023-09-21 18:24:03 +05:30
router.js fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30