Skip to content

Commit 31a04a1

Browse files
author
Alan Smith
authored
Add ability to select country/city of event + weather info (#1)
Add ability to select country/city of event + weather info
2 parents 48a4f4f + 083a7be commit 31a04a1

25 files changed

+344
-29
lines changed

images/add_event.png

688 KB
Loading

images/new_tab.png

256 KB
Loading

package-lock.json

Lines changed: 55 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
},
1010
"dependencies": {
1111
"@chenfengyuan/vue-countdown": "^1.1.2",
12+
"axios": "^0.19.0",
1213
"date-fns": "^1.30.1",
1314
"directory-named-webpack-plugin": "^4.0.1",
15+
"lodash": "^4.17.15",
1416
"luxon": "^1.16.0",
1517
"v-click-outside": "^2.1.3",
1618
"vue": "^2.6.10",
1719
"vue-datetime": "^1.0.0-beta.10",
1820
"vue-global-events": "^1.1.2",
21+
"vue-select": "^3.2.0",
1922
"vue2-animate": "^2.1.0",
2023
"vuedraggable": "^2.23.0",
2124
"vuex": "^3.0.1",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/assets/icons/weather/rain.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)