in2code-de / luxletter

Newsletter system for TYPO3
https://www.in2code.de/agentur/typo3-extensions/luxletter/
23 stars 25 forks source link

[WiP] Implement multiselect for user groups for better UX #141

Closed flolanger closed 1 year ago

flolanger commented 1 year ago

WiP Feature for better UX:

Implementing a simple lightweight multiselect library to improve UX for user group checkboxes (and maybe other mutliselects in the future). It provides a "Select All", search, translations and comes without jquery.

Library used: https://github.com/PhilippeMarcMeyer/vanillaSelectBox

-> Frontend part is pretty much done, but the backend needs to be changed, so that it works.