-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aesthetics and details #19
Comments
@eroten , sorry! didn't see this until now. I can probably add a spinner - I've made some changes as you probably noticed. Most saliently I moved away from plotly in favor of ggplot (in order to have the plots include the "agency average" and also look decent regardless of how many points are selected - apparently a concern is that folks might grab the figures directly from the app, and thus I thought it prudent to have the best figs possible, even if the interactivity is a bit less elegant. I'll do a push tomorrow morn and we can chat about what's up? |
@ehesch no worries! I made a few aesthetic changes (font and icon sizes, park status colors, padding), adjusted the HTML paragraph text, restricted the zoom level on the transit stops layer in leaflet, and tried to fix the issue with #22 (no luck). Everything is pushed to the |
This comment has been minimized.
This comment has been minimized.
I think that would be fine! The legend and popup will update, so that will help reduce confusion. The changing color palettes worked well when we wanted to clearly differentiate each set (Race, Ethnicity, Age), but since we are balancing more colors, it should be fine to just choose the best palette that works with the park status colors |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@eroten waiter added to maps, not sure I love its current iteration but definitely like the idea! |
@eroten YAY - deployed, working, etc.! Much speedier too. Not 100% sure what was causing some of the funky issues. Rebuilding did give an opportunity to clean up each module, the entire package, etc. which is a nice consolation prize I guess?! 🤷 Re-creating/updating your checklist....
Longer term...
|
urg, download button on the summary --> table isn't working :/ not sure what's going on there..... |
@ehesch Hooray! The app is so much faster now, and has cleaned up nicely! I took some of the checklist items in your last comment and broke them into two new issues (#23 and #24). Its generally better to have several smaller issues rather than one massive one, particularly since we are venturing outside appearance changes with this issue. I've crossed out the items that I moved to other issues.
The only three items left are
|
have reconsidered the |
absolutePanel()
s; they cause accessibility issuesuse consistent margin and border values for all objectsinst/app/style.css
do cursory mobile-ready evaluationThe text was updated successfully, but these errors were encountered: