diff --git a/package.json b/package.json index 6616a558..fa84d9e8 100644 --- a/package.json +++ b/package.json @@ -31,21 +31,21 @@ "stylelint:fix": "stylelint src --fix" }, "dependencies": { - "@bundle-analyzer/webpack-plugin": "^0.5.1", + "@bundle-analyzer/webpack-plugin": "^0.2.1", "@nextcloud/axios": "^1.5.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", "@nextcloud/vue": "^2.9.0", "chart.js": "^2.9.4", - "dayjs": "^1.10.3", + "dayjs": "^1.10.4", "moment": "^2.29.1", "nextcloud-l10n": "^0.1.1", "vue": "^2.6.12", "vue-chartjs": "^3.5.1", "vue-json-csv": "^1.2.12", "vue-table-dynamic": "^0.2.8", - "vue2-datepicker": "^3.8.2", - "vuex": "^3.6.0" + "vue2-datepicker": "^3.9.0", + "vuex": "^3.6.2" }, "browserslist": [ "extends @nextcloud/browserslist-config" @@ -54,11 +54,11 @@ "node": ">=10.0.0" }, "devDependencies": { - "@babel/core": "^7.12.10", + "@babel/core": "^7.12.13", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/preset-env": "^7.12.11", + "@babel/preset-env": "^7.12.13", "@nextcloud/browserslist-config": "^1.0.0", - "@vue/test-utils": "^1.1.2", + "@vue/test-utils": "^1.1.3", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", "css-loader": "^3.6.0", @@ -70,14 +70,14 @@ "eslint-plugin-import": "^2.22.1", "eslint-plugin-nextcloud": "^0.3.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^4.1.0", "eslint-plugin-vue": "^6.2.2", "node-sass": "^4.14.1", "sass-loader": "^8.0.2", "stylelint": "^13.9.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.18.0", + "stylelint-scss": "^3.19.0", "stylelint-webpack-plugin": "^1.2.3", "vue-loader": "^15.9.6", "vue-template-compiler": "^2.6.12", diff --git a/src/App.vue b/src/App.vue index fb8c0dbe..d28a069d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -177,46 +177,13 @@ export default { width: 100%; } - .col-1 { - width: 8.33%; - min-width: 100px; - } - - .col-2 { - width: 16.66%; - min-width: 200px; - } - - .col-3 { - width: 25%; - min-width: 300px; - } - - .col-4 { - width: 33.33%; - } - - .col-5 { - width: 41.66%; - } - - .col-6 { - width: 50%; - } - - .col-7 { - width: 58.33%; - } - - .col-8 {width: 66.66%;} + .col-1 { width: 25%; } - .col-9 {width: 75%;} + .col-2 { width: 50%; } - .col-10 {width: 83.33%;} + .col-3 { width: 75%; } - .col-11 {width: 91.66%;} - - .col-12 {width: 100%;} + .col-4 { width: 100%; } [class*='col-'] { float: left; @@ -229,22 +196,36 @@ export default { // padding-left: 0; } + .floatReverse [class*='col-'] { + float: right; + } + .row::after { content: ''; clear: both; display: table; } - @media only screen and (max-width: 641px) { - .hide-s { + @media only screen and (max-width: 1025px) { + .hide-m { display: none; } + + .col-1 { width: 50%; } + + .col-3 { width: 100%; } + } - @media only screen and (max-width: 1025px) { - .hide-m { + @media only screen and (max-width: 641px) { + .hide-s { display: none; } + + .col-1 { width: 50%; } + + .col-2 { width: 100%; } + } .content-wrapper { @@ -304,6 +285,7 @@ export default { .app-content { padding-left: 15px; + padding-right: 15px; } .app-sidebar-tabs h3 { diff --git a/src/general/DataTable.vue b/src/general/DataTable.vue index b24342f6..7054eb87 100644 --- a/src/general/DataTable.vue +++ b/src/general/DataTable.vue @@ -74,10 +74,10 @@ :class="{ hide: !h.show }" :style="(h.style) ? h.style(d[h.columnId]): ''">
{{ t('health', 'You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if the things getting worth is also a good idea...') }}
- -{{ t('health', 'You can start here with giving you yourself a personal mission. Maybe you have a special target, a medical specification or a bet with your friends or partner. It could help you to describe it here. Giving yourself a bounty if you reach the targets or think about an emergency plan, if the things getting worth is also a good idea...') }}
+