Custom checkboxes for sets (and visibility on the grid) #48
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Users should be able to reword, remove, or add any checkbox to signify a status for a set.
It should also be possible to tell whether the field is displayed on the grid view, or only when show the details of a set.
It also introduces automatic entries in the filters with its inverse lookup (
NOT:
)These are mockups, I'm only missing the management part (creating, updating and deleting a field).
And with some new fields and changed options:
(Don't worry about the missing background blur, Firefox capture tool somehow discards it 🤷♂️)
Management form reworked without the ID (which should be handled internally) and some glow up. Also a line to add a new checkbox.
Good idea. I was just thinking about the labels the other day and how they probably needed to be customized.
I have it working alongside deduplicating the bricksets, database migrations and some quality of life in the code.
I'll update my merge request in the next days hopefuly after finishing a few things and documenting.
It's going to be a bit heavy but it will pave the way for the rest of the things I am missing (like the box and owners 😁)
Implemented in
623b205733
Closed as it's live in v1.1.0