Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/Repeat list heading on new page #472

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2024

  1. test:Creation of methods required for list component

    Provide method that returns how many lines fit on the current page
    Provide method to add a new page
    Fernando-hub527 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f995d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ad6ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5365a2 View commit details
    Browse the repository at this point in the history
  4. feature:Implement new interface for list component

    Make list creation easier
    Fernando-hub527 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3324f84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    489da96 View commit details
    Browse the repository at this point in the history
  6. test: Configure fixed header in the list

    Add a method to generate the list with fixed header
    Allow the configuration of minimum rows per page
    Fernando-hub527 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d6a4e99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46bf015 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f55ff9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9ae2f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e8d590 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. test: validate use of auto-height lines in list

    remove jsons from tests that are not used
    Fernando-hub527 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2a5dc1c View commit details
    Browse the repository at this point in the history
  2. fix: Allow use of auto height rows

    Add settings to line before getting height
    Fernando-hub527 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    09b5332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3ee154 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b2134a View commit details
    Browse the repository at this point in the history