Closed flbraun closed 2 years ago
Please try out the adopted styles and title attributes.
Note, you have to patch the templates before proceeding.
I only changed the button size for StackedInline
, because the drag-area in TabularInline
is too small anyway.
The changes to the drag area and the tooltip are looking great! However, regarding the button size:
Are you sure space in TabularInline
is an issue? We set the border width to exactly 7px
, which yields the result displayed in the animation in my original post. That looks like the sweet spot between usability and visuals to us. Would you reconsider?
@jrief Any update on this?
@flbraun please go ahead.
btw. In 99% of my use cases, I always use StackedInlineAdmin
-s.
btw. In 99% of my use cases, I always use StackedInlineAdmin-s.
That's funny, for us it's 99% TabularInline
.
please go ahead.
Sorry, I don't understand. What do you want me to go head with? I asked you if you'd reconsider your decision regarding the button size, and increase it to 7px
for TabularInline
.
I wanted to say to please go ahead with a pull request, and fit the button to your needs.
Hi @jrief!
we at @boxine are now using your new sortable inlines, and it's working great! However, we made a few visual adjustments that we think the core project would benefit from:
Here's how it looks:
The changes should be easy to implement. I'd supply a PR if you agree with them.