Is your feature request related to a problem? Please describe.
The Board component was not designed in a proper way, containing mixed Vue and raw DOM-Access code.
Describe the solution you'd like
Some code in Board must really not be here, and have to be moved away to external utility files, such as dom.ts. The code is pretty ugly and repeating, especially in cell highlight methods.
Is your feature request related to a problem? Please describe.
The
Boardcomponent was not designed in a proper way, containing mixed Vue and raw DOM-Access code.Describe the solution you'd like
Some code in
Boardmust really not be here, and have to be moved away to external utility files, such asdom.ts. The code is pretty ugly and repeating, especially in cell highlight methods.