Skip to content

Commit

Permalink
Merge pull request #1537 from bookernath/remove-nanobar
Browse files Browse the repository at this point in the history
Remove nanobar
  • Loading branch information
mattolson committed Jul 16, 2019
2 parents 0082ae6 + 789a3b7 commit 0a4f58b
Show file tree
Hide file tree
Showing 9 changed files with 2,470 additions and 587 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Remove Google Plus [#1526](https://github.com/bigcommerce/cornerstone/pull/1526)
- Fix broken conditional statement in share.html [#1533](https://github.com/bigcommerce/cornerstone/pull/1533)
- Enable Facebook like button to be displayed on product page if enabled [#1530](https://github.com/bigcommerce/cornerstone/pull/1530)
- Remove nanobar (loading bar) [#1537](https://github.com/bigcommerce/cornerstone/pull/1537)

## 3.5.1 (2019-06-24)
- Fix conditional logic in share.html [#1522](https://github.com/bigcommerce/cornerstone/pull/1522)
Expand Down
2 changes: 0 additions & 2 deletions assets/js/theme/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import privacyCookieNotification from './global/cookieNotification';
import maintenanceMode from './global/maintenanceMode';
import carousel from './common/carousel';
import 'lazysizes';
import loadingProgressBar from './global/loading-progress-bar';
import svgInjector from './global/svg-injector';

export default class Global extends PageManager {
Expand All @@ -32,7 +31,6 @@ export default class Global extends PageManager {
mobileMenuToggle();
privacyCookieNotification();
maintenanceMode(this.context.maintenanceMode);
loadingProgressBar();
svgInjector();
}
}
41 changes: 0 additions & 41 deletions assets/js/theme/global/loading-progress-bar.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/scss/components/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
// Slick carousel
@import "vendor/slick/component";

// Nanobar Ajax loading progress bar
@import "vendor/nanobar/component";

// SweetAlert2 replacement for JavaScript alert/confirmations
@import "vendor/sweetalert2/component";

Expand Down
5 changes: 0 additions & 5 deletions assets/scss/components/vendor/nanobar/_component.scss

This file was deleted.

19 changes: 0 additions & 19 deletions assets/scss/components/vendor/nanobar/_nanobar.scss

This file was deleted.

Loading

0 comments on commit 0a4f58b

Please sign in to comment.