Commit Graph

366 Commits (b7d9af9ae73fb0441fe21491549adc5f4ecd7fee)

Author SHA1 Message Date
Lauri Ojansivu 4510ddda15 Fix typo at Shortcuts. 2 months ago
Nadav Tasher 7b23c85117 Fix assignee toggling keyboard shortcut to only toggle current board members 5 months ago
Nadav Tasher e5e4b8ebfb Fix card issues with ReactiveCache when using keyboard shortcuts 5 months ago
Nadav Tasher f803190dd2 Change shortcut help message 5 months ago
Nadav Tasher deb3a8389a Fix member index bug in keyboard shortcut 5 months ago
Nadav Tasher 169eaa180b Added support for assigning members to cards using Ctrl+Alt+Num 5 months ago
Nadav Tasher 26e78a1381 Fix upper-case keyboard shortcuts & different language shortcuts getting triggered when shortcuts are disabled 5 months ago
Nadav Tasher 44aeb323d9 Change assign-self shortcut in shortcut help popup 5 months ago
Nadav Tasher 503298a33f Add additional archiving keyboard shortcut 5 months ago
Nadav Tasher 01a717f143 Generic fix for keyboard shortcuts which fixes "SPACE" shortcut and more bugs 5 months ago
Nadav Tasher cf75623184 Always handle the escape key when shortcuts are enabled 5 months ago
Nadav Tasher fb008569ab Make sure keyboard shortcuts are enabled and no text is selected on shortcut triggers 5 months ago
Nadav Tasher 68c7a41906 Revert "Hide and disable Keyboard Shortcuts, because they make using Ctrl-C to copy etc impossible." 5 months ago
Lauri Ojansivu 5606414f89 Hide and disable Keyboard Shortcuts, because they make using Ctrl-C to copy etc impossible. 5 months ago
Lauri Ojansivu ba0fdaef72 Revert back to have shortcut "c to archive" back for non-Persian keyboards. 5 months ago
Lauri Ojansivu 80ea1782f9 Move card to archive, add shortcut key ÷ for Persian keyboard. 6 months ago
Nadav Tasher 35c1057527 Change archive-card shortcut to backtick for better ergonomics 6 months ago
Nadav Tasher d0024d397a Add missing semicolon 6 months ago
Nadav Tasher e1168b5107 Added keyboard shortcut to "assign self" and rename old shortcut to "add self" 6 months ago
Nadav Tasher cecb4b8336 Change move-to-archive keyboard shortcut to '-' 6 months ago
Nadav Tasher ebece3f961 Disable sidebar showing when filtering using keyboard shortcut 6 months ago
Nadav Tasher cf90511f3c Added multi-language support for keyboard shortcuts 6 months ago
Nadav Tasher 7963118032 Always close sidebar on escape button 6 months ago
Nadav Tasher 35e6c938dc Added 'n' shortcut for adding new minicards 6 months ago
Martin Filser c925a27870 Fixing opening cards and slow performance of closing cards 7 months ago
Denis Perov 718c1a393d Switch from kadira:flow-router to ostrio:flow-router-extra 8 months ago
Martin Filser 3ae0d96760 little opacity to minicards to see the background image a little bit 10 months ago
Martin Filser 3c477e9783 Bugfix, variable "color" didn't exist 10 months ago
Martin Filser 3641a8f389 don't set background image in .board-canvas too 10 months ago
Lauri Ojansivu 9cebee7347 Fix Can't set a Due Date that has a leading zero in time, errors with invalid time. 1 year ago
nikolaj.bassauer e30329a18c Add text to new shortcut 1 year ago
nikolaj.bassauer 22b40aab5d Set Shortcut to filter assignees 1 year ago
Lewis Cowles 4d6e6a85e0
feat: download webfonts as well 1 year ago
Lewis Cowles fe887b7b5e
fix: export HTML currently exports JS popups 1 year ago
Martin Filser 875442f1ce removing Utils.getCurrentSetting() and use ReactiveCache directly 2 years ago
Martin Filser 9125ab440d Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 6a4b03324c Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/) 2 years ago
Martin Filser 4a8dcde8ee Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 7673c77c57 Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 66c2140911 replace Array#forEach() ... Array#push with Array#map 2 years ago
Martin Filser 10a9306abd Move every Boards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2 years ago
Martin Filser 49071ca5fd Move every SessionData.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 806ad78637 Move every CustomFields.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 9e557f6887 Move every Lists.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 48ba81eb3d Move every Swimlanes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser 5e3a9dc059 Move every Meteor.user() to the ReactiveCache 2 years ago
Martin Filser 0926943670 Move every Lists.findOne() to the ReactiveCache 2 years ago
Martin Filser 3b65113d05 Move every Cards.findOne() to the ReactiveCache 2 years ago
Martin Filser a182482cfb Move every Boards.findOne(boardId) to the ReactiveCache (Part 2) 2 years ago
Martin Filser 9022e9949f Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache 2 years ago