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

JetStream and Catalog updates #165

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2024

  1. added adaptive banner

    (cherry picked from commit 4a39926)
    Paul Lammertsma committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cc17bb0 View commit details
    Browse the repository at this point in the history
  2. row should span width

    Paul Lammertsma committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d3ca67c View commit details
    Browse the repository at this point in the history
  3. using an intermediate variable causes an unnecessary recomposition; t…

    …he lambda provides the selected tab index
    Paul Lammertsma committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d82d404 View commit details
    Browse the repository at this point in the history
  4. add a bit of window inset to prevent the focus from jumping to the to…

    …p of the screen while navigating to the right
    Paul Lammertsma committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d87a583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    078ab77 View commit details
    Browse the repository at this point in the history
  6. remember focus state and restore focus with LaunchedEffect

    Paul Lammertsma committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9fca22a View commit details
    Browse the repository at this point in the history
  7. reordered parameters

    Paul Lammertsma committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    70bfda9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fixed missing imports

    Paul Lammertsma committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1f3ef36 View commit details
    Browse the repository at this point in the history
  2. replaced windowInsetsPadding with regular padding

    Paul Lammertsma committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3650f67 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. migrated to tv-material beta01

    Paul Lammertsma committed May 8, 2024
    Configuration menu
    Copy the full SHA
    34dd960 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. adjusted padding and keep AppBar a fixed height

    Paul Lammertsma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dd1eb7c View commit details
    Browse the repository at this point in the history
  2. require onClick and return with the caller's type

    Paul Lammertsma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0859aeb View commit details
    Browse the repository at this point in the history
  3. latest AGP

    Paul Lammertsma committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e9a2983 View commit details
    Browse the repository at this point in the history