Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5083 Fix various layout issues

This patch covers most of issues raised the UX designer.

  1. … 10 more files in changeset.
LDEV-5083 Fix "more learners" dialog layout

  1. … 1 more file in changeset.
LDEV-5083 Fix learner dragging on canvas SVG

  1. … 1 more file in changeset.
LDEV-5083 Refactor monitor JS code

  1. … 3 more files in changeset.
LDEV-5083 Hide student search widget on tabs where it can not be used

LDEV-5083 Remember last opened tab when refreshing

  1. … 1 more file in changeset.
LDEV-5083 Fix gates buttons on Sequence tab

  1. … 2 more files in changeset.
LDEV-5083 Rewrite TBL Peer Review tab to new UI

  1. … 5 more files in changeset.
LDEV-5083 Rewrite TBL Burnign Questions tab to new UI

  1. … 3 more files in changeset.
LDEV-5083 Rewrite TBL RAT tabs' modals to new UI

  1. … 2 more files in changeset.
LDEV-5083 Rewrite TBL tRAT & student choices tab to new UI

  1. … 6 more files in changeset.
LDEV-5083 Rewrite TBL Assessment AES disclose and discussion element

  1. … 7 more files in changeset.
LDEV-5083 Rewrite TBL Assessment AES tab to new UI

  1. … 7 more files in changeset.
LDEV-5083 Add iRAT student choices button to main navigation bar

  1. … 3 more files in changeset.
LDEV-5083 Rewrite TBL iRAT student choices and time limit tab to new UI

  1. … 8 more files in changeset.
LDEV-5083 Rewrite TBL iRAT tab to new UI

  1. … 6 more files in changeset.
LDEV-5083 Rewrite TBL Gates tab and modals to new UI

  1. … 8 more files in changeset.
LDEV-5083 Rewrite TBL Teams tab modals to new UI

  1. … 8 more files in changeset.
LDEV-5083 Fix TBL buttons in side menu

  1. … 2 more files in changeset.
LDEV-5083 Add TBL navigation buttons to monitoring side menu

  1. … 3 more files in changeset.
LDEV-5083 Improve layout and work of Schedule Reports dialog

  1. … 3 more files in changeset.
LDEV-5083 Rewrite Edit Class dialog to new design

  1. … 2 more files in changeset.
LDEV-5083 Rewrite View/Email Learners popup to new design

  1. … 3 more files in changeset.
LDEV-5083 Improve Gradebook tab layout

  1. … 1 more file in changeset.
LDEV-5083 Use only one opened EventSource at a time

Browsers limit number of connections to a single domain. It varies

between 2 and 10, but it always limited.

EventSources in LAMS were not closed on navigating away, but they got

opened on opening a monitoring tab. This quickly depleted available

connections.

Now EventSources get all closed on switching tabs and only then new ones

get opened.

LDEV-5083 Add check icon to completed activities in progress time line

  1. … 1 more file in changeset.
LDEV-5083 Increase font size of lesson completion chart

  1. … 1 more file in changeset.
LDEV-5083 Move Edit Lesson Name button to Lesson Properties panel

  1. … 1 more file in changeset.
LDEV-5083 Apply LAMS colour palette to monitoring 5 UI

From Boostrap we keep gray colour.

Yellow does not have good contrast with white, but darker yellow looks

ugly. We need to make sure to use borders whenever we use yellow on

white background.

For Learning Design SVGs standard paletter is used with some opacity.

  1. … 13 more files in changeset.
LDEV-5083 Make panels larger rather than having bigger gaps

It is a bad design to have too much empty space on the page. It is

better to make panels (sections) larger, even when there is little

content, rather have small panels and huge gaps.

  1. … 2 more files in changeset.