From 1a282035dc0bccade5437be8304122de0f560fda Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 30 Aug 2022 00:33:21 +0100 Subject: [PATCH] [ENH] Add changelog to home page --- src/Home.js | 61 ++++++++++++++++++++++++++++++++++++++++++++++++- src/css/App.css | 10 ++++++++ 2 files changed, 70 insertions(+), 1 deletion(-) 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 */} +
+