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 a navigation bar in the TV demo app #294

Merged

Conversation

MGaetan89
Copy link
Member

Pull request

Description

The demo app on TV only supports the "Examples" section for now. The goal of #273 is to also add the "Lists" on that demo.
As a first step, I've added a navigation bar at the top of the app, to navigate between the "Examples" and "Lists" section.

Screenshot_20231108_100041

Screenshot_20231108_100100

Changes made

  • Created new components to display a navigation bar at the top of the demo app
  • Moved some code from the mobile demo app to the shared demo module

Checklist

  • Your branch has been rebased onto the main branch.
  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).
  • All pull request status checks pass.

@MGaetan89 MGaetan89 linked an issue Nov 8, 2023 that may be closed by this pull request
@@ -1,8 +1,8 @@
/*
* Copyright (c) 2022. SRG SSR. All rights reserved.
* Copyright (c) 2023. SRG SSR. All rights reserved.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommendation: Remove dates from copyright info. Does not add any meaningful information and requires updates. Here is e.g. the header we have in Pillarbox Apple codebase:

//
//  Copyright (c) SRG SSR. All rights reserved.
//
//  License information is available from the LICENSE file.
//

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created #295 for this, so we can change all copyright info at once

@MGaetan89 MGaetan89 merged commit 00cd30e into main Nov 8, 2023
4 checks passed
@MGaetan89 MGaetan89 deleted the 292-add-navigation-bar-to-switch-between-examples-and-lists branch November 8, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add navigation bar to switch between "Examples" and "Lists"
2 participants