Hi everyone,
I was trying to develop my own Kanban view and looking into the CSS classes used to create the templates child in my Kanban view definition.
One of the classes I am using is the o_kanban_record_has_image_fill class which enables having an image in the Kanban card.
I noticed that the path of the file containing this class is the following: addons/web/static/src/legacy/scss/kanban_view.scss
Notice the .../src/legacy/... part. My question is: is this code legacy, or going to be deprecated in the future? If so, which classes/approaches should I be using instead?
Thank you.