ruxailab / web-eye-tracker-front

MIT License
6 stars 22 forks source link

feat: draggable recalibrate modal #40

Closed Gaurav-Verma07 closed 3 months ago

Gaurav-Verma07 commented 3 months ago

Related Issue: #36

I've made the recalibrate modal in postCalibration page draggable. The user can drag using the drag icon. Also add a tutorial to inform the user about the functionality. ruxailab_basic_recalibrate_draggable_modal.webm

Gaurav-Verma07 commented 3 months ago

Hey @hvini , I've made the requested changes. Please review.

hvini commented 3 months ago

Nice work @Gaurav-Verma07, i tested and it worked. there is only some errors on console log due a property called steps that was not added into data and the v-tour component that was not registered. can you take a look into these errors?

Gaurav-Verma07 commented 3 months ago

Hey @hvini , I've fixed this bug... actually I previously used v-tour for this functionality but didn't move forward with it. I forget to remove this code line.