| Age | Commit message (Collapse) | Author |
|
A minimal, unstyled options page for the extension is now accessible
via the Chrome Extensions panel. This options page allows users to
customise the refresh interval of the ScrumDo board page.
|
|
* Update TODO
* Use 'i' key to bring up story edit modal
* Use 'a' key to bring up assignees field of edit modal
* Use 'b' key to bring up project top drop-down
* Use 't' key to drop down tasks
Still need to figure out how to disable keyboard shortcuts when an
input field is focused. Otherwise bugs.
|
|
Moving left or right at an edge column onto a non-existent column will
keep position on current column, instead of doing a wraparound like I
thought it should previously.
Got rid of function to move to next column that has stories, but now I
realise that I will need it back in order to finish arrow movement.
What if there's a column in the middle that's empty? You still need to
get to the next column that has stories. We'll have to work that out.
|
|
Almost works. Works for arrow up and down, but not left and right. Was
trying to get a wraparound working, but I think I'm just going to quit
while I'm behind and disable left and right movement to columns that
have no stories.
|
|
Extension now includes everything I want in terms of reloading the
ScrumDo board page. Additional features related to hotkeys to be added
later on.
|