Modified the UI to show all targets for a line or area attack at the same time. Attached are screenshots of the UI changes in desktop and mobile. I modified the footer to have maxHeight: 20vh so if there are a lot of targets it will render as many as it can and the rest can be seen by scrolling on the y axis.
Desktop Screenshot:
Mobile Screenshot:
@Endebert I used the refactor keyword for this commit but I'm happy to modify the commit message to feat in order to bump the version if you want.
✅ Closes: #45
Modified the UI to show all targets for a line or area attack at the same time. Attached are screenshots of the UI changes in desktop and mobile. I modified the footer to have
maxHeight: 20vh
so if there are a lot of targets it will render as many as it can and the rest can be seen by scrolling on the y axis.Desktop Screenshot:
Mobile Screenshot:
@Endebert I used the
refactor
keyword for this commit but I'm happy to modify the commit message tofeat
in order to bump the version if you want.