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

feat(spinners): customize spinners #77

Closed
wants to merge 7 commits into from

Conversation

jean-moldovan
Copy link
Contributor

No description provided.

@jean-moldovan jean-moldovan self-assigned this Jan 3, 2018
@jean-moldovan jean-moldovan added this to the 1.3.0 milestone Jan 3, 2018
@@ -43,12 +48,12 @@

<script>
import Widget from '../../vuestic-components/vuestic-widget/VuesticWidget'
import Slider from 'vue-slider-component/src/vue2-slider.vue'
import VuesticSlider from 'components/vuestic-components/vuestic-slider/VuesticSlider'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add slider to vuestic-components-plugin.js and remove useless import

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, right!
Thanks for pointing this out.

@@ -32,19 +44,25 @@
import * as spinners from 'epic-spinners'
import store from 'vuex-store'
import VuesticColor from 'components/vuestic-components/vuestic-color/VuesticColor'
import VuesticSlider from 'components/vuestic-components/vuestic-slider/VuesticSlider'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add slider to vuestic-components-plugin.js and remove useless import

@@ -32,19 +44,25 @@
import * as spinners from 'epic-spinners'
import store from 'vuex-store'
import VuesticColor from 'components/vuestic-components/vuestic-color/VuesticColor'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add color-picker to vuestic-components-plugin.js and remove useless import

@@ -10,8 +10,10 @@
SliderPicker
},
props: {
value: String,
required: true
value: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make color picker beautiful - narrow just like slider, play with dot styles

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -62,7 +56,7 @@
}
},
selectedColor: store.getters.palette.primary,
selectedSize: 70
selectedSize: 60
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try using size modifiers for dotSize/pixelsize/etc properties

...spinners,
VuesticColor,
VuesticSlider
...spinners
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, test ALL spinners for dynamic styles change bugs

@jean-moldovan jean-moldovan modified the milestones: 1.3.0, 1.4.0 Jan 28, 2018
@jean-moldovan jean-moldovan modified the milestones: 1.4.0, 1.5.0 Feb 20, 2018
@smartapant smartapant removed this from the 1.5.0 milestone Mar 19, 2018
@smartapant smartapant mentioned this pull request Mar 26, 2018
@yevdyko
Copy link
Contributor

yevdyko commented Mar 27, 2018

@smartapant After merging #136, I suppose you can close the PR.

@smartapant smartapant closed this Mar 28, 2018
@asvae asvae deleted the customize-spinners branch January 15, 2019 10:11
AlexanderBoriskin added a commit that referenced this pull request Aug 2, 2019
asvae added a commit that referenced this pull request Aug 3, 2019
* fix: bug №41

* fix: open menu item in a new tab

* fix: spinners color palette

* 1-4, 6-7

* fix: bug №9 (additional tweaks)

* fix: bug №17

* fix: bug №21

* fix: bug №22

* fix: bug №23

* fix: bug №24

* fix: bug №15

* fix: "Show All" button alignment

* fix: bug №6

* Fix/bugs (#622)

* fix: bug №8, bug №10, bug №16, bug №28, bug №36

* revert google map changes

* fix: bug #91, 12

* Fix/bugs (#623)

* fix: dropdown regression

* fix: bug №20

* fix: №89 and №56

* get rid of unnecessary anymore overriding styles

* fix: restore default selection for medium-editor

* fix: dropdown problem

* fix: bug №37 (charts)

* fix: bug №90

* fix: bug №93

* fix: bug №94

* fix: bug №95

* Fix/bugs #34 & #37 (#624)

* chore: remove old component  va-pre-loader

* fix: dashboard info block alignment and text wrapping

* chore: remove vee-validate (not used)

* minor

* chore: remove unused deps

* chore: update risky deps

* fix: VaSelect-mutli chips

* Fix/bug #92 (#625)

* fix: bugs №46 and №47

* fix: bugs №48 and №49

* fix: bug №52

* fix: bug №84

* Fix/bugs #54, #55, #59, #77, #78 (#626)

* fix: bug №71

* fix: bug №87

* Fix/bugs #65, #66, #72, #74, #82, #83 (#627)

* Fix/bugs #53, #68 (#628)

* fix: bug №42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants