As a Loree user, When we fetch the templates, rows, and elements in the admin dashboard all the templates, rows, and elements are not fetched because there is a restriction to fetch only 1.2 MB on the data. This issue is resolved, now when we fetch the templates, rows, and elements in the dashboard all the data is fetched as the restriction of 1.2 MB is removed.
As a Loree user, now we can see that
the Accessibility checker option displays the total number of
accessibility issues like a notification on the accessibility icon when
we click on the save to LMS option.
Based on the severity of the issues accessibility checker automatically underlines the issues with different colors (Critical - Red, Serious - Rusty red, Moderate - Yellow, and Minor - Green)
As a Loree user, Now we have the
option to fix the issues via A11Y modal itself so that we don't how to
hop on and off between editor and A11Y modal for every issue.
Some of the examples are listed below:
Loree 2.0 now allow the user to add 5 column, once added the column the size of the column is splitted equally into 5 parts where user can add the elements.
@media screen and (min-width: 700px) {
.col-xl-5col {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
Thank you for your valuable time and enjoy using Loree!!!