PSC-PublicHealth / HERMES

0 stars 0 forks source link

Issue 114: Welcome Page and Dev Mode #115

Closed pthompk3 closed 5 years ago

pthompk3 commented 5 years ago

See Issue #114

Fixing tutorials link is simple, and the white color for art-logo-slogan is a fallback for the instances where the header text decides to display in black.

Dev mode is commented out so users don't stumble on it accidentally. It's easy to de-comment if needed, but a user can't revert from developer mode if the button is gone. Is that a problem worth worrying about, and if so should I try to set uiSession['developerMode'] = False on startup?