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

94 Commits

Author SHA1 Message Date
lachie-underhill
4dac614280
Add typescript 2023-06-02 09:21:54 +10:00
lachie-underhill
f24d4a437f
Temporarily remove vue-clipboard 2023-06-02 09:10:15 +10:00
lachie-underhill
734c22c184
Migrate from vue-clipboard2 to vue3-clipboard 2023-06-02 08:55:58 +10:00
lachie-underhill
48629e1a3a
Add history to router 2023-06-02 08:55:42 +10:00
lachie-underhill
6cf5459cda
chore: update vue-mdi to latest 2023-06-02 08:55:26 +10:00
lachie-underhill
b791c536b8
Update to Vue3 and add prettier 2023-06-02 08:42:20 +10:00
3c9707ea84 Fix a bug where spoiler headings are shown 2019-12-07 18:21:39 -05:00
47b50394c1
#139 compact view (#144)
* Add styles to better display tag lists

* Add components to display data in a table

* Add compact view setting

* Fix spelling

* Add table view if enabled
2019-12-05 14:51:37 -05:00
19570bc266
Add page and bundle transitions (#143) 2019-12-05 14:50:42 -05:00
Sean Corrales
30aaa064ef Display 4 cards per row on Search page (#119)
Fixes a bug where larger displays did not show more on a single row
2019-10-28 12:19:27 -04:00
Sean Corrales
06d68200a2 Consistent alignment for item card checkboxes (#120) 2019-10-28 09:23:21 -04:00
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
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
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
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