mikepea/go-jira-ui

Make TicketList page 'immutable'; add refresh key

mikepea opened this issue · 1 comments

Doing the API query to ensure the TIcketList page has up-to-date results is expensive, and makes the interface somewhat sluggish.

Instead, if we kept the cachedResults and had a 'refresh' option, we can work around this in an acceptable way.

'R' for refresh results.

This is done.