Commit Graph

92 Commits

Author SHA1 Message Date
ac520b66e1 Add set-specific history tracking for group owners 2021-10-19 23:00:25 +01:00
aa0734de99 Replace multiple identical mistakes with counter 2021-10-11 10:25:34 +01:00
f13fdae54d [FIX] Ensure group members are correctly loaded 2021-10-09 20:11:17 +01:00
667cad1c0b [FIX] Navbar round button shape 2021-10-09 20:10:59 +01:00
6231877cf7 Put mistakes in drop downs 2021-10-09 11:48:38 +01:00
bc48f5b5c5 [FIX] add error catching & remove unused function 2021-10-09 10:58:11 +01:00
2fe08bc7d4 [FIX] 404 page wouldn't load when not given params 2021-10-09 10:57:32 +01:00
d153e10fc0 Add progress stats for group owners 2021-10-09 10:56:59 +01:00
3bdfb2ee49 Aesthetics 2021-10-09 09:24:17 +01:00
281631635a [FIX] Remove dependencies & add keys to loops 2021-10-08 19:01:09 +01:00
e813deb841 [FIX] styling (word wrapping, table column gaps) 2021-10-08 18:56:48 +01:00
b532e2deb1 Add tracking of previous mistakes 2021-10-08 18:56:19 +01:00
e6bd026f72 Highlight selected progress record on graphs 2021-10-08 18:54:32 +01:00
9875f505e8 Remove x axis tooltip on graphs 2021-10-06 11:33:56 +01:00
60e09a3f86 Change order of stats when test completed 2021-10-03 19:28:37 +01:00
dd3b9c88cd Add average mark to progress page & fix loader 2021-10-03 18:56:22 +01:00
31ebbc2d65 Add set name label to graph on history page 2021-10-03 18:03:06 +01:00
4c2f1613ff Add option for coloured edges on progress page 2021-10-03 17:43:22 +01:00
aec4c8efcf [FIX] Update page loader 2021-10-03 16:43:32 +01:00
6c9f617e0b Change page loader design 2021-10-03 16:30:46 +01:00
75b4992450 [FIX] Revert from testing setup 2021-10-03 16:17:23 +01:00
1fc85f44b2 Change button locations on confirmation dialog 2021-10-03 15:59:39 +01:00
80e7c24811 Add loader until page loads completely 2021-10-03 15:59:24 +01:00
c0100596cf Add typo detector & update some dependencies 2021-10-01 21:01:07 +01:00
33cacf597a No need to press enter twice for multiple answers 2021-09-30 11:51:36 +01:00
cef337e5f5 Add tooltip to link buttons 2021-09-30 11:34:08 +01:00
8dc1eae1f1 [FIX] Start test button not showing as disabled 2021-09-30 11:30:59 +01:00
5e18203291 Add button tooltips 2021-09-30 11:30:18 +01:00
a8e6f66796 Change switch language checkbox label 2021-09-13 08:34:13 +01:00
8e1be31650 [FIX] zoom on input select on mobile
Increased font size to disable auto zoom when input field selected on mobile
2021-09-13 08:11:40 +01:00
d15be15a81 Disable buttons during processing 2021-09-12 22:55:34 +01:00
f596a7a8aa [FIX] data format when creating progress record
Was using dictionary as code duplicated from home page. Only one value is ever present so dictionary not required.
2021-09-12 22:55:14 +01:00
74c5401976 Remove redundant code 2021-09-12 20:57:47 +01:00
dba928f6f6 [FIX] progress bar shape for small percentages
Colours progress bar was showing outside of edges of bar for very small and very large percentages
2021-09-12 20:56:44 +01:00
ad23ae9a8b Move logos to public folder 2021-09-12 20:31:23 +01:00
037cf046c0 Remove unused prop from component 2021-09-12 20:27:52 +01:00
a72b42d705 Update styling and add styling for new mode 2021-09-12 20:27:15 +01:00
42cfa1d619 Add new lives mode and more test options!
Users can now choose from two modes - lives and questions. Lives mode will end when the user makes the chosen number of mistakes. Questions mode will end when the user answers all questions correctly from a list of questions the length of which the user chooses.
2021-09-12 20:26:45 +01:00
efebaf93ce [FIX] Progress history layout
Align table cells correctly
2021-09-12 15:20:48 +01:00
e74a15c84b Smooth curve on line graphs 2021-09-12 15:09:02 +01:00
054946597c [FIX] long set/test names going off page 2021-09-12 13:00:47 +01:00
6be3b4f372 [FIX] button margins in headers 2021-09-12 13:00:26 +01:00
b32329b480 [FIX] incomplete tests not deleted properly
Ensure tests are deleted from state instead of stored as undefined
2021-09-12 12:09:33 +01:00
24f7780fe8 [FIX] show correct default data on history page 2021-09-12 11:53:04 +01:00
08cebc7ab5 [FIX] Set list aesthetics
Ensure checkbox is always next to set titles, not above
2021-09-12 11:48:28 +01:00
f8843e5626 Ensure styling applies to correct elements 2021-09-12 11:47:57 +01:00
a7fd43ae71 Remove unused import 2021-09-12 11:37:09 +01:00
a472c49efb [FIX] Google Analytics error
When Home component used in Login component, logEvent not passed.
Now Home component only logs events if logEvent is defined (i.e. it's not called from the Login component)
2021-09-12 11:36:58 +01:00
614c222bcc Add comment 2021-09-12 11:26:08 +01:00
1c5cb2b2a4 Footer styling for settings page
With policy links
2021-09-12 11:24:30 +01:00