Maya Gans

Results 11 comments of Maya Gans

I'm making a sort of spin off with the app using the alarm dataset that's a lot less dynamic than @paulgovan's, but I used this string manipulation to create multiple...

Kind of related - do I need to use JavaScript to inject font-awesome into the head of the slide/markdown doc? I tried using htmltools::htmlDependency for it (I have the functionality...

Oh love that SVG idea! I'll keep working on my little reprex and if you like it we can decide if its a better fit here or GExtra :) thanks!

Unsure if this is helpful but I've been working in this codepen - I added some CSS and an "active" class to the users selected button so it acts more...

Also posted here: https://github.com/MayaGans/grp_btn_dropdown, I wrote a UI function that may be adaptable, but isn't as elegant as some of your map functions

I like your approach but tried implementing something here (my first input binding!) https://github.com/MayaGans/grp_btn_dropdown - it's still really janky and fragile so I look forward to seeing what you come...

Thanks for your comments I'll try applying that! I'm looking at your code now to learn how to write an updateButtonAndMenu function [so the user could update the buttons from...

This works but produces a null column which should be dropped maybe `if there's a column named null dropSeries("null")` ?

Can now create 3 different dataframes - group them into different tabs? https://github.com/MayaGans/TidyBlocks/commit/4313b929f84494b67dbc9a9f79b7675343e06071

Semi-fixed with concatenated column but this could be made prettier