AmericanWhitewater / wh2o-vue

Interactive map and guide for whitewater rivers in North America
https://wh2o-vue.netlify.app/
9 stars 1 forks source link

Release calendar #369

Closed ericnatejones closed 3 years ago

ericnatejones commented 3 years ago

Year calendar for release dates.

I wasn't able to figure out how to utilize the calendar package's CSS, so I copied the whole thing to the component file. It felt bad.

DOM manipulation for the tooltip might also have a better solution.

ericnatejones commented 3 years ago

Thanks so much! I'll get on these and submit another PR

ngottlieb commented 3 years ago

@ericnatejones to import the CSS I think you have two options.

First, dig into node_modules/v-year-calendar or wherever the package is and look for the CSS file you are trying to pull in. note the path. (probably something like v-year-calendar/dist/styles.css). Then either:

1) import the file in the Githubissues.

  • Githubissues is a development platform for aggregating issues.