Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 1f6c1ce

Browse files
committed
v1.3.0
* Bulma 0.9.x * Package updates * Minor style updates
1 parent f741d89 commit 1f6c1ce

File tree

7 files changed

+2851
-2576
lines changed

7 files changed

+2851
-2576
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# [Admin Null — free Vue Bulma dashboard with dark mode](https://justboil.me/bulma-admin-template/null)
22

3-
[![version](https://img.shields.io/badge/version-1.2.0-blue.svg)](https://justboil.me/bulma-admin-template/null) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.me/bulma-admin-template/null)
3+
[![version](https://img.shields.io/badge/version-1.3.0-blue.svg)](https://justboil.me/bulma-admin-template/null) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.me/bulma-admin-template/null)
44

55
[![Vue.js Bulma free admin dashboard](https://justboil.me/images/null/repository-preview-hi-res.png)](https://vikdiesel.github.io/admin-null-vue-bulma-dashboard/)
66

7-
**Admin Null** is simple, beautiful and free Vue.js Bulma Admin Dashboard.
8-
7+
**Admin Null** is simple, beautiful and free Vue.js Bulma Buefy admin dashboard.
8+
s
99
* Free under MIT License
1010
* PWA/SPA — Single page app
1111
* Built with Bulma, Buefy, Vue & Vue CLI
@@ -78,7 +78,7 @@ JustBoil's free items are limited to community support on GitHub.
7878

7979
The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.
8080

81-
1. Make sure that you are using the latest version of the Dashboard. Issues for outdated versions are irrelevant
81+
1. Make sure you are using the latest version of the Dashboard. Issues for outdated versions are irrelevant
8282
2. Provide steps to reproduce
8383
3. Provide an expected behavior
8484
4. Describe what is actually happening

package-lock.json

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-null-vue-bulma-dashboard",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -11,37 +11,37 @@
1111
},
1212
"dependencies": {
1313
"axios": "^0.19.2",
14-
"buefy": "^0.8.18",
15-
"bulma": "^0.7.5",
14+
"buefy": "^0.8.20",
15+
"bulma": "^0.9.0",
1616
"chart.js": "^2.9.3",
1717
"core-js": "^3.6.5",
18-
"dayjs": "^1.8.26",
18+
"dayjs": "^1.8.28",
1919
"lodash": "^4.17.15",
2020
"numeral": "^2.0.6",
2121
"register-service-worker": "^1.7.1",
2222
"vue": "^2.6.11",
2323
"vue-chartjs": "^3.5.0",
24-
"vue-router": "^3.1.6",
24+
"vue-router": "^3.3.2",
2525
"vuex": "^3.4.0"
2626
},
2727
"devDependencies": {
28-
"@vue/cli-plugin-babel": "~4.3.0",
29-
"@vue/cli-plugin-eslint": "~4.3.0",
30-
"@vue/cli-plugin-pwa": "~4.3.0",
31-
"@vue/cli-plugin-router": "~4.3.0",
32-
"@vue/cli-plugin-vuex": "~4.3.0",
33-
"@vue/cli-service": "~4.3.0",
28+
"@vue/cli-plugin-babel": "~4.4.1",
29+
"@vue/cli-plugin-eslint": "~4.4.1",
30+
"@vue/cli-plugin-pwa": "~4.4.1",
31+
"@vue/cli-plugin-router": "~4.4.1",
32+
"@vue/cli-plugin-vuex": "~4.4.1",
33+
"@vue/cli-service": "~4.4.1",
3434
"@vue/eslint-config-standard": "^5.1.2",
3535
"babel-eslint": "^10.1.0",
3636
"cross-env": "^7.0.2",
37-
"eslint": "^6.8.0",
38-
"eslint-plugin-import": "^2.20.2",
37+
"eslint": "^7.2.0",
38+
"eslint-plugin-import": "^2.21.2",
3939
"eslint-plugin-node": "^11.1.0",
4040
"eslint-plugin-promise": "^4.2.1",
4141
"eslint-plugin-standard": "^4.0.1",
4242
"eslint-plugin-vue": "^6.2.2",
43-
"gh-pages": "^2.2.0",
44-
"sass": "^1.26.5",
43+
"gh-pages": "^3.0.0",
44+
"sass": "^1.26.8",
4545
"sass-loader": "^8.0.2",
4646
"vue-template-compiler": "^2.6.11"
4747
},

src/components/FooterBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="level-left">
66
<div class="level-item">
77
<div class="footer-copyright">
8-
<b>&copy; {{ year }}, JustBoil.me</b> &mdash; Admin Null demo <span class="tag">v1.2.0</span>
8+
<b>&copy; {{ year }}, JustBoil.me</b> &mdash; Admin Null demo <span class="tag">v1.3.0</span>
99
</div>
1010
</div>
1111
</div>

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a class="navbar-item is-hidden-desktop" @click.prevent="menuToggleMobile">
55
<b-icon :icon="menuToggleMobileIcon"/>
66
</a>
7-
<div class="navbar-item no-left-space-touch">
7+
<div class="navbar-item has-control no-left-space-touch">
88
<div class="control">
99
<input class="input" placeholder="Search everywhere...">
1010
</div>

src/scss/_nav-bar.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ nav.navbar {
6161
&.no-left-space-touch {
6262
padding-left: 0;
6363
}
64+
65+
&.has-control {
66+
padding-top: 0;
67+
padding-bottom: 0;
68+
}
6469
}
6570

6671
.navbar-menu {
@@ -110,6 +115,7 @@ nav.navbar {
110115
margin-right: $default-padding * .5;
111116
}
112117
}
118+
113119
&.is-desktop-icon-only {
114120
span:not(.icon) {
115121
display: none;

src/scss/_table.scss

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,23 @@ table.table {
55
}
66
}
77

8+
td, th {
9+
&.checkbox-cell {
10+
.b-checkbox.checkbox:not(.button) {
11+
margin-right: 0;
12+
width: 20px;
13+
14+
.control-label {
15+
display: none;
16+
padding: 0;
17+
}
18+
}
19+
}
20+
}
21+
822
td {
923
.image {
24+
margin: 0 auto;
1025
width: $table-avatar-size;
1126
height: $table-avatar-size;
1227
}
@@ -17,13 +32,13 @@ table.table {
1732
}
1833
}
1934

20-
tr {
35+
/*tr {
2136
td.is-image-cell:first-child {
2237
.image {
2338
margin: 0 auto;
2439
}
2540
}
26-
}
41+
}*/
2742
}
2843

2944
.b-table {

0 commit comments

Comments
 (0)