run_app(mode = "solve")
or run_app(mode = "builder")
, which sets app_mode
via golem and ensures external resources are initialized correctly.mod_solve_sidebar_ui()
and mod_solve_sidebar_server()
for cleaner separation and easier maintenance.solve_panels()
and builder_panels()
helper functions._brand.yml
support.input_dark_mode()
and dynamic switching of logo (dark or light variant).app_ui.R
.app/www/logo-[dark|light].svg
, auto-switching based on theme mode.sidebarLayout()
, applies consistent design across themes, and toggles collapse automatically.README.Rmd
refreshed to document the modular architecture, unified launcher, theming options, and branding support.For full details and usage examples, see the documentation or the GitHub repo.