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]: Shiny App NavBar #1

Open
7 tasks
jimbrig opened this issue Nov 11, 2024 · 0 comments
Open
7 tasks

[Feature]: Shiny App NavBar #1

jimbrig opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
feature New feature requests

Comments

@jimbrig
Copy link
Member

jimbrig commented Nov 11, 2024

The DataHub Shiny App's UI will be created using bslib and the main page built via bslib::page_navbar().

This issue pertains to the navigation of the application via bslib's navbar based navigation (as opposed to sidebar-based navigation like used in shinydashboard / AdminLTE based frameworks).

  • Design navigation structure for the app
  • Implement primary sections (i.e. Home, Data Views, Reports, Summary)
  • Style and position navbar to match overall theme

NavBar Components:

  • Title: "brand" with the GMH logo properly sized and responsive
  • Navigation: Navigation for the app will leverage bslib::nav_panel() and bslib::nav_menu() primarilly
  • Theme: Custom bslib::bs_theme(version = 5, ...) styles and variables
  • Sidebar: (separate issue)
@jimbrig jimbrig added the feature New feature requests label Nov 11, 2024
@jimbrig jimbrig self-assigned this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature requests
Projects
None yet
Development

No branches or pull requests

1 participant