Paginate through list of projects from search by keyword #24
Labels
No labels
Agent/Chrome-Android
Agent/Chrome-Desktop
Agent/Chrome-iOS
Agent/Firefox-Android
Agent/Firefox-Desktop
Agent/Firefox-iOS
Agent/Safari-Desktop
Agent/Safari-iOS
Code/Backend
Code/DevOps
Code/Frontend
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
overdrives/cidadon#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The API does not return the total amount of results through the response body instead they send it through the HTTP header:
x-total-count.
This is good since headers can be inspected without de-serializing the body. This information could be used on the cache service #34, if our total count on an entity is 100 for e.g. and theirs is 101 then we know our data is stale and should be updated.
This could be autom. regularly verified just by checking the header with a HEAD request instead of de-serializing the body.
The search bar positioned too close to the pagination controls and info. I repositioned it so it's slightly above but this is not ideal.