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

51 Commits

Author SHA1 Message Date
2b22192238 Merge pull request #5 from kihashi/master
Add basic Data Binding
2016-03-21 00:16:52 -04:00
5ac012a0f9 Hooked up all the buttons to the basic user_data. 2016-03-21 00:15:55 -04:00
53c8d82cb9 Added basic user_data. 2016-03-21 00:13:23 -04:00
a85ad85b57 Added a search box to the alphabetical list. 2016-03-21 00:13:06 -04:00
aa0e700d2c Merge pull request #4 from kihashi/master
Update beta from master
2016-03-20 22:27:49 -04:00
51b33b0ed3 Removed bundle name hardcode. 2016-03-20 22:26:08 -04:00
a7a0d554b2 Switched from a list of items to a panel.
Each panel shows a button for each bundle it is in with a checkbox.
This will need to be hooked up to an onclick even in the future.
2016-03-20 22:23:03 -04:00
3d8d6e8ff2 Added seasons to existing items. 2016-03-20 22:21:33 -04:00
7fc920647e Fixed HTML formatting. 2016-03-18 18:04:22 -04:00
bb29a3234c Added Seasons and skills tabs. 2016-03-18 17:43:50 -04:00
39116c4b7e Merge branch 'JSON' 2016-03-18 17:21:22 -04:00
87d8303cbd Changed season and skill IDs to be more natural. 2016-03-18 16:38:49 -04:00
ce57976d85 Added Skills and Seasons. 2016-03-18 16:21:30 -04:00
8e9dddde38 Fixed a missing Source. 2016-03-17 09:42:57 -04:00
658ffa0e8d Merge pull request #3 from kihashi/master
OnClick assignment now gets executed.
2016-03-17 09:38:52 -04:00
d6587155be OnClick assignment now gets executed. 2016-03-17 09:38:29 -04:00
0643487524 Merge pull request #2 from kihashi/master
Async JSON Data
2016-03-17 09:32:47 -04:00
0ba17be6bc Merge pull request #1 from kihashi/JSON
Added JSON loading to the main page.
2016-03-17 09:31:53 -04:00
8e4009cf8d Updated the Javascript to load the JSON data. 2016-03-16 23:19:46 -04:00
f23ff97acd Added Vue Resource plug in.
This allows us to async load the JSON data.
2016-03-16 23:19:25 -04:00
259abd92f5 Fixed an errant tab in the JSON. 2016-03-16 23:18:34 -04:00
d7e24a04a5 Merge branch 'master' into JSON 2016-03-16 18:29:50 -04:00
0608149ede Moved the JSON to the top level to match other files. 2016-03-16 18:29:42 -04:00
5c6a8ef9a2 Added JS from codepen. 2016-03-16 18:11:14 -04:00
3d9002406a Added JS and CSS Links. 2016-03-16 18:11:01 -04:00
b1d67c2afb Removed python files and reorganized html/css. 2016-03-16 17:55:06 -04:00
9b28e5d7ad Added items from the Quality Crops Bundle. 2016-03-16 14:36:10 -04:00
f9b4104fc8 Added items for the fall crops bundle. 2016-03-16 14:10:03 -04:00
f9125b4a00 Added items from the Summer Crops Bundle. 2016-03-16 11:28:36 -04:00
d2ed28acbb Added items from the Spring Crops Bundle. 2016-03-15 18:48:48 -04:00
87b2a71bdd Added the items from the Exotic Foraging Bundle. 2016-03-15 18:45:13 -04:00
ae44acbdcf Added items for Construction Bundle. 2016-03-15 12:24:59 -04:00
69b2aa16eb Added items from Winter foraging bundle. 2016-03-15 12:06:41 -04:00
71561bf555 Added items for the Fall Foraging Bundle 2016-03-15 10:37:44 -04:00
b9c33be548 Added items for Summer Foraging Bundle 2016-03-14 15:41:43 -04:00
2a5a897613 Added items for bundle 1. 2016-03-14 14:26:19 -04:00
3f5f9e4f20 Added Vault Bundles 2016-03-14 12:33:38 -04:00
7772b32623 Added Bulletin Board Bundles 2016-03-14 12:20:07 -04:00
dd4e8903fa Added Boiler Room Bundles 2016-03-14 11:19:55 -04:00
ad6c6b23e2 Added Fish Tank Bundles 2016-03-14 11:16:36 -04:00
39f9c1383f Fixed item template. 2016-03-14 11:04:39 -04:00
c953946d86 Fixed room field data type. 2016-03-14 11:01:58 -04:00
1418d4ce41 Added Pantry Bundles and removed copied info 2016-03-14 09:04:22 -04:00
cb46e06623 [WIP] Added partial JSON file. 2016-03-14 08:12:08 -04:00
d567d48f17 Imported css from codepen. 2016-03-13 16:25:32 -04:00
c872d7060c Imported code from codepen. 2016-03-13 16:24:17 -04:00
08be3c5b4a Added the base template. 2016-03-13 16:17:14 -04:00
d6c5601535 Added a file to run development server. 2016-03-13 16:16:55 -04:00
a48ec9e286 Added an init for the flask app. 2016-03-13 16:16:08 -04:00
e2d588ed1c Update the readme title. 2016-03-13 15:45:46 -04:00