Hasan Sezer Taşan

Results 67 issues of Hasan Sezer Taşan

**Is your feature request related to a problem? Please describe.** I (and many others IMO) intend to use a single [templates](https://github.com/jowilf/starlette-admin/blob/1c51b60c59bae5cb9cb964c0ed1da85a6b75ff9c/starlette_admin/base.py#L190) instance for their projects. Starlette Admin occupies some file...

enhancement

**Is your feature request related to a problem? Please describe.** As HTMX rises, we see many new libraries based on HTML attributes like AlpineJS and Hyperscript. I am using HTMX,...

enhancement

Notes to reviewers: If you see the same error or something you want to highlight in multiple places, leaving a comment for the first one will be enough. I will...

**Is your feature request related to a problem? Please describe.** When we close a list view tab in the browser, current pagination state gets lost. When we want to share...

enhancement

Starlette Admin creates required CRUDL routes based on a data contributor like `fastapi-crudrouter`. We can use these endpoints in another web interface (with ReactJS, VueJS, or Vanilla JS) or a...

enhancement

**Describe the bug** The expected result for the code below is like: - Parent - Child 1 - Child 2 - G Child 1 - G Child 2 What I...

bug

**Is your feature request related to a problem? Please describe.** Like some developers, I also feel like "dark mode" rules and light mode hurts... **Describe the solution you'd like** Tabler...

enhancement

**Is your feature request related to a problem? Please describe.** Let's say that I have a table with 10K records and pagination limit is set to 50 records per page...

enhancement

**Is your feature request related to a problem? Please describe.** Refreshing the whole page to reload table means requesting for a bunch of resources (templates and static files) and losing...

enhancement

How do we modify available actions for each item? My question is based on this StackOverflow question: [How to modify available actions for each item in a list in Flask-Admin...

bug