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

Responsive dev #55

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ config.codekit
npm-debug.log
testem.log

# Compiled JS & CSS #
#####################
/assets/css/style.css
/assets/css/style.css.map
/assets/js/frontend.min.js
/assets/js/vendor.js
/languages/wepos.pot

# Compiled source #
###################
*.com
Expand Down
Empty file modified assets/css/admin.css
100644 → 100755
Empty file.
Empty file modified assets/css/admin.css.map
100644 → 100755
Empty file.
Empty file modified assets/css/bootstrap.css
100644 → 100755
Empty file.
Empty file modified assets/css/bootstrap.css.map
100644 → 100755
Empty file.
Empty file modified assets/css/flaticon.css
100644 → 100755
Empty file.
Empty file modified assets/css/fonts.css
100644 → 100755
Empty file.
Empty file modified assets/css/frontend.css
100644 → 100755
Empty file.
Empty file modified assets/css/frontend.css.map
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions assets/css/style.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/style.css.map

This file was deleted.

Empty file modified assets/css/vendor.css
100644 → 100755
Empty file.
Empty file modified assets/css/vendor.css.map
100644 → 100755
Empty file.
Empty file modified assets/fonts/Flaticon.eot
100644 → 100755
Empty file.
Empty file modified assets/fonts/Flaticon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/fonts/Flaticon.ttf
100644 → 100755
Empty file.
Empty file modified assets/fonts/Flaticon.woff
100644 → 100755
Empty file.
Empty file modified assets/fonts/Flaticon.woff2
100644 → 100755
Empty file.
Empty file modified assets/fonts/S6u8w4BMUTPHjxsAXC-v.ttf
100644 → 100755
Empty file.
Empty file modified assets/fonts/S6u9w4BMUTPHh6UVSwiPHA.ttf
100644 → 100755
Empty file.
Empty file modified assets/fonts/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf
100644 → 100755
Empty file.
Empty file modified assets/fonts/S6uyw4BMUTPHjx4wWw.ttf
100644 → 100755
Empty file.
Empty file modified assets/images/empty-cart.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/no-product.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/sale-completed.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/spinner-2x.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/js/admin.js
100644 → 100755
Empty file.
Empty file modified assets/js/admin.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/bootstrap.js
100644 → 100755
Empty file.
Empty file modified assets/js/bootstrap.min.js
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions assets/js/frontend.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ let Modal = wepos_get_lib('Modal');
return {
showResults: false,
showVariationModal: false,
mode: 'scan',
mode: 'product',
serachInput: '',
searchableProduct: [],
selectedVariationProduct: {},
Expand Down Expand Up @@ -4995,7 +4995,7 @@ var render = function() {
},
[
_c("a", { attrs: { href: "#" }, on: { click: _vm.showFeeKeypad } }, [
_vm._v(_vm._s(_vm.__("Add", "wepos")) + " " + _vm._s(_vm.name))
_vm._v("+ " + _vm._s(_vm.name))
]),
_vm._v(" "),
_c(
Expand Down Expand Up @@ -6848,7 +6848,7 @@ var render = function() {
_vm._v(" "),
_c("p", [
_vm._v(
_vm._s(_vm.__("Empty Cart", "wepos"))
_vm._s(_vm.__("Cart Empty", "wepos"))
)
])
])
Expand Down
1 change: 0 additions & 1 deletion assets/js/frontend.min.js

This file was deleted.

Empty file modified assets/js/jed.js
100644 → 100755
Empty file.
Empty file modified assets/js/jquery.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/style.js
100644 → 100755
Empty file.
Empty file modified assets/js/style.min.js
100644 → 100755
Empty file.
Loading