keatonwilson / paleotidal_app

Shiny app for paleotidal modeling for Exeter + Bangor
1 stars 0 forks source link

Dummy Summary Panel Buildout #7

Closed keatonwilson closed 1 year ago

keatonwilson commented 1 year ago

This PR creates a new module that builds out a dummy UI version of the summary panel (panel above the map that shows users high-level data information about what they're viewing - e.g. the dataset, where on the timeline they are, and some legend info).

Generally, it keeps a lot of the high-level UI in ui.R (layout_columns etc.) and packs the specific value_box info and dynamic rendering to the module. This higher level UI could also be modularized, but it seemed like overkill (for now).

@jessicaguo because you're branch with the map component (and dummy input controls) isn't merged yet, I built placeholders for them here. We're probably going to have to deal with some merge conflicts at some point soon! :(

This closes #6