You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhanced rate limit display showing both GraphQL and REST API limits (#25)
* feat: add enhanced rate limit display showing both GraphQL and REST limits
- Add RestRateLimitInfo and CombinedRateLimitInfo types
- Create fetchRestRateLimits function to query REST API rate limits
- Update UI to display both GraphQL and REST rate limits side by side
- Show rate limit changes with color-coded deltas (red/green)
- Update low rate warning to trigger on either limit being low
* refactor: simplify rate limit display to single line format
- Display as 'API: GraphQL/5000 | REST/15000' in compact format
- Remove delta indicators for cleaner single-line display
- Maintain low rate warning color coding
* feat: enhance rate limit display with labels and deltas on single line
- Show 'GraphQL: X/5000 (+/-N) | REST: Y/15000 (+/-N)' format
- Display delta changes with color coding (green for increase, red for decrease)
- Keep everything on single line for compact display
* docs: update README with enhanced rate limit feature documentation
* reorganize main UI footer into 4 logical groups ([bf61102](https://github.com/wiiiimm/gh-manager-cli/commit/bf61102745487cc79cf346d8b71bd5361893cc4c))
0 commit comments