Skip to content

Commit

Permalink
refactor: update product to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
groovemen committed Jun 27, 2022
1 parent cdba4c4 commit 23a9461
Show file tree
Hide file tree
Showing 23 changed files with 769 additions and 929 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.0.4] 2022-06-27
### Buxfixing
- update `<html>` tag border
- fix the .input-group border on focus
- fix sidebar background-color on window resize

## [2.0.3] 2022-06-10
### Update and Improvements
- update Bootstrap to v5.2.0-beta1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Argon Dashboard 2](http://demos.creative-tim.com/argon-dashboard/pages/dashboard.html?ref=readme-ad2) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/argon-dashboard&text=Check%20Soft%20UI%20Dashboard%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#softdesign%20#html%20https://www.creative-tim.com/product/argon-dashboard) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/FhCJCaHdQa)

![version](https://img.shields.io/badge/version-2.0.3-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard.svg)](https://github.com/creativetimofficial/argon-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard.svg)](https://github.com/creativetimofficial/argon-dashboard/issues?q=is%3Aissue+is%3Aclosed)
![version](https://img.shields.io/badge/version-2.0.4-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard.svg)](https://github.com/creativetimofficial/argon-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard.svg)](https://github.com/creativetimofficial/argon-dashboard/issues?q=is%3Aissue+is%3Aclosed)

![Image](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/argon-dashboard-2.jpg)

Expand Down
7 changes: 5 additions & 2 deletions assets/css/argon-dashboard.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions assets/css/argon-dashboard.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/argon-dashboard.min.css

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions assets/js/argon-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ function sidebarColor(a) {
sidebar.setAttribute("data-color", color);

if (document.querySelector('#sidenavCard')) {
var sidenavCard = document.querySelector('#sidenavCard .btn');
var sidenavCard = document.querySelector('#sidenavCard+.btn+.btn');
let sidenavCardClasses = ['btn', 'btn-sm', 'w-100', 'mb-0', 'bg-gradient-' + color];
sidenavCard.className = '';
sidenavCard.removeAttribute('class');
sidenavCard.classList.add(...sidenavCardClasses);
}
}
Expand Down Expand Up @@ -416,7 +416,9 @@ function navbarColorOnResize() {
if (referenceButtons.classList.contains('active') && referenceButtons.getAttribute('data-class') === 'bg-transparent') {
sidenav.classList.remove('bg-white');
} else {
sidenav.classList.add('bg-white');
if (!body.classList.contains('dark-version')) {
sidenav.classList.add('bg-white');
}
}
} else {
sidenav.classList.add('bg-white');
Expand Down
2 changes: 1 addition & 1 deletion assets/js/argon-dashboard.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/argon-dashboard.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scss/argon-dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// =========================================================
// * Argon Dashboard 2 - v2.0.3
// * Argon Dashboard 2 - v2.0.4
// =========================================================
//
// * Product Page: https://www.creative-tim.com/product/argon-dashboard
Expand Down
6 changes: 6 additions & 0 deletions assets/scss/argon-dashboard/_misc.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// update <html> tag border

html {
border: none !important;
}

// Blur effect

.blur {
Expand Down
1 change: 0 additions & 1 deletion assets/scss/argon-dashboard/forms/_input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
border-left: $white !important;
border-right: $white !important;
}

&.focused {
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/argon-dashboard/theme.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
=========================================================
* Argon Dashboard 2 - v2.0.3
* Argon Dashboard 2 - v2.0.4
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard
Expand Down
6 changes: 3 additions & 3 deletions docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
<link href="../assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- CSS Files -->
<link id="pagestyle" href="../assets/css/argon-dashboard.css?v=2.0.3" rel="stylesheet" />
<link id="pagestyle" href="../assets/css/argon-dashboard.css?v=2.0.4" rel="stylesheet" />
</head>

<body class="offline-doc">
Expand Down Expand Up @@ -146,7 +146,7 @@ <h6 class="text-sm font-weight-normal mb-1">
<h1 class="title">
Argon Dashboard 2
</h1>
<h3 class="description">Documentation v2.0.3</h3>
<h3 class="description">Documentation v2.0.4</h3>
<br />
<a href="https://www.creative-tim.com/learning-lab/bootstrap/license/argon-dashboard" class="btn btn-primary btn-lg">View documentation</a>
</div>
Expand Down Expand Up @@ -202,7 +202,7 @@ <h3 class="description">Documentation v2.0.3</h3>
<!-- Github buttons -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Control Center for Soft Dashboard: parallax effects, scripts for the example pages etc -->
<script src="../assets/js/argon-dashboard.min.js?v=2.0.3"></script>
<script src="../assets/js/argon-dashboard.min.js?v=2.0.4"></script>
</body>

</html>
Loading

0 comments on commit 23a9461

Please sign in to comment.