Interactive BOM placed selection
Interactive BOM placed selection
Add a "Clear All Placed" option to clear all of the placed check marks.
Re: Interactive BOM placed selection
In the code for the interactive BOM there is this:
.bom .bom-checkbox:after {
content: "Double click to set/unset all";
position: absolute;
color: white;
top: -35px;
left: -26px;
background: #51829f;
padding: 5px 15px;
border-radius: 8px;
white-space: nowrap;
visibility: hidden;
So it looks like this is there but not working??!!??
BTW - using Chrome
.bom .bom-checkbox:after {
content: "Double click to set/unset all";
position: absolute;
color: white;
top: -35px;
left: -26px;
background: #51829f;
padding: 5px 15px;
border-radius: 8px;
white-space: nowrap;
visibility: hidden;
So it looks like this is there but not working??!!??
BTW - using Chrome
Re: Interactive BOM placed selection
I think I made a mistake.
Re: Interactive BOM placed selection
Also have the components selected change color or something to indicate that they have been placed.
Re: Interactive BOM placed selection
Additionally, it would be beneficial to implement a feature where the selected components change in color or display a visual indicator to signify that they have been successfully placed. This would enhance the user experience and streamline the design process. Visit SRD
Last edited by exad3545 on 11 Nov 2023, 22:34, edited 1 time in total.
Re: Interactive BOM placed selection
Additionally, it would be helpful if the selected components could change color or display some visual indication after being placed, making the process more intuitive and efficient.
Last edited by cozy on 15 Nov 2023, 01:01, edited 1 time in total.