Lauri Ojansivu
4510ddda15
Fix typo at Shortcuts.
...
Thanks to xet7 !
1 year ago
Nadav Tasher
7b23c85117
Fix assignee toggling keyboard shortcut to only toggle current board members
1 year ago
Nadav Tasher
e5e4b8ebfb
Fix card issues with ReactiveCache when using keyboard shortcuts
...
When using ReactiveCache.getCard, a buggy instance of Card is returned.
The bug experienced is that .assignees and .members are not always up-to-date.
This can be reproduced by trying to hover over cards and triggering a keyboard
shortcut that interacts with a card.
1 year ago
Nadav Tasher
f803190dd2
Change shortcut help message
1 year ago
Nadav Tasher
deb3a8389a
Fix member index bug in keyboard shortcut
1 year ago
Nadav Tasher
169eaa180b
Added support for assigning members to cards using Ctrl+Alt+Num
1 year ago
Nadav Tasher
26e78a1381
Fix upper-case keyboard shortcuts & different language shortcuts getting triggered when shortcuts are disabled
1 year ago
Nadav Tasher
44aeb323d9
Change assign-self shortcut in shortcut help popup
1 year ago
Nadav Tasher
503298a33f
Add additional archiving keyboard shortcut
1 year ago
Nadav Tasher
01a717f143
Generic fix for keyboard shortcuts which fixes "SPACE" shortcut and more bugs
1 year ago
Nadav Tasher
cf75623184
Always handle the escape key when shortcuts are enabled
1 year ago
Nadav Tasher
fb008569ab
Make sure keyboard shortcuts are enabled and no text is selected on shortcut triggers
1 year ago
Nadav Tasher
68c7a41906
Revert "Hide and disable Keyboard Shortcuts, because they make using Ctrl-C to copy etc impossible."
...
This reverts commit 5606414f89 .
1 year ago
Lauri Ojansivu
5606414f89
Hide and disable Keyboard Shortcuts, because they make using Ctrl-C to copy etc impossible.
...
Thanks to xet7 !
Fixes #5603 ,
fixes #2423 ,
fixes #1878 ,
fixes #931
1 year ago
Lauri Ojansivu
ba0fdaef72
Revert back to have shortcut "c to archive" back for non-Persian keyboards.
...
Thanks to hatl and xet7 !
Related #1878
1 year ago
Lauri Ojansivu
80ea1782f9
Move card to archive, add shortcut key ÷ for Persian keyboard.
...
Thanks to mohammadZahedian and xet7 !
Fixes https://github.com/wekan/wekan/pull/5589 ,
fixes https://github.com/wekan/wekan/pull/5576 .
1 year ago
Nadav Tasher
35c1057527
Change archive-card shortcut to backtick for better ergonomics
1 year ago
Nadav Tasher
d0024d397a
Add missing semicolon
1 year ago
Nadav Tasher
e1168b5107
Added keyboard shortcut to "assign self" and rename old shortcut to "add self"
1 year ago
Nadav Tasher
cecb4b8336
Change move-to-archive keyboard shortcut to '-'
1 year ago
Nadav Tasher
cf90511f3c
Added multi-language support for keyboard shortcuts
1 year ago
Nadav Tasher
35e6c938dc
Added 'n' shortcut for adding new minicards
1 year ago
Martin Filser
c925a27870
Fixing opening cards and slow performance of closing cards
...
Fixes : #5533
Fixes : #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d .
2 years ago
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
2 years ago
nikolaj.bassauer
e30329a18c
Add text to new shortcut
2 years ago
nikolaj.bassauer
22b40aab5d
Set Shortcut to filter assignees
2 years ago
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
3 years ago
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
3 years ago
Martin Filser
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
3 years ago
viehlieb
4d31985eb9
enable add/remove labels for multiselect via shortcut
4 years ago
viehlieb
7d73f2bbba
bring back functionality for selectedCard which is currentCard and assigned functionality to numpad for label shortcuts
4 years ago
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
5 years ago
Lauri Ojansivu
7f648720af
Try to fix tests. Part 2.
...
Thanks to xet7 !
5 years ago
helioguardabaxo
69fc2cd8f8
Add keyboard shortcut for search
6 years ago
Marc Hartmayer
301d96f392
Support card shortcuts when hovering a card
6 years ago
Marc Hartmayer
1c488cb8a7
Fix shortcuts mapping in the shortcuts list
...
Shorcuts are case-sensitive therefore let's fix the keys in the shortcuts list.
6 years ago
Lauri Ojansivu
d16a601c04
More keyboard shortcuts: c for archive card
...
Thanks to xet7 !
Related #1878
6 years ago
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
7 years ago
Lauri Ojansivu
056843d66c
Remove Emoji support, so MAC addresses etc show correctly.
...
Thanks to xet7 ! Closes #1248 , closes #323
8 years ago
Ghassen Rjab
9b5c283892
Fix "W" shortcut binding
9 years ago
Daniel
c05029d403
Changes in code to correct the spelling of emoji (plural)
10 years ago
fisle
14b7213af4
Shortcut: F toggles filter sidebar
11 years ago
fisle
119d4b787d
Shortcut: Spacebar assigns self to current card
11 years ago
Maxime Quandalle
74fba0a817
Fix a recurrent English typo
11 years ago
Maxime Quandalle
b3851817ec
Enforce a consistent ES6 coding style
...
Replace the old (and broken) jshint + jscsrc by eslint and configure
it to support some of the ES6 features.
The command `eslint` currently has one error which is a bug that was
discovered by its static analysis and should be fixed (usage of a
dead object).
11 years ago
Maxime Quandalle
9961de9c30
Update translation source file
11 years ago
Maxime Quandalle
35d1d6b463
Display keyboard shortcuts on a modal
...
Fixes #241
11 years ago
Maxime Quandalle
31c4aa01bd
Open a modal (or a new page) based on context
...
This feature is also sometime named the Pinterest-style route, which is further explained in this react-router example:
cf0419f70e/examples/pinterest
11 years ago
Maxime Quandalle
92dd05d06d
Click on the page to escape the last action
...
This is a generalization of what we had for closing a popup by
clicking outside of it. It now works for inlinedForms and detailsPane
as well.
11 years ago
Maxime Quandalle
2c0030da62
Implement multi-selection
...
The UI and the internal APIs are still rough around the edges but the
feature is basically working. You can now select multiple cards and
move them together or (un|)assign them a label.
11 years ago