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

Add LinkedObjectsBox component to mobile detail views #647

Merged
merged 4 commits into from
Jul 26, 2024

Commits on Jul 25, 2024

  1. Add LinkedObjectsBox component to mobile detail views

    Introduced a new `LinkedObjectsBox` component to display related objects uniformly across various mobile detail pages. Updated existing pages such as `MobileCompanyDetailsPage` and `MobileBookDetailsPage` to incorporate this new component. This change will enhance consistency and maintainability in showing related objects.
    leewyatt committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    53fbc51 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Refactor WelcomePage components to IntroPane and IntroCard

    Updated the mobile.css and Java files to reflect the renaming of WelcomePage to IntroPane and IntroCard. Simplified and adjusted styling for consistency and added an image credits file.
    leewyatt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d15dd68 View commit details
    Browse the repository at this point in the history
  2. Shuffle intro pages for variety

    Replaced the static array of PageDate objects with a List to enable shuffling of the intro pages. This ensures a different order of pages each time the application runs, enhancing user experience.
    leewyatt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2bb3320 View commit details
    Browse the repository at this point in the history
  3. Refactor PageDate to IntroCardData in IntroPane

    Renamed the PageDate record to IntroCardData for better clarity and updated the respective variable references throughout the IntroPane class. This enhances code readability and aligns with naming conventions focused on introducing cards.
    leewyatt committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    de8b30d View commit details
    Browse the repository at this point in the history