iachat/app/javascript/dashboard/routes/dashboard
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
..
commands feat: Inbox header actions (Snooze/Delete) (#8858) 2024-02-06 08:54:15 +05:30
contacts fix: Clicking on contact attributes doesn't do anything if contact attributes list is empty (#9257) 2024-04-18 12:31:32 +05:30
conversation refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
customviews feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
helpcenter refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
inbox feat: Add inbox view under feature flag on the sidebar (#9049) 2024-03-07 18:27:39 -08:00
notifications feat: Table footer design updates (#9194) 2024-04-09 10:50:41 +10:00
settings fix: heatmap colors for dark mode [CW-3241] (#9278) 2024-04-25 10:23:15 +05:30
suspended feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
dashboard.routes.js feat: Add inbox view under feature flag on the sidebar (#9049) 2024-03-07 18:27:39 -08:00
Dashboard.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30