Stephan Franz

Results 5 comments of Stephan Franz

Hmm... interesting. I use a combination of redux and context (redux handles app data, context is for passing derived data (from expensive calculations)). I'll look into creating a context for...

I apologize if this is the wrong place to inquire (I'm sure it is). I am developing my own character manager (that will feature cloud storage). I am VERY early...

Thanks for your response. I'll use the PSD file. I'd be delighted to invite you to the private repo once I get a bit more work done on the main...

Thanks for the feedback. When I get time away from work, I'll try to re-spin up Authentik (had to switch back to Authelia temporarily). I'll let you know if it...

My workaround for this was to fork this repo and modify the SortableTree component so that the DndContext and SortableContext are disabled when the `disabled` prop was passed. That also...