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

22 Commits

Author SHA1 Message Date
d3429ce217
WIP: #66 update to the latest vuejs and bulma (#81)
Update Vuejs to 2.5.13 and Bulma to 0.6.2.
2018-02-10 14:53:43 -05:00
07c8f02fa1 Added a workaround since current LocalStorage is only strings. 2016-04-16 18:52:07 -04:00
2392794900 Added functions to save and load hideSpoilers. 2016-04-15 20:55:22 -04:00
24946c01a0 Added fucntions to save and load the hideCompleted setting. 2016-04-15 20:50:37 -04:00
38341799dd Added functions to store, load, and save spoiler settings. 2016-04-14 19:31:07 -04:00
d6b46b5a38 Added a special filter for seasons. 2016-04-13 23:49:23 -04:00
065facdfac Added a function to get the changelog data. 2016-04-13 22:07:49 -04:00
ecec52545d Updated isComplete to account for completed bundles.
An item is now complete if all of its bundles are either checked or
already complete.

Closes #44.
2016-04-13 19:15:12 -04:00
c785347a84 Added a function to tell if a bundle is complete. 2016-04-13 18:35:19 -04:00
7beeae1496 Added a data save whenever user_data is edited. 2016-04-12 22:11:15 -04:00
81227ce0c8 Removed leftover debug code. 2016-04-12 22:05:46 -04:00
ad537b1435 Added a function to determine if an item is complete. 2016-04-11 23:21:07 -04:00
ea9291454e Added options to hide spoilers and completed items. 2016-04-11 18:38:03 -04:00
f7924e2006 Fixed a bug where room completion rate could be increased for opt. items
Each bundle now counts for at most `items_required` for rooms.
2016-04-10 17:38:24 -04:00
12be3f73f4 Added functions to calculate how many items are in a room. 2016-04-03 17:05:41 -04:00
0fcaa42214 Updated the user_data array to store the position from item.bundles.
All of the associated check, get, and set methods have been updated.
I have no idea if these are as performant or not.
2016-03-30 23:03:14 -04:00
872769a74d Added base64 encoding of the string. 2016-03-30 22:16:17 -04:00
f330975a17 Converted app to use Bulma. 2016-03-30 17:59:40 -04:00
53c8d82cb9 Added basic user_data. 2016-03-21 00:13:23 -04:00
d6587155be OnClick assignment now gets executed. 2016-03-17 09:38:29 -04:00
8e4009cf8d Updated the Javascript to load the JSON data. 2016-03-16 23:19:46 -04:00
5c6a8ef9a2 Added JS from codepen. 2016-03-16 18:11:14 -04:00