diff --git a/src/Home.js b/src/Home.js
index 505159b..3fc75f2 100644
--- a/src/Home.js
+++ b/src/Home.js
@@ -1,10 +1,12 @@
import React, { useEffect } from "react";
import "@material-ui/core";
-import { AccountCircleRounded as AccountCircleIcon } from "@material-ui/icons";
+import { AccountCircleRounded as AccountCircleIcon, ArrowDropDownRounded as ArrowDropDownRoundedIcon } from "@material-ui/icons";
import "./css/Home.css";
import NavBar from './NavBar';
import Footer from "./Footer";
+import Collapsible from "react-collapsible";
+
export default function Home(props) {
const navbarItems = [
{
@@ -41,6 +43,63 @@ export default function Home(props) {
To get started, click login 👆
If you have any feedback, please feel free to email us at contact@parandum.mgrove.uk.
+
+
+
What's New?
+
v2.3.0>}>
+
+ - Add option to ignore accents during tests
+ - Update cookie notice
+ - Update contact email address
+ - Add ability to bulk-create sets and bulk-add vocabulary
+ - Bug fixes:
+
+ - Minor styling improvements
+ - Efficiency improvements
+ - When a set is in a group and the group is deleted, navigating to the home screen no longer throws an error
+
+
+
+
v2.2.0>} >
+
+ - Allow saving a set with no changes
+ - Bug fixes:
+
+ - Minor styling improvements
+ - Efficiency improvements
+ - Users are now correctly removed from groups
+
+
+
+
v2.1.9>}>
+
+ - Add an optional on-screen configurable keyboard during tests for easier access to accented characters
+
+
+
v2.1.8>}>
+
+ - Bug fixes:
+
+ - Test options are now set correctly when starting tests
+
+
+
+
v2.1.7>}>
+
+ - Bug fixes:
+
+ - Ensure backwards-compatibility with old versions of Parandum
+
+
+
+
v2.1.6>}>
+
+ - Add option to show number of answers for each prompt
+ - Ensure test options are carried over to new tests that are made from pre-existing ones (i.e. with the restart test buttons)
+
+ {/* TODO: style */}
+
+
diff --git a/src/css/App.css b/src/css/App.css
index 9a7ead8..641d0f8 100644
--- a/src/css/App.css
+++ b/src/css/App.css
@@ -427,6 +427,16 @@ label .MuiIconButton-label > input {
opacity: 0.7;
}
+.Collapsible > span {
+ display: flex;
+ flex-direction: row;
+ cursor: pointer;
+}
+
+.Collapsible .Collapsible__contentInner > ul {
+ margin: 0;
+}
+
@media screen and (max-width: 420px) {
.progress-history-container > div > *:nth-child(2), .progress-history-container--complete > div > *:nth-last-child(3), .progress-history-container--incomplete > div > *:nth-last-child(4) {