Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rekryt committed Aug 2, 2021
1 parent 52fe86d commit c01937f
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 232 deletions.
23 changes: 12 additions & 11 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"useTabs": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "es5",
"jsxBracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"htmlWhitespaceSensitivity": "ignore",
"phpVersion": "7.1",
"braceStyle": "1tbs"
"useTabs": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "es5",
"jsxBracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"htmlWhitespaceSensitivity": "ignore",
"phpVersion": "7.1",
"braceStyle": "1tbs",
"endOfLine": "auto"
}
12 changes: 3 additions & 9 deletions components/core/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
<v-text-field class="mr-4 purple-input" color="purple" label="Search..." hide-details />

<v-btn icon to="/">
<v-icon color="tertiary">
mdi-view-dashboard
</v-icon>
<v-icon color="tertiary">mdi-view-dashboard</v-icon>
</v-btn>

<v-menu bottom left offset-y transition="slide-y-transition">
Expand All @@ -26,9 +24,7 @@
<template slot="badge">
{{ notifications.length }}
</template>
<v-icon color="tertiary">
mdi-bell
</v-icon>
<v-icon color="tertiary">mdi-bell</v-icon>
</v-badge>
</v-btn>
</template>
Expand All @@ -43,9 +39,7 @@
</v-menu>

<v-btn to="/user-profile" icon>
<v-icon color="tertiary">
mdi-account
</v-icon>
<v-icon color="tertiary">mdi-account</v-icon>
</v-btn>
</v-row>
</v-toolbar-items>
Expand Down
8 changes: 2 additions & 6 deletions components/core/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
<v-img src="https://cdn.vuetifyjs.com/images/logos/v.png" height="34" contain />
</v-list-item-avatar>

<v-list-item-title class="title">
VUETIFY MD
</v-list-item-title>
<v-list-item-title class="title">VUETIFY MD</v-list-item-title>
</v-list-item>

<v-divider class="mx-3 mb-3" />
Expand All @@ -47,9 +45,7 @@
<v-icon>mdi-package-up</v-icon>
</v-list-item-action>

<v-list-item-title class="font-weight-light">
Something else
</v-list-item-title>
<v-list-item-title class="font-weight-light">Something else</v-list-item-title>
</v-list-item>
</v-list>
</template>
Expand Down
22 changes: 6 additions & 16 deletions components/core/Filter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@
offset-x
transition="slide-y-transition"
>
<v-btn slot="activator" class="elevation-0" color="grey" dark fab fixed style="top: 96px;" top>
<v-btn slot="activator" class="elevation-0" color="grey" dark fab fixed style="top: 96px" top>
<v-icon>mdi-settings</v-icon>
</v-btn>
<v-card>
<v-container grid-list-xl>
<v-row>
<v-col cols="12">
<div class="text-center body-2 text-uppercase sidebar-filter">
Sidebar Filters
</div>
<div class="text-center body-2 text-uppercase sidebar-filter">Sidebar Filters</div>

<v-row justify-center>
<v-avatar
Expand All @@ -33,9 +31,7 @@
</v-col>

<v-col cols="12">
<div class="text-center body-2 text-uppercase sidebar-filter">
Images
</div>
<div class="text-center body-2 text-uppercase sidebar-filter">Images</div>
</v-col>

<v-col v-for="img in images" :key="img" cols="3">
Expand All @@ -48,22 +44,16 @@
</v-col>

<v-col cols="12">
<v-btn color="green" block>
Free Download
</v-btn>
<v-btn color="green" block>Free Download</v-btn>
</v-col>

<v-col cols="12">
<v-btn class="white--text" color="purple" block>
Documentation
</v-btn>
<v-btn class="white--text" color="purple" block>Documentation</v-btn>
</v-col>

<v-col cols="12">
<div class="text-center body-2 text-uppercase">
<div class="sidebar-filter">
Thank You for Sharing!
</div>
<div class="sidebar-filter">Thank You for Sharing!</div>

<div>
<v-btn color="indigo" class="mr-2 v-btn-facebook" dark fab icon small>
Expand Down
4 changes: 1 addition & 3 deletions components/core/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
<span class="font-weight-light copyright">
&copy;
{{ new Date().getFullYear() }}
<a href="https://www.creative-tim.com/" target="_blank">
Creative Tim
</a>
<a href="https://www.creative-tim.com/" target="_blank">Creative Tim</a>
, made with
<v-icon color="tertiary" size="17">mdi-heart</v-icon>
for a better web
Expand Down
2 changes: 1 addition & 1 deletion components/material/ChartCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:ratio="ratio"
:responsive-options="responsiveOptions"
:type="type"
style="max-height: 150px;"
style="max-height: 150px"
/>
</template>

Expand Down
36 changes: 19 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,34 @@
"generate": "nuxt generate"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^20.0.0",
"@ckeditor/ckeditor5-vue": "^1.0.1",
"nuxt": "^2.15.7",
"vuetify": "^2.5.8",
"@nuxtjs/axios": "^5.12.0",
"nuxt": "^2.13.3",
"@ckeditor/ckeditor5-build-classic": "^29.0.0",
"@ckeditor/ckeditor5-vue2": "^1.0.5",
"@mdi/font": "^5.9.55",
"vue-chartist": "^2.3.1",
"vuetify": "^2.3.5"
"core-js": "^3.15.1"
},
"devDependencies": {
"@mdi/font": "^5.3.45",
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "^7.29.0",
"eslint-loader": "^4.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-vuetify": "^0.6.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-nuxt": ">=1.0.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue": "^7.12.1",
"prettier": "^2.2.1",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"prettier": "^2.0.5",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"sass": "~1.32.13",
"sass-loader": "^10.2.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2"
}
Expand Down
12 changes: 3 additions & 9 deletions pages/Icons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@
<material-card color="green">
<template v-slot:header>
<div class="px-3">
<div class="title font-weight-light mb-2">
Material Design Icons
</div>
<div class="title font-weight-light mb-2">Material Design Icons</div>
<div class="category font-weight-thin">
See all available
<a class="white--text" href="https://materialdesignicons.com/" target="_blank">
Icons
</a>
<a class="white--text" href="https://materialdesignicons.com/" target="_blank">Icons</a>
</div>
</div>
</template>
Expand All @@ -34,9 +30,7 @@

<v-col cols="auto" class="mx-auto">
<v-btn large color="success" href="https://materialdesignicons.com/" target="_blank">
<v-icon left>
mdi-material-design
</v-icon>
<v-icon left>mdi-material-design</v-icon>
<span>See all icons</span>
</v-btn>
</v-col>
Expand Down
56 changes: 14 additions & 42 deletions pages/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,19 @@
<material-card color="success">
<template v-slot:header>
<div class="px-3">
<div class="title font-weight-light mb-2">
Notifications
</div>
<div class="title font-weight-light mb-2">Notifications</div>

<div class="category">
Handcrafted by us with
<v-icon size="17">
mdi-heart
</v-icon>
<v-icon size="17">mdi-heart</v-icon>
</div>
</div>
</template>

<v-card-text>
<v-row>
<v-col cols="12" md="6">
<h2 class="title font-weight-light mb-3">
Notifications Style
</h2>
<h2 class="title font-weight-light mb-3">Notifications Style</h2>

<material-notification class="mb-3" color="info">
This is a plain notification
Expand All @@ -45,9 +39,7 @@
</v-col>

<v-col cols="12" md="6">
<h2 class="title font-weight-light">
Notifcation States
</h2>
<h2 class="title font-weight-light">Notifcation States</h2>

<material-notification class="mb-3" color="info" dismissible>
<strong>INFO</strong>
Expand Down Expand Up @@ -77,53 +69,37 @@
</v-row>

<div class="text-center">
<h2 class="title font-weight-light mb-2">
Notification Places
</h2>
<span class="subheading font-weight-light grey--text">
Click to view notifications
</span>
<h2 class="title font-weight-light mb-2">Notification Places</h2>
<span class="subheading font-weight-light grey--text">Click to view notifications</span>
</div>

<v-container>
<v-row justify="center">
<v-col cols="12" sm="4">
<v-btn block color="success" @click="snack('top', 'left')">
Top Left
</v-btn>
<v-btn block color="success" @click="snack('top', 'left')">Top Left</v-btn>
</v-col>

<v-col cols="12" sm="4">
<v-btn block color="success" @click="snack('top')">
Top Center
</v-btn>
<v-btn block color="success" @click="snack('top')">Top Center</v-btn>
</v-col>
</v-row>

<v-row justify="center">
<v-col cols="12" sm="4">
<v-btn block color="success" @click="snack('top', 'right')">
Top Right
</v-btn>
<v-btn block color="success" @click="snack('top', 'right')">Top Right</v-btn>
</v-col>

<v-col cols="12" sm="4">
<v-btn block color="success" @click="snack('bottom', 'left')">
Bottom Left
</v-btn>
<v-btn block color="success" @click="snack('bottom', 'left')">Bottom Left</v-btn>
</v-col>
</v-row>

<v-row justify="center">
<v-col cols="12" sm="4">
<v-btn block color="success" @click="snack('bottom')">
Bottom Center
</v-btn>
<v-btn block color="success" @click="snack('bottom')">Bottom Center</v-btn>
</v-col>
<v-col cols="12" sm="4">
<v-btn block color="success" @click="snack('bottom', 'right')">
Bottom Right
</v-btn>
<v-btn block color="success" @click="snack('bottom', 'right')">Bottom Right</v-btn>
</v-col>
</v-row>
</v-container>
Expand All @@ -138,18 +114,14 @@
:timeout="900000"
dark
>
<v-icon color="white" class="mr-3">
mdi-bell-plus
</v-icon>
<v-icon color="white" class="mr-3">mdi-bell-plus</v-icon>
<div>
Welcome to
<b>Vuetify Material Dashboard</b>
- a beautiful freebie for every web developer.
</div>
<v-btn icon @click="snackbar = false">
<v-icon>
mdi-close-circle
</v-icon>
<v-icon>mdi-close-circle</v-icon>
</v-btn>
</v-snackbar>
</v-card-text>
Expand Down
12 changes: 3 additions & 9 deletions pages/Typography.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<v-col cols="12">
<material-card color="green" title="Material Dashboard Heading" text="Created using Roboto Font Family">
<v-card-text>
<h2 class="font-weight-light mb-4">
Typography
</h2>
<h2 class="font-weight-light mb-4">Typography</h2>

<v-container class="pa-0" fluid>
<v-row v-for="(t, i) in typography" :key="i" align="end">
Expand All @@ -23,15 +21,11 @@
<p v-if="i === 'quote'">
{{ t[1] }}
</p>
<small v-if="i === 'quote'">
Kanye West, Musician
</small>
<small v-if="i === 'quote'">Kanye West, Musician</small>

<template v-if="i === 'small'">
<br />
<small>
Use 'small' tag for the headers
</small>
<small>Use 'small' tag for the headers</small>
</template>
</component>
</v-col>
Expand Down
Loading

0 comments on commit c01937f

Please sign in to comment.