-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from Polidea/development
Development
- Loading branch information
Showing
69 changed files
with
996 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,41 @@ | ||
color: | ||
type: color | ||
description: "Text color" | ||
value: "#00ff33" | ||
colorDescription: "Calm green" | ||
fontSize: | ||
type: "range" | ||
min: 5 | ||
max: 50 | ||
value: 30 | ||
style: | ||
type: list | ||
description: "Choose style" | ||
values: ["Red", "Blue"] | ||
group: "Theme" | ||
|
||
animationSpeed: | ||
description: "Animation speed" | ||
value: 500 | ||
group: "Checkout Button" | ||
|
||
totalPriceFontSize: | ||
type: range | ||
description: "Total price font size" | ||
min: 20 | ||
max: 60 | ||
step: 1 | ||
description: "Font size" | ||
footer: "Created by Polidea" | ||
showFooter: true | ||
version: | ||
value: 36 | ||
group: "Cart" | ||
|
||
resetCount: | ||
type: action | ||
description: "About application" | ||
buttonText: "Show" | ||
fontList: | ||
type: list | ||
values: [ "sans-serif", "sans-serif-thin", "sans-serif-medium", "sans-serif-condensed" ] | ||
description: "Set item count to default" | ||
buttonText: "Reset" | ||
group: "Cart" | ||
|
||
headingText: | ||
description: "Heading text" | ||
value: "Shopping cart" | ||
group: "Heading" | ||
|
||
footerFontColor: | ||
type: color | ||
description: "Font color" | ||
value: "#FFFFFF" | ||
group: "Footer" | ||
|
||
showFooter: | ||
description: "Show footer" | ||
value: true | ||
group: "Footer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
color: | ||
type: color | ||
description: "Text color" | ||
value: "#2C75FF" | ||
colorDescription: "Electric blue" | ||
footer: "Created with 💙 by Polidea" | ||
footer: | ||
description: "Footer" | ||
value: "Created with 💙 by Polidea" | ||
group: "Footer" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
color: | ||
type: color | ||
description: "Text color" | ||
value: "#ff0033" | ||
colorDescription: "Torch red" | ||
footer: "Created with ❤️ by Polidea" | ||
showFooter: true | ||
footer: | ||
description: "Footer" | ||
value: "Created with ❤️ by Polidea" | ||
group: "Footer" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.