Commit Graph
100 Commits
Author SHA1 Message Date
mg 92b3b642f1 Merge remote-tracking branch 'origin/main' into main 2021-10-09 11:51:48 +01:00
mg 6231877cf7 Put mistakes in drop downs 2021-10-09 11:48:38 +01:00
mg a432633b90 Put mistakes in drop downs 2021-10-09 11:48:17 +01:00
mg bc48f5b5c5 [FIX] add error catching & remove unused function 2021-10-09 10:58:11 +01:00
mg 2fe08bc7d4 [FIX] 404 page wouldn't load when not given params 2021-10-09 10:57:32 +01:00
mg d153e10fc0 Add progress stats for group owners 2021-10-09 10:56:59 +01:00
mg 3bdfb2ee49 Aesthetics 2021-10-09 09:24:17 +01:00
mg 281631635a [FIX] Remove dependencies & add keys to loops 2021-10-08 19:01:09 +01:00
mg e813deb841 [FIX] styling (word wrapping, table column gaps) 2021-10-08 18:56:48 +01:00
mg b532e2deb1 Add tracking of previous mistakes 2021-10-08 18:56:19 +01:00
mg e6bd026f72 Highlight selected progress record on graphs 2021-10-08 18:54:32 +01:00
mg 9875f505e8 Remove x axis tooltip on graphs 2021-10-06 11:33:56 +01:00
mg cd9c67e2a1 [FIX] invalid version number 2021-10-06 11:29:13 +01:00
mg 60e09a3f86 Change order of stats when test completed 2021-10-03 19:28:37 +01:00
mg eb01cbe305 [FIX] Typo 2021-10-03 19:24:10 +01:00
mg 18598fa79c Bump version to 1.0! 2021-10-03 19:21:51 +01:00
mg 43e8512656 Flag typo if input contains correct answer 2021-10-03 19:20:37 +01:00
mg dd3b9c88cd Add average mark to progress page & fix loader 2021-10-03 18:56:22 +01:00
mg 31ebbc2d65 Add set name label to graph on history page 2021-10-03 18:03:06 +01:00
mg 4c2f1613ff Add option for coloured edges on progress page 2021-10-03 17:43:22 +01:00
mg aec4c8efcf [FIX] Update page loader 2021-10-03 16:43:32 +01:00
mg 6c9f617e0b Change page loader design 2021-10-03 16:30:46 +01:00
mg 75b4992450 [FIX] Revert from testing setup 2021-10-03 16:17:23 +01:00
mg cd40199438 Bump version 2021-10-03 16:03:37 +01:00
mg f7c7368971 Add Styled Components for page loader 2021-10-03 16:00:39 +01:00
mg b1ef85c5a5 Detect typo if answer is empty 2021-10-03 15:59:55 +01:00
mg 1fc85f44b2 Change button locations on confirmation dialog 2021-10-03 15:59:39 +01:00
mg 80e7c24811 Add loader until page loads completely 2021-10-03 15:59:24 +01:00
mg 90a31e8923 [FIX] Ensure Firebase Functions is defined 2021-10-01 21:04:55 +01:00
mg fcd39a82ad Bump version number 2021-10-01 21:02:38 +01:00
mg c0100596cf Add typo detector & update some dependencies 2021-10-01 21:01:07 +01:00
mg 33cacf597a No need to press enter twice for multiple answers 2021-09-30 11:51:36 +01:00
mg cef337e5f5 Add tooltip to link buttons 2021-09-30 11:34:08 +01:00
mg 8dc1eae1f1 [FIX] Start test button not showing as disabled 2021-09-30 11:30:59 +01:00
mg 5e18203291 Add button tooltips 2021-09-30 11:30:18 +01:00
mg a8e6f66796 Change switch language checkbox label 2021-09-13 08:34:13 +01:00
mg 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
mg d15be15a81 Disable buttons during processing 2021-09-12 22:55:34 +01:00
mg 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
mg 51b21d3541 [FIX] createProgress batch write limit reached
Ensure batch write limit isn't reached when creating progress records
2021-09-12 22:52:47 +01:00
mg 74c5401976 Remove redundant code 2021-09-12 20:57:47 +01:00
mg 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
mg f18639732a Bump version number in package-lock 2021-09-12 20:35:39 +01:00
mg 137311d48c Update package-lock 2021-09-12 20:34:36 +01:00
mg 4d30fcd243 Bump version number and add dependency for slider 2021-09-12 20:33:37 +01:00
mg ad23ae9a8b Move logos to public folder 2021-09-12 20:31:23 +01:00
mg 037cf046c0 Remove unused prop from component 2021-09-12 20:27:52 +01:00
mg a72b42d705 Update styling and add styling for new mode 2021-09-12 20:27:15 +01:00
mg 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
mg 069407fa57 Update functions for use with lives mode 2021-09-12 20:23:46 +01:00
mg efebaf93ce [FIX] Progress history layout
Align table cells correctly
2021-09-12 15:20:48 +01:00
mg e74a15c84b Smooth curve on line graphs 2021-09-12 15:09:02 +01:00
mg 52cd2b8663 [FIX] Ensure all vocab data always written to db 2021-09-12 15:07:19 +01:00
mg 79718c63e4 [FIX] createProgress reaching max writes 2021-09-12 15:03:31 +01:00
mg 054946597c [FIX] long set/test names going off page 2021-09-12 13:00:47 +01:00
mg 6be3b4f372 [FIX] button margins in headers 2021-09-12 13:00:26 +01:00
mg 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
mg 24f7780fe8 [FIX] show correct default data on history page 2021-09-12 11:53:04 +01:00
mg 08cebc7ab5 [FIX] Set list aesthetics
Ensure checkbox is always next to set titles, not above
2021-09-12 11:48:28 +01:00
mg f8843e5626 Ensure styling applies to correct elements 2021-09-12 11:47:57 +01:00
mg a7fd43ae71 Remove unused import 2021-09-12 11:37:09 +01:00
mg 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
mg 614c222bcc Add comment 2021-09-12 11:26:08 +01:00
mg 23615fec0d Bump version number 2021-09-12 11:24:40 +01:00
mg 1c5cb2b2a4 Footer styling for settings page
With policy links
2021-09-12 11:24:30 +01:00
mg bcb8511b7e Add Google Analytics 2021-09-12 11:24:13 +01:00
mg 7eb9070014 Add links to policies
Show links to terms of service and privacy policy on settings page
2021-09-12 11:21:27 +01:00
mg 7f5ae50e22 Change layout of stats on test completion 2021-09-11 22:22:55 +01:00
mg d5c48c7acc [FIX] grammar 2021-09-11 22:16:21 +01:00
mg 7e2d747da6 Add stats during a test 2021-09-11 22:16:13 +01:00
mg 20fbda3b22 Remove redundant code 2021-09-11 18:21:06 +01:00
mg bf323f14e8 Account for moved css file 2021-09-11 18:14:18 +01:00
mg 5f1810127c Move CSS file to correct folder 2021-09-11 17:57:01 +01:00
mg 64d956720e [FIX] Incorrect margin and refactor some CSS
Ensure correct margins on mobile home page
2021-09-11 17:56:22 +01:00
mg cfd9bd9034 Remove redundant code 2021-09-11 17:55:20 +01:00
mg 3549b6788d Add chart styling 2021-09-11 17:43:51 +01:00
mg efc58ff390 [FIX] Content being hidden after logging in
Ensure overflow is only disabled when login page is showing
2021-09-11 17:43:33 +01:00
mg c1b04b0736 Add charts showing historic test scores 2021-09-11 17:40:59 +01:00
mg f73f6d8986 Update packages and add chart dependency 2021-09-11 17:40:11 +01:00
mg 7138f2f297 Improve variable names and fix test start bug
Ensure tests are started with a high enough question limit until UI to choose number of questions is implemented
2021-09-11 17:22:37 +01:00
mg e450e64c82 Add missing table header 2021-09-11 10:46:06 +01:00
mg c0cdf197c5 Ensure raw mark displays properly for tests 2021-09-11 10:45:09 +01:00
mg 62552cde42 Show raw mark for incomplete tests
On home and history pages
2021-09-10 15:25:02 +01:00
mg 5165d71c6b Update text on logged out home page 2021-09-09 09:02:27 +01:00
mg 3b272a47e9 Typo - wrong variable name 2021-09-08 20:37:50 +01:00
mg 97dfe5955f Replace testing code with production 2021-09-08 12:22:25 +01:00
mg 014bbbdd4f Fix regex usage error and increase efficiency 2021-09-08 12:21:22 +01:00
mg 639159d4b3 Swap replaceAll for regex
Was using replaceAll, which isn't available in Node.JS. Instead using regex now
2021-09-08 12:03:55 +01:00
mg 548eb6e210 Fix answer processing bug
Only first instance of each character was removed when cleansing strings. Now all instances are removed.
2021-09-08 11:54:23 +01:00
mg fd5ea8a69e Revert "Add Google Analytics"
This reverts commit bd355599c7.
2021-09-05 21:17:18 +01:00
mg bd355599c7 Add Google Analytics 2021-09-05 21:00:02 +01:00
mg fccea836d3 Fix container bottom margin setting on load
Ensure page container bottom margin is set correctly when cookie notice appears
2021-09-01 21:00:38 +01:00
mg 45a357fff6 Fix cookie notice margins
Ensure container bottom margin is same as cookie notice height
2021-09-01 20:49:53 +01:00
mg 59c8a481eb Adjust cookie notice margins on small screens 2021-09-01 20:46:51 +01:00
mg 0169aa128b Change cookie notice colours and margins 2021-09-01 20:33:27 +01:00
mg 7d4d213904 Update footer margin animation time
Animated when viewport width changes and cookie notice obstructs a different amount of the main page. Now 500 milliseconds instead of 1000
2021-09-01 20:21:29 +01:00
mg fdadac9a3d Restyle cookie notice button 2021-09-01 20:19:04 +01:00
mg 5e99f8beae Stop tracking cache file 2021-09-01 20:10:12 +01:00
mg 1dfc196299 Change functions region 2021-09-01 20:06:31 +01:00
mg 1bb0788570 Update GH actions to only install necessary dependencies
Only install dependencies required for hosting, not cloud functions
2021-09-01 20:05:38 +01:00