keatonwilson / paleotidal_app

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

Minor fixes, need help with HTML #84

Closed jessicaguo closed 1 year ago

jessicaguo commented 1 year ago

This PR addresses #69 #70 #75 #81.

@keatonwilson could you please take a look at mod_about_tab.R? I don't understand how the html tags can be applied, nor how to get the image to show up. Currently testing with a single logo, will combine logos and send to Sophie/James for approval.

keatonwilson commented 1 year ago

@jessicaguo See new commit - I showed an example of how to pass ui items (via a tagList) to the content argument of card_ui - should hopefully get you to where you need to go!

jessicaguo commented 1 year ago

@keatonwilson Thanks for that! What about rendering an image? I tried a variety of combinations to no avail. I'd like the image to sit above the "designed by " and "developed by". Does an image need a special tag too, or am I missing something else entirely?

keatonwilson commented 1 year ago

@jessicaguo Latest commit has an example - let me know when this is ready for review!

jessicaguo commented 1 year ago

Thanks! Ready for review now. Also closes #85