Philipp Millner

Results 11 comments of Philipp Millner

Changed the label for toggle switch ![image](https://github.com/CorentinTh/inert/assets/122015710/d28beb15-e215-4b43-92c9-64a64888ba8f)

Maybe store the result in the SessionStorage? - I mean this will work until the user opens a new tab of the website or closes it. And if the user...

I like the idea with saving the result in the query string. I will have a look on how we could implement the feature in the next days. As soon...

Okay yeah, that's sounds like a plan. I'll look at it today.

PR is made for the Web app ✅ Yeah, I will have a look at this in the App. I never worked with React Native or Expo before, but that's...

> @SlowMoschen Thank you! That's also one of the most requested features in our [App](https://github.com/MOVACT/voteswiper-expo) (where we could actually store results on device), so if you wanna look at this...

Good Morning! Yeah exactly, I am currently gathering information about how we could implement such a feature. I stumbled upon this Blog post, and I quite like it. https://medium.com/@kch062522/useconfirm-a-custom-react-hook-to-prompt-confirmation-before-action-f4cb746ebd4e We...

@mxmtsk Okay, if we want to implement the feature directly in the swiper, we need to move some of the logic into the swiper directly. To be able to set...

@mxmtsk Which method do you want me to implement, you are the lead 😁. Just tell me and I try to work on a solution.

Okay, so I have seen that we already got [headleass ui](https://headlessui.com/v1) installed. This means we actually don't need any other dependencies for a dialog. The only issue is, I've already...