mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
- Updated SmartphonesRequestBuilder to support pagination with skip and take query parameters. - Added new CountRequestBuilder for counting smartphones by letter and year. - Modified SmartphonesController to handle pagination in GetSmartphonesByLetterAsync and GetSmartphonesByYearAsync methods. - Updated Search.razor and Search.razor.cs to implement infinite scrolling and display total smartphone count. - Enhanced SmartphonesService to support pagination and count retrieval for smartphones. - Added new Count endpoints for prototypes and by year in the API client.