1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
Commit Graph

285 Commits

Author SHA1 Message Date
Sean Corrales
2b3d9f2785 Display season and skill names on icon hover (#105) 2019-10-28 09:18:58 -04:00
73f21bffb0 Updated changelog 2019-03-12 20:53:10 -04:00
24b8747139 Added site link 2019-03-12 20:21:58 -04:00
87e92de32f Updated readme
Closes #88
2019-03-12 20:20:27 -04:00
880845bb7d Fix typo 2019-03-11 23:09:39 -04:00
9c3f9cc6a6 Add whats new page 2019-03-11 22:56:46 -04:00
7074cc9030 Update reddit address 2019-03-11 22:56:28 -04:00
264338dcb3 Remove inventory link 2019-03-11 21:47:45 -04:00
6653fea4fc Fix sizing issue for desktops 2019-03-11 21:47:03 -04:00
fb15f489c1 Convert to FA icons 2019-03-11 21:46:50 -04:00
4df5eacd03
Import V1 Data (#117)
* Add method to get open bundles

* Add method to load V1 data

* Convert v1 data on load
2019-03-11 21:46:12 -04:00
5195f5c2d3 Add title to bundle nav 2019-03-10 18:19:34 -04:00
f22f8345bb
Bundle and Room Completion (#115)
* Add methods for bundle completion

* Add markup for bundle completion

* Update bundle button to go white if bundle is complete

* Update method to max out at items required

* Add bundle progress bar

* Add room completion

* Add function to determine if the room is completed

* Fix icon style

* Add check for completed bundles and rooms
2019-03-10 18:01:51 -04:00
c9aa194cc1
Add Reset Button (#113)
* Add reset data mutation

* Add delete button

* Fix spacing
2019-03-09 11:45:29 -05:00
3fa40bfccf
Save and Load Data (#112)
* Save options

* Add clipboard package

* Add methods to fetch and load state

* Add save and load data to component
2019-03-09 10:58:28 -05:00
1c0612cb6f
Add container to changelog (#110) 2019-03-08 22:35:42 -05:00
0ce3b3a779
Adjust Sizes for Mobile and Tablets (#109)
* Shrink titles

* Correct column sizing on tablet and mobile
2019-03-08 22:09:12 -05:00
af65ee9378
Add Ability to Hide Completed (#108)
* Disable ES Lint warning

* Add methods to filter competled bundles

* Add completed items filter
2019-03-08 20:35:44 -05:00
409bc00101
Add a Setings Page (#107)
* Add settings page placeholder

* WIP

* Add spoiler mutations

* Add computed props and wire them up

* Add spoilers
2019-03-02 21:03:02 -05:00
Sean Corrales
c8802598ce Fixing missing data when loading bundle page. (#106) 2018-10-30 19:48:00 -04:00
Sean Corrales
4e98c814c3 Add container to welcome screen (#103) 2018-10-30 19:43:10 -04:00
Sean Corrales
7a1a055339 Fix seasons for wheat (#102) 2018-10-30 19:40:41 -04:00
ea527c8cd2
Sort Alphabetically (#93) 2018-05-21 22:36:50 -04:00
95739821c3
Merge pull request #86 from kihashi/webpack
Update to Webpack and Vue Single File Components

* Updates to a webpack based build
* Splits application into single file components
* Updates Bulma
* Updates Vue
* Adds support for mobile
2018-05-21 18:28:39 -04:00
5888153bb6
Merge branch 'master' into webpack 2018-05-21 18:20:46 -04:00
5e8724f237 Add changelog 2018-05-20 17:17:22 -04:00
542e4f7bf1 Add support for saving data to local storage 2018-05-19 16:48:04 -04:00
784050fdde Add filtering. 2018-05-16 23:20:24 -04:00
6e94bf35b8 Updated to propogate child events. 2018-05-16 23:20:14 -04:00
dc19dc63fd Fixed an ID error. 2018-05-16 23:19:43 -04:00
294e25b30d Fixed event propogation to work with arrays. 2018-05-16 23:19:30 -04:00
b7f39e240e Add a function to get an item by id. 2018-05-05 17:41:48 -04:00
360cd74fe3
Update readme to mention re-write 2018-05-05 16:49:39 -04:00
dc5f0bdd6e Add event bindings for search field 2018-05-02 23:12:45 -04:00
3444b7a762 Fix a bug with CSS class selection 2018-05-01 17:26:46 -04:00
0363505688 Add basic search, search form, and filter components.
Note that these are missing events.
2018-04-30 22:46:14 -04:00
2426da3088 Pull the icon out into its own component. 2018-04-30 22:45:25 -04:00
5db60dd09b Add a button checkbox component 2018-04-30 22:44:59 -04:00
2fb087e02e Add search page to router 2018-04-30 22:44:46 -04:00
5b16daffbb Fix a misnumbered item 2018-04-30 22:44:23 -04:00
c6a55caab6 Add search component 2018-04-28 12:46:23 -04:00
f180d18f52 Add css-classes for spoilers 2018-04-28 12:46:09 -04:00
e334c0021c Remove hello-world component. 2018-04-28 12:21:04 -04:00
755afd48fe Add item completion and room completion. 2018-04-28 12:19:50 -04:00
0ba9121201 Add items required 2018-04-28 12:16:52 -04:00
689b8e0b5f Moved bundle components into a subfolder. 2018-04-28 11:56:41 -04:00
d7af68a5c5 Add a button to link to the bundle.
Closes #63.
2018-04-27 23:36:06 -04:00
a5b2112712 Add counts for bundles with count greater than one 2018-04-27 21:50:05 -04:00
010af5ea49 Add new routes. 2018-04-26 22:54:17 -04:00
5f7dcaa4c3 Add component to display bundle contents. 2018-04-26 22:54:09 -04:00