Torsten Dittmann

Results 88 comments of Torsten Dittmann
trafficstars

@magdapoppins @shah78677 I assigned the languages to you 👍

We could utilize [.all-contributorsrc](https://github.com/TorstenDittmann/OmniaWrite/blob/master/.all-contributorsrc) in our repo for this.

Sure, feel free to add a link to the route here: https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/routes/Settings.svelte#L89-L95

I had something link https://developer.snapappointments.com/bootstrap-select/examples/#live-search in mind for this component that can be re-used anywhere on the app 🙂 You could use your already done work an built a button...

Sorry, this somehow got lost in my notifications. It should be a reusable component like this https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/components/Forms/Select.svelte but with the ability to search through the results, similiar to this: ![mrqBeDolcC](https://user-images.githubusercontent.com/1759475/95370649-61ff9f80-08d9-11eb-9cb4-5d06b1d7020f.gif)

It will get a value variable exactly like here: https://github.com/TorstenDittmann/OmniaWrite/blob/dev/src/components/Forms/Select.svelte#L15-L17 In this example it get's an array of languages: ![Unbenannt](https://user-images.githubusercontent.com/1759475/95373720-aab95780-08dd-11eb-8f7b-0d0b077c0c53.png)

Yes, but it is a hard design question on how to implement it and prevent cluttering the ui. This is something that I have to work on in the future,...

Hello, Thanks for the submission, are you sure you are not blocking access to LocalStorage as well? Since I cannot think of a reason right now that disabled cookies will...

Thanks for clarifying, that makes sense 🙂 I think, the best way to solve this is showing the user a modal/text that LocalStorage needs to be activated to use OmniaWrite....

Good call, will think of a neat way on how to implement something like this 👍 Thanks :bow: