LDEV-5200 Detect if sequence is TBL and arrange activities differentlyThe default activity arrangement tries to fill horizontally as manyactivities as possible.For TBL it makes sense to detect stages of sequence: introduction, iRAT,tRAT, AEs, feedback. The most simple way to achieve it is to break rowson each gate as gates separate learning stages.
LDEV-5200 Adjusting icons colours and svg optimisationI think this does it. However, there might be some issues with the embedding of SVG's css. As we compressed the files, the classes are called "A, B, C" and when different SVGs have the same class name, then the conflicts start to show.Went thru all the tools but it's looking good now. There might be some others with system tools
LDEV-5200 Adjusting icons colours and svg optimisationAdjust icons and activity colours according to new colour scheme. Optimise SVG compression and pngs.Adding .DS_Store to .gitignore files