diff --git a/app/.meteor/packages b/app/.meteor/packages index 8caba63d..c5561d9d 100644 --- a/app/.meteor/packages +++ b/app/.meteor/packages @@ -4,7 +4,6 @@ # but you can also edit it by hand. accounts-password@1.7.0 -accounts-ui@1.3.2 random@1.2.0 dburles:collection-helpers reactive-var@1.0.11 @@ -33,7 +32,6 @@ reactive-dict@1.3.0 percolate:synced-cron ongoworks:speakingurl service-configuration@1.0.11 -google-config-ui@1.0.1 dynamic-import@0.6.0 ddp-rate-limiter@1.0.9 rate-limit@1.0.9 @@ -42,7 +40,7 @@ akryum:vue-router2 static-html aldeed:collection2@3.0.0 aldeed:schema-index -akryum:vue-component +zer0th:meteor-vuetify-loader accounts-patreon bozhao:link-accounts peerlibrary:reactive-publish @@ -51,3 +49,5 @@ simple:rest-method-mixin mikowals:batch-insert peerlibrary:subscription-data seba:minifiers-autoprefixer +akryum:vue-component +akryum:vue-sass diff --git a/app/.meteor/versions b/app/.meteor/versions index 48847eee..979c561e 100644 --- a/app/.meteor/versions +++ b/app/.meteor/versions @@ -3,13 +3,12 @@ accounts-google@1.3.3 accounts-oauth@1.2.0 accounts-password@1.7.0 accounts-patreon@0.1.0 -accounts-ui@1.3.2 -accounts-ui-unstyled@1.4.3 akryum:npm-check@0.1.2 akryum:vue-component@0.15.2 akryum:vue-component-dev-client@0.4.7 akryum:vue-component-dev-server@0.1.4 akryum:vue-router2@0.2.3 +akryum:vue-sass@0.1.2 aldeed:collection2@3.2.1 aldeed:schema-index@3.0.0 allow-deny@1.1.0 @@ -18,7 +17,6 @@ babel-compiler@7.6.0 babel-runtime@1.5.0 base64@1.0.12 binary-heap@1.0.11 -blaze@2.3.4 blaze-tools@1.0.10 boilerplate-generator@1.7.1 bozhao:link-accounts@2.3.2 @@ -48,7 +46,6 @@ email@2.0.0 es5-shim@4.8.0 fetch@0.1.1 geojson-utils@1.0.10 -google-config-ui@1.0.1 google-oauth@1.3.0 hot-code-push@1.0.4 html-tools@1.0.11 @@ -58,7 +55,6 @@ id-map@1.1.0 inter-process-messaging@0.1.1 lai:collection-extensions@0.2.1_1 launch-screen@1.2.0 -less@3.0.1 livedata@1.0.18 localstorage@1.2.0 logging@1.2.0 @@ -84,7 +80,6 @@ npm-bcrypt@0.9.3 npm-mongo@3.8.1 oauth@1.3.2 oauth2@1.3.0 -observe-sequence@1.0.16 ongoworks:speakingurl@9.0.0 ordered-dict@1.1.0 patreon-oauth@0.1.0 @@ -118,15 +113,11 @@ simple:json-routes@2.1.0 simple:rest@1.1.1 simple:rest-method-mixin@1.0.1 socket-stream-client@0.3.1 -spacebars@1.0.15 spacebars-compiler@1.1.3 srp@1.1.0 standard-minifier-js@2.6.0 static-html@1.2.2 templates:array@1.0.3 -templating@1.3.2 -templating-compiler@1.3.3 -templating-runtime@1.3.2 templating-tools@1.1.2 tmeasday:check-npm-versions@0.3.2 tracker@1.2.0 @@ -134,3 +125,4 @@ underscore@1.0.10 url@1.3.1 webapp@1.10.0 webapp-hashing@1.1.0 +zer0th:meteor-vuetify-loader@0.1.30 diff --git a/app/imports/ui/components/CoinValue.vue b/app/imports/ui/components/CoinValue.vue index e97a9b99..b13aa9ef 100644 --- a/app/imports/ui/components/CoinValue.vue +++ b/app/imports/ui/components/CoinValue.vue @@ -18,7 +18,7 @@ - diff --git a/app/imports/ui/creature/character/characterSheetTabs/CharacterTab.vue b/app/imports/ui/creature/character/characterSheetTabs/CharacterTab.vue index 781d4541..5543438a 100644 --- a/app/imports/ui/creature/character/characterSheetTabs/CharacterTab.vue +++ b/app/imports/ui/creature/character/characterSheetTabs/CharacterTab.vue @@ -42,17 +42,17 @@ Level {{ creature.variables.level.value }} - - - + + {{ creature.variables.milestoneLevels.value }} Milestone levels - - + - - + + {{ classLevel.name }} - - - + + + {{ classLevel.level }} - - + + @@ -116,7 +116,7 @@ - diff --git a/app/imports/ui/pages/Home.vue b/app/imports/ui/pages/Home.vue index ac26e16b..3a516202 100644 --- a/app/imports/ui/pages/Home.vue +++ b/app/imports/ui/pages/Home.vue @@ -1,139 +1,137 @@ - diff --git a/app/imports/ui/pages/LaunchCountdown.vue b/app/imports/ui/pages/LaunchCountdown.vue index 899092f4..100c1db6 100644 --- a/app/imports/ui/pages/LaunchCountdown.vue +++ b/app/imports/ui/pages/LaunchCountdown.vue @@ -25,7 +25,7 @@ - diff --git a/app/imports/ui/properties/components/damageMultipliers/DamageMultiplierCard.vue b/app/imports/ui/properties/components/damageMultipliers/DamageMultiplierCard.vue index d8647c37..c50048ca 100644 --- a/app/imports/ui/properties/components/damageMultipliers/DamageMultiplierCard.vue +++ b/app/imports/ui/properties/components/damageMultipliers/DamageMultiplierCard.vue @@ -3,41 +3,41 @@ - - - + + + Vulnerabilities - - + + {{ weaknesses }} - - - - - - + + + + + + Resistances - - + + {{ resistances }} - - - - - - + + + + + + Immunities - - + + {{ immunities }} - - - + + + - diff --git a/app/imports/ui/properties/forms/shared/ProficiencySelect.vue b/app/imports/ui/properties/forms/shared/ProficiencySelect.vue index 83bf7c31..92dd81b7 100644 --- a/app/imports/ui/properties/forms/shared/ProficiencySelect.vue +++ b/app/imports/ui/properties/forms/shared/ProficiencySelect.vue @@ -19,7 +19,7 @@ - diff --git a/app/imports/ui/tabletop/TabletopToolbar.vue b/app/imports/ui/tabletop/TabletopToolbar.vue index d5b9913f..16a822f9 100644 --- a/app/imports/ui/tabletop/TabletopToolbar.vue +++ b/app/imports/ui/tabletop/TabletopToolbar.vue @@ -13,7 +13,7 @@ -