feat: add v-shortcut directive for keyboard shortcuts #942

Merged
konrad merged 21 commits from feature/shortcut into main 2021-11-13 20:28:29 +00:00

21 Commits

Author SHA1 Message Date
f3f0541427
fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-13 20:50:16 +01:00
b2d06c170e
Merge branch 'main' into feature/shortcut 2021-11-13 20:49:55 +01:00
d926c4b99d
feat: make shortcut tag configurable
Some checks failed
continuous-integration/drone/pr Build is failing
2021-11-13 17:18:10 +01:00
9380332b97
chore: re-add menu button titles after merging 2021-11-13 17:15:34 +01:00
995bb3bbe5
Merge branch 'main' into feature/shortcut
# Conflicts:
#	src/components/home/topNavigation.vue
#	src/components/misc/keyboard-shortcuts.vue
2021-11-13 17:14:52 +01:00
a5d6873aac
Merge branch 'main' into feature/shortcut
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-09 23:56:22 +01:00
521a5c69b4
feat: use <dl> for keyboard shortcuts
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-09 19:57:50 +01:00
ea67048eb6
chore: simplify message for route available
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-09 19:55:08 +01:00
8aae94f353
chore: rename isMac to isAppleDevice to reflect what it's actually doing
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-09 19:53:25 +01:00
ff52ceb92e
chore: only check for mac once
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 21:57:35 +01:00
e7114d24e9
fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 20:43:04 +01:00
3ce3a3af65
feat: also detect ipads in is macos
Some checks failed
continuous-integration/drone/pr Build is failing
2021-11-03 20:40:50 +01:00
cd380601c9
feat: move shortcuts to js file
Some checks failed
continuous-integration/drone/pr Build is failing
2021-11-03 20:36:33 +01:00
a2c0846a03
chore: simplify is task detail page check
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 20:13:07 +01:00
a90b863590
feat: use command on mac and ctrl on other platforms
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 20:10:23 +01:00
f3f3713bc1
feat: use the keyboard shortcut titles also on the elements they are shortcuts for
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 20:00:45 +01:00
8f18ce63f8
chore: add uninstall to shortcut directive
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 19:47:53 +01:00
36c4027af6
feat: add new shortcuts to docs
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 19:43:25 +01:00
c79a22661f
chore: remove old shortkey implementation
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 19:24:01 +01:00
e40b0a04be
feat: move all shortcuts to new directive 2021-11-03 19:23:07 +01:00
eef8a6ff42
feat: add v-shortcut directive for keyboard shortcuts 2021-11-03 19:18:07 +01:00