47 Commits

Author SHA1 Message Date
6949aa7780 1.1.0 v1.1.0 2018-09-17 18:52:58 -07:00
2b9e76e475 chore: remove mitt dependency 2018-09-17 18:50:05 -07:00
b4ce9557f3 chore: replace favorite emitter
simply moving code into the right component was all it took
2018-09-17 18:49:55 -07:00
3ab623fea1 chore: replace error emitter with vue.emit 2018-09-17 18:43:06 -07:00
1f2e307f05 chore: fix lint-staged hook
include vue files
2018-09-17 18:43:06 -07:00
b73957e7df chore: replace search emitter with vue.emit 2018-09-17 18:43:02 -07:00
2c60ec4afc fix: weird bug in StrainList
apparently using v-if doesn't work with the static compilation, and the page can't load correctly
2018-09-17 18:28:18 -07:00
8c45a533b0 chore: add data and lunr via plugins
this way lunr is only set up once, which speeds up the loading of the search page. also makes sure the data doesn't increadse the bundle sizes of the various pages that use it.
2018-09-17 18:09:42 -07:00
3154b1e014 chore: move filters into their own file 2018-09-17 18:08:23 -07:00
85efbd84d1 feat: show favorite strain cards 2018-09-13 20:41:29 -07:00
3b39345fa6 feat: basic routing and fav nav 2018-09-13 19:56:44 -07:00
1c2df7733d chore: remove ejs and nodemon
neither is used now that we're using poi and building a static site with
it
2018-09-13 17:01:45 -07:00
8780245986 v1.0.2 v1.0.2 2018-09-13 16:32:43 -07:00
90f3fba45a chore: sync version on version bump 2018-09-13 16:19:25 -07:00
b1d244e34c chore: add version sync script 2018-09-13 16:19:25 -07:00
01871f083b v1.0.1 v1.0.1 2018-09-13 15:53:42 -07:00
2020e76b3e chore: remove oao
i wanted it to sync versions, which it only does on publish, so it's kind of useless for this project
2018-09-13 15:52:52 -07:00
d5b0cd0730 fix: correct localstorage fallback 2018-09-13 15:48:06 -07:00
5bdd35b74b docs: update readme with usable scripts 2018-09-13 15:47:49 -07:00
fa2db8d430 fix: scrape strains alphabetically
ensures that we get everything
2018-09-13 15:16:42 -07:00
a2bea32fb6 v1.0.0 v1.0.0 2018-09-08 18:03:45 -07:00
bebd51b047 chore: bump esm 2018-09-08 18:01:44 -07:00
4539515bf7 chore: fix scraper package name 2018-09-08 17:55:31 -07:00
81d41f74b4 chore: add oao for monorepo management 2018-09-08 17:54:05 -07:00
7d70224bdf chore: add prepush script
lints projects before allowing pushing
2018-09-08 17:44:26 -07:00
9c4641dd0a chore: convert everything to vue sfc 2018-09-08 17:43:32 -07:00
5e47f71f31 chore: add and configure poi 2018-09-08 17:43:31 -07:00
0414e1aae6 chore: fix linting script 2018-09-08 17:43:31 -07:00
e3e95e7c2b fix: assign key to strain cards
this fixes incorrect re-use of the component
2018-09-06 18:21:43 -07:00
4591a47dba fix: remove listener on form unmount 2018-09-06 18:16:34 -07:00
50a3b1db92 feat: add fav/unfav control
persisted in localstorage
2018-09-06 18:16:03 -07:00
c652eee096 chore: add listener for favorite changes 2018-09-06 18:15:35 -07:00
a15deb9602 chore: build a simple store
based on localstorage
2018-09-06 18:15:18 -07:00
5665bdeaa9 feat: adjust card tag label by screen size 2018-09-04 18:19:37 -07:00
712c5c095c feat: sort by adjusted rating
based on the calculation here: https://stats.stackexchange.com/questions/6418/rating-system-taking-account-of-number-of-votes/6423#6423
2018-09-04 18:19:19 -07:00
fe38c452b5 chore: update readmes 2018-08-31 16:52:09 -07:00
943c0917c7 feat: show errors, sort tags 2018-08-31 16:46:30 -07:00
d3b21103eb feat: functional search on site 2018-08-31 16:22:17 -07:00
9a1f2f9785 feat: even more site functionality 2018-08-31 15:12:14 -07:00
fc158da8a1 chore: add firebase deploy 2018-08-31 13:37:11 -07:00
804fac1afb feat: add tags to scraper output 2018-08-31 10:47:33 -07:00
22a95c3fe8 feat: mocked up search form on site 2018-08-30 20:34:32 -07:00
699a03c7c0 feat: simple site build and dev server 2018-08-30 20:34:08 -07:00
37dcabde5e feat: add a search site package 2018-08-30 19:21:36 -07:00
b9e5762213 chore: monorepo 2018-08-30 19:07:42 -07:00
cc5e15dbb1 feat: working scraper 2018-08-30 18:20:21 -07:00
c81b30be89 initial commit 2018-08-30 16:27:35 -07:00