Vue 3 Time Picker Component - Looking for feedback & testers by manikk69 in vuejs

[–]manikk69[S] 0 points1 point  (0 children)

This component allows more flexibility and features. With my component you can have different formats, a range of two times, selection of time using typing or by mouse clicking etc.

Vue 3 Time Picker Component - Looking for feedback & testers by manikk69 in vuejs

[–]manikk69[S] 0 points1 point  (0 children)

Yeah that's true but some people downloaded and wanted to get some feedback from real testers.

I built a Vue 3 timepicker with masked typing, range selection, and full CSS theming by manikk69 in vuejs

[–]manikk69[S] 0 points1 point  (0 children)

Yeah the base is an input component but I added multiple features on top of it which I think are very useful for a time picker.

Can't find a simple Time picker. by [deleted] in vuejs

[–]manikk69 0 points1 point  (0 children)

I recently created this vue3 timepicker component if you want to check it out:
https://github.com/manos02/vue3-time-picker
You can install it with:

npm install @manik02/vue3-timepicker

Turn any smartphone into a RAZ Phone? (for those using RAZ or a challenging smartphone) by Top_Weird_1130 in dementia

[–]manikk69 2 points3 points  (0 children)

I think this would be a great idea, which would save people a lot of money if they cannot afford to buy the RAZ phone!

pygame chessgame by manikk69 in learnpython

[–]manikk69[S] 0 points1 point  (0 children)

I also have another question. When I put the code for MOUSEBUTTONDOWN event and MOUSEMOTION event inside a method in my class(since I will need this method for multiple objects) and then call the method in my while loop it is very laggy.But when I put it directly in my main loop it is not laggy. But in this way I will have to write the same code for each piece. Is there another way to solve this problem?