wkwiatek / hrinvestment-front

0 stars 1 forks source link

Dodać brakujące loadery #18

Open khozzy opened 8 years ago

khozzy commented 8 years ago

Gdzie brakuje loaderów @wkwiatek @pawelszczerbicki ?

khozzy commented 8 years ago

Hmm, z tego co widzę

  this.$progress.start()
  this.sendCompanyRecommendationForm(this.form, this.fileData)
  this.$progress.finish()

W obu formach

pawelszczerbicki commented 8 years ago

moze za szybko sie zapisuje :) jak bedzie upload to trzeba go bedzie uwzględnic. no i napewno blokowac button

2016-04-14 10:52 GMT+02:00 Norbert notifications@github.com:

Hmm, z tego co widzę

this.$progress.start() this.sendCompanyRecommendationForm(this.form, this.fileData) this.$progress.finish()

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/wkwiatek/hrinvestment-front/issues/18#issuecomment-209834900

Pozdrawiam,

Paweł Szczerbicki Software Developer

Crazy Call ul. Św. Mikołaja 8-11, 50-125 Wrocław, Polska mob. +48 511445888, e-mail: pawel.szczerbicki@crazycall.com

wkwiatek commented 8 years ago
this.$progress.start()
this.sendCompanyRecommendationForm(this.form, this.fileData)
this.$progress.finish()

sendCompanyRecommendationForm to promise, więc przechodzi do this.$progress.finish() od razu. Trzeba przerobić to na akcje. Autmatycznie na podobnym myku będzie polegało blokowanie buttona z #27.

wkwiatek commented 8 years ago

https://github.com/vuejs/vuex/issues/24

khozzy commented 8 years ago

Ewentualnie https://github.com/vuejs/vue-resource/issues/5