1. 31 Dec, 2024 3 commits
    • feat: implement pagination and total count for redemptions API #386 · 97d0e6d2
      - Updated GetAllRedemptions and SearchRedemptions functions to return total count along with paginated results.
      - Modified API endpoints to accept page size as a parameter, enhancing flexibility in data retrieval.
      - Adjusted RedemptionsTable component to support pagination and display total count, improving user experience.
      - Ensured consistent handling of pagination across related components, including LogsTable and UsersTable.
      CalciumIon committed
    • feat: enhance user search functionality with pagination support · 7fec5fa1
      - Updated SearchUsers function to include pagination parameters (startIdx and num) for improved user search results.
      - Modified API response structure to return paginated data, including total user count and current page information.
      - Adjusted UsersTable component to handle pagination and search parameters, ensuring a seamless user experience.
      - Added internationalization support for new search functionality in the UI.
      CalciumIon committed
    • feat: enhance user management and pagination features #518 · 5a39d2e1
      - Updated GetAllUsers function to return total user count along with paginated results, improving data handling in user retrieval.
      - Modified GetAllUsers API endpoint to accept page size as a parameter, allowing for dynamic pagination.
      - Enhanced UsersTable component to support customizable page sizes and improved pagination logic.
      - Added error handling for empty username and password in AddUser component.
      - Updated LogsTable component to display pagination information in a user-friendly format.
      CalciumIon committed
  2. 30 Dec, 2024 13 commits
  3. 29 Dec, 2024 5 commits
  4. 28 Dec, 2024 12 commits
  5. 27 Dec, 2024 6 commits
  6. 26 Dec, 2024 1 commit