aboutsummaryrefslogtreecommitdiffstats
path: root/better-scrumdo.js
AgeCommit message (Collapse)Author
2013-03-28Disable keyboard commands on input focusTeddy Wing
When a text input or textarea is focused, disable keyboard shortcuts so that you can actually type things without having the interface do all sorts of things. Update TODO.
2013-03-25Add options pageTeddy Wing
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.
2013-03-23Add a fair number of new keyboard shortcutsTeddy Wing
* 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.
2013-03-23Remove column wraparoundTeddy Wing
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.
2013-03-23Start of current story selectionTeddy Wing
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.
2013-03-22Initial commit. v0.0.1 functionalityTeddy Wing
Extension now includes everything I want in terms of reloading the ScrumDo board page. Additional features related to hotkeys to be added later on.