[Feature]: Migrate app interface to bslib
components and layout
#31
Labels
breaking
Indicates a breaking chance that affects existing code
feature
New feature requests
help wanted
Extra attention is needed
refactor
Code refactoring and cleanup
Milestone
Goal: Migrate and refactor all
shinydashboard
,shinydashboardPlus
, andbs4Dash
package implementations from the gmhLeasingDashboard package tobslib
.bslib
viapage_navbar()
: replacedashboardPage()
withpage_navbar()
.nav_panel()
andnav_menu()
withinbslib::page_navbar()
to create the top navigation structure.nav_panel()
should call the correspondingmod_*_ui()
UI module function.mod_header_ui()
module that includes the GMH logo, dropdowns, and necessary buttons/links. Apply this in thetitle
argument forpage_navbar()
mod_footer_ui()
modulelayout_columns()
,layout_column_wrap()
, etc.card
's to wrap distinct sections of content within each page/tab.The text was updated successfully, but these errors were encountered: