Lukas

Results 134 comments of Lukas

The questions is what approach we should use. For my first suggestion, it would be as easy use using: [`dangerouslySetInnerHTML`](https://react.dev/reference/react-dom/components/common#dangerously-setting-the-inner-html) And for the second, I actually made a POC last...

Just one thought, maybe we can build the panel system in a way so that we later could also add those pages to the mobile app via a web view...

Regarding your is hidden function, can't we just return an object like ```json { "hidden": true } ``` from the renderPanel function? We could then use this later to return...

I think first we need to publish the inventree npm package with the set of components, so that we can migrate e.g. the old form framework (I have used this...

We could define some small amount of caching time in tanstack query. That way when the same query is performed multiple times in the loading process, only the first is...

> I have various issues with multiple requests since that merged Me too. I think Oliver is already working on a fix in #7598. Hope that gets merged soon. >...

Am I the only one who thinks that now the report/label templates in the admin center are a bit confusing if the different models types are all in one table...

Filtering templates by model type, (which is a really essential filter for me, I always do before doing anything in that table) requires 7 clicks (like 10s) each time I...

I think #7351 should be added to the task list collection in this issue too.

I would be fine with both options, but if we choose the first, we need to know that gh artifacts are deleted after 90 days, which means that we could...