Chris Cummer
f650bb1698
Remove the app.Draw() gorountine
...
Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).
This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many).
2018-09-24 14:40:57 -07:00
Chris Cummer
b6036a3eae
Clean up the Zendesk module's API credentials loading
2018-07-31 15:34:42 -07:00
Chris Cummer
beb0c43b07
Add character identifiers to focusable widgets
...
When no widget has focus, press the letter key to focus on the widget
assigned to that letter.
Example:
GitHub (d)
Press "d" to focus on the GitHub widget.
2018-07-30 15:51:19 -07:00
Tim Fitzgerald
35414bc566
Removed 5th return statement from widget.KeyboardIntercept
2018-07-25 15:45:59 -07:00
Tim Fitzgerald
fbdaedb339
Final MVP for module
2018-07-25 15:29:51 -07:00
Tim Fitzgerald
e1030379cd
Removed capture of Up and Down keys to stop interfering with scrolling
2018-07-25 14:54:42 -07:00
Tim Fitzgerald
7ad7e2ccfd
Can scroll through items and open URL of ticket
2018-07-25 14:41:21 -07:00
Tim Fitzgerald
626cbe0883
Cycle through selected issues with highlighting
2018-07-25 12:55:06 -07:00
Tim Fitzgerald
c12bb5071d
Stash for new branch
2018-07-25 11:27:23 -07:00
Tim Fitzgerald
86c98a4658
Using contents of TicketArray instead of slice of tickets
2018-07-25 11:10:30 -07:00
Tim Fitzgerald
16313a73cb
REturning new tickets as a TicketArray item
2018-07-25 10:55:08 -07:00
Tim Fitzgerald
6f63d7e687
Desired status can be set from config
2018-07-25 09:51:15 -07:00
fimtitzgerald
766af8479d
Not currently functioning - WIP stash
2018-07-23 22:58:37 -07:00
fimtitzgerald
abb616699f
Add ability to open ticket queue with Enter key
2018-07-23 22:54:19 -07:00
fimtitzgerald
40a3b5839c
Made username a config parameter instead of ENV
2018-07-23 18:49:44 -07:00
Tim Fitzgerald
88155c1183
Comments on functions
2018-07-23 16:09:24 -07:00
Tim Fitzgerald
69cb4d0cd1
String formatting on returned data
2018-07-23 15:22:16 -07:00
Tim Fitzgerald
2c0c7f2fdb
MVP Version of module
2018-07-23 11:46:46 -07:00