From c7b1ae419d0f3ea550d2f7a963e5a5a4dafaf18a Mon Sep 17 00:00:00 2001 From: Mountler Date: Tue, 16 Jan 2024 16:58:25 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07dbe0c90..f1b6746af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,15 @@ The AdLer Engine uses [Semantic Versioning](http://semver.org/). - background-color to SideBar. - Logout from Moodle. +- loading screen to learningworld menu to load data and preventing UI pop-in. +- error message and advice if server timeout in login context is reached. ### Changed - responsive styling of LoadingScreen. - BreakNotification message is now not a complete button. This gives better read- and usability. - refactored styling of WelcomePage and added new button for future functionality. +- displaying moodle symbol on welcome screen only after successful login. ### Deprecated @@ -25,7 +28,7 @@ The AdLer Engine uses [Semantic Versioning](http://semver.org/). ### Removed -- +- fullscreen functionality in UI of h5p element to prevent bug that breaks h5p display. ### Fixed