EnCiv / undebate-ssp

Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
Other
6 stars 9 forks source link

Calendar pop-up #213

Closed ddfridley closed 1 year ago

ddfridley commented 1 year ago

image

see app/components/election-date-input.js

This may (or may not) be because of the way we have to import the css using

const useReactCalendarCss = createUseStyles(reactCalendarCss)

and in build.sh we have

# need this for app/components/election-date but its kind of a kludge
jss convert node_modules/react-calendar/dist/Calendar.css -f js -e cjs > node_modules/react-calendar/dist/react-calendar-css.js