UI rework by Uyen (issues #137, #174, #188)

2024-08-05
- Fix sidebar visibility on starting page.
- Change slide-in state on start.

2024-07-15
- Improve appearance of title-addon on logo.
- Create and style new item on top navbar for 'News'.
- Change settings link in logout.html.ep to dynamic link.

2024-04-29
- Add an indicator for user login, and some minor design changes.
- Add back content_block headerButtonGroup due to backwards
  compatibility and modify header.html.ep to fit changes.
- Correct color of minimize button for snippets to
  nearly-white, and add media query for border-radius of
  the search bar.
- Delete helper class get_user_name and set user_handle
  instead to get the user name.
- Add scroll functionality for navbar: hide on scroll down,
  show on scroll up.
- Create burger menu and add responsive styles for navbar,
  optimize element positions in header.
- Add and style registration link to fit in login area,
  change navbar size and input fields, improve positionings of
  logo and icons, fix animation of navbar when scrolling on
  small devices.

Change-Id: Ie7803aeafb6683d18de51f8c918fb7b0dd308fcc
diff --git a/Changes b/Changes
index 0fdac7b..fb8c43c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,26 @@
+0.57 2024-07-14
+        - Improve appearance of title-addon on logo. (uyen-nhu)
+        - Create and style new item on top navbar for 'News'. (uyen-nhu)
+        - Change settings link in logout.html.ep to dynamic link. (uyen-nhu)
+
+0.56 2024-07-09
+        - Add an indicator for user login, and some minor design changes. (uyen-nhu)
+        - Add back content_block headerButtonGroup due to backwards
+          compatibility and modify header.html.ep to fit changes. (uyen-nhu)
+        - Correct color of minimize button for snippets to
+          nearly-white, and add media query for border-radius of
+          the search bar. (uyen-nhu)
+        - Delete helper class get_user_name and set user_handle
+          instead to get the user name. (uyen-nhu)
+        - Add scroll functionality for navbar: hide on scroll down,
+          show on scroll up. (uyen-nhu)
+        - Create burger menu and add responsive styles for navbar,
+          optimize element positions in header. (uyen-nhu)
+        - Add and style registration link to fit in login area,
+          change navbar size and input fields, improve positionings of
+          logo and icons, fix animation of navbar when scrolling on
+          small devices. (uyen-nhu)
+
 0.55 2024-06-26
         - Removed deprecated doc_link_to helper. (diewald)
         - Removed deprecated doc_ext_link_to helper. (diewald)