Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Get basic auth running with errors * add login method * logging * add register endpoint * stop using forked version of form * testing error states * fix dev settings * fix up error handling and add some new methods * Add additional auth utilities * add schema to response * begin adding join route * rename CmsAuth * remove logging * begin adding some cms actions * begin adding event fetching * Add ts packages * use tsconfig # Conflicts: # tsconfig.json * remove some comments * add remix type defs * update server.js to match remix example * convert entry files to ts * use ts * allow redirect on success * add event forwarding * query all calendars * display message * move auth into membership route * use ts * add route protection back in to dashboard * return value from loader * move files into frontend route * update paths from rename * Move app files into __app * Add tailwind * remove tailwind.css from vc * ignore tailwind * add spread params to svgs * move around auth routes and add styles * rename dashboard to membership index * adjust styles * move join into auth * remove old thing * renive extra links * fix up auth * add getCalendars * move auth into pathless * move layouts into correct folder * use new singletask layout * convert to ts * use updated types * add first pass of events * add inter font * use classNames * rename method * add events calendar * add events calendar views * description * update calendar formatting * add popover for event * remove console.log * go stacked layout * adjust for stacked layout * add meta data * begin adding more components and details * Add ts versions * move files * reset dependencies * check for null data * fix some ts issues * update dependencies * update utility types * update heroicons * abstract some components * clean up styling * use sky instead of indigo * upgrade remix dependencies and scripts * add tiny-invariant * convert to ts * allow for netlify dev * use globals * open in new tab * continue debugging * auth debugging go away * ignore * convert to ts and wrap in global * split out cms functions * removing logging * check for user * move tls reject to env variable * read user via getUser * removing * clean up events * authenticate * use split versions * remove esbuild from node bundler * turn on defaults * turn off esnext for now * update login form * add note * fix this thing * remove console.log call * use custom livereload from 1.6.4 of remix see remix-run/remix#2997 (comment) * remove debugging help * move file * fix faker fn * tweak Button styling and add fullWidth prop * Add TextInput and FieldGroup * style reset password form * clean up auth forms * convert to ts * convert some ts * add wide option * add FieldSet, TextArea, and addons for TextInput * clean up register * fix up register form / hide form for now * use solid icons * Abstract events list and add ics link * use updated imports * add events to dashboard * turn on esnext * correct link address * remove comment * add getCalendar * add black and white buttons * Add passedRef prop * Add subscribe links * move join files * fix links * fix import * Fix path for mdx loading * abstract out not found content * Add splat page to catch non-loader 404s * do not default to empty string * remove extra h1
- Loading branch information