Hasan Sezer Taşan

Results 159 comments of Hasan Sezer Taşan

One suggestion from me might be [Knio/dominate](https://github.com/Knio/dominate/) for more pythonic way to build the HTML instead of writing plain HTML. @samuelcolvin I can work on it if you are OK...

Thank you @samuelcolvin for your response. @0417taehyun, I believe this could be a code-first solution for you. ```python import dominate from dominate.tags import div, link, meta, script from fastapi import...

Are you talking about something like Dependent Dropdowns? You can find an example in [this](https://www.youtube.com/watch?v=ZJo1LNxeVRI&ab_channel=LaravelDaily) video.

I didn't check the source code for your question but I believe that in the future, these kind of requirements will be satisfied (if it's not already) by FastUI.

Do you mean "flash" messages from Flask?

> > Do you mean "flash" messages from Flask? > > I have not used Flask, but looking at that it does seem to be what I'm talking about. I...

> Is there a timeline/roadmap for adding those? Check out #316.

As far as I know, framework agnosticism is not a priority to SQLAdmin. I don't think it'll be done. On the other hand, @cemrehancavdar recently did what you mentioned for...

> Interesting, it is kind of similar to the identity we have, we just get it in a different way, but probably flask-admin is storing the endpoint:model mapping somewhere so...

Flask Admin uses X Editable for it and X Editable is not maintained, also doesn't work with both Bootstrap5 and Tabler. If I were implementing such a feature, I would...