Skip to content

Commit

Permalink
Merge branch 'shopfront-filters' into shop-url
Browse files Browse the repository at this point in the history
  • Loading branch information
oeoeaio committed Jan 27, 2015
2 parents 713999c + 1753432 commit fd9f65f
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 6 deletions.
Binary file removed app/assets/images/loading.gif
Binary file not shown.
55 changes: 55 additions & 0 deletions app/assets/images/spinning-circles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
.message{ ng: { hide: "imageSrc() || imageUploader.isUploading" } }
Your logo will appear here for review once uploaded
.loading{ ng: { hide: "!imageUploader.isUploading" } }
%img.spinner{ src: "/assets/loading.gif" }
%img.spinner{ src: "/assets/spinning-circles.svg" }
%br/
Uploading...
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
.message{ ng: { hide: "imageSrc() || imageUploader.isUploading" } }
Your logo will appear here for review once uploaded
.loading{ ng: { hide: "!imageUploader.isUploading" } }
%img.spinner{ src: "/assets/loading.gif" }
%img.spinner{ src: "/assets/spinning-circles.svg" }
%br/
Uploading...
4 changes: 2 additions & 2 deletions app/views/shop/products/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
%product{"ng-show" => "Products.loading"}
.row.summary
.small-12.columns.text-center
Loading products
Loading products...
.row
.small-12.columns.text-center
%img.spinner{ src: "/assets/loading.gif" }
%img.spinner{ src: "/assets/spinning-circles.svg" }
%div{"ng-show" => "filteredProducts.length == 0 && !Products.loading"}
.row.summary
Expand Down
2 changes: 1 addition & 1 deletion app/views/spree/admin/orders/bulk_management.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
%span{ :class => 'one column alpha', :style => 'text-align: center'} {{ column.visible && "✓" || !column.visible && " " }}
%span{ :class => 'two columns omega' } {{column.name }}
%div.sixteen.columns.alpha#loading{ 'ng-if' => 'loading' }
%img.spinner{ src: "/assets/loading.gif" }
%img.spinner{ src: "/assets/spinning-circles.svg" }
%h1 LOADING ORDERS
%div{ :class => "sixteen columns alpha", 'ng-show' => '!loading && filteredLineItems.length == 0'}
%h1#no_results No orders found.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ api_error_msg }}

%div.sixteen.columns.alpha#loading{ 'ng-if' => 'loading' }
%img.spinner{ src: "/assets/loading.gif" }
%img.spinner{ src: "/assets/spinning-circles.svg" }
%h1 LOADING PRODUCTS
%div.sixteen.columns.alpha{ 'ng-show' => '!loading && filteredProducts.length == 0 && query.length==0' }
Expand Down

0 comments on commit fd9f65f

Please sign in to comment.