Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nanobar #1537

Merged
merged 1 commit into from
Jul 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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