Commit Graph

35 Commits

Author SHA1 Message Date
ca63d344df Now allows username to login instead of API key if they have logged in with an API key at least once. 2016-03-15 20:03:01 +00:00
2f5dd712c8 Fixed API refresh status spin not working. 2016-03-13 19:17:47 +00:00
169a13c01b Fixed grid settings to properly show linear progress element on small resolutions.
fixes #2
2016-02-20 21:19:45 +00:00
cf5852794b Linear mode now has tracking of the current quiz item index and allows skipping to the desired item.
closes #1
2016-02-19 17:49:33 +00:00
45d6e6f30d Added missing html tag attribute closing. 2016-02-18 19:21:55 +00:00
7488a5eb7b Added tooltip for available quiz modes. 2016-01-26 21:25:36 +00:00
0f116d1fe2 Moved quiz buttons to horizontal layout. 2016-01-22 16:51:27 +00:00
8491d93ff0 Added a button to view the WaniKani page for the current question item. 2016-01-19 21:15:33 +00:00
441623a947 Added Linear Mode which quizzes all items in order. 2016-01-19 21:15:33 +00:00
a94dee2d97 Added link to WK account page on landing page. 2016-01-19 21:15:32 +00:00
a9e48abd96 Added filtering for item types (radical, kanji & vocab) 2015-12-10 15:57:52 +00:00
c5fb8db98c Added and setup frontend for filtering by srs state. 2015-11-21 03:00:17 +00:00
231b4231a3 Now using query string instead of dedicated route. 2015-11-17 18:47:00 +00:00
25d916d4a0 Moved answer submission button inline with text entry area. 2015-10-24 01:29:37 +01:00
4183ef6df8 Changed formatting on time shown for last api update. 2015-10-22 15:37:07 +01:00
4e17a20c26 Moved API refresh to click on username instead of separate button. 2015-10-21 20:10:31 +01:00
6e0ceb9f9e Moved favicon stuff to lessen static folder clutter. 2015-10-21 20:09:45 +01:00
3bcdbd621e Added functionality for the user to filter their review items based on item level. 2015-10-19 23:33:26 +01:00
3a5811cafd Text content alteration. 2015-10-11 22:39:58 +01:00
6dfec65935 Now storing full API response. 2015-10-07 18:15:17 +01:00
58a48105ee Minor changes to better fulfil html5 specifications. 2015-10-07 15:27:06 +01:00
d1bf4ab64f Fixed some favicon paths. 2015-10-07 03:01:54 +01:00
fafafad7cd Fixed favicon. 2015-10-07 02:59:34 +01:00
d3d6b142d9 Added success message for api refresh. 2015-10-06 00:03:07 +01:00
af1b647b5d Added error message for api refresh failure. 2015-10-05 23:49:59 +01:00
634454edb6 Added stats for how many potential review items there are. 2015-10-05 16:48:29 +01:00
870bcf26e6 Added beta label. 2015-10-05 15:56:59 +01:00
bb1a6e15ec Fixed whitespace issue when checking input against answer. 2015-10-05 15:48:57 +01:00
3fc909eac2 Whitespace cleanup. 2015-10-05 13:53:53 +01:00
b45aa135b5 Added footer to homepage. Moved common html components to template. 2015-10-05 13:52:19 +01:00
243a7edf09 Altered index page error message display. 2015-10-05 13:29:34 +01:00
0ccd525142 Added favicon stuff. 2015-10-05 13:26:13 +01:00
f43c089b95 Changed logout href to a flask generated url. Removed unused imports. 2015-10-05 12:29:31 +01:00
db65a9aa48 Moved random selection to client side. Server dumps all possibilities to client rather than a single random item. 2015-10-05 12:25:11 +01:00
c6b94ee31c Created webapp for reviewing WaniKani burned items. 2015-10-04 02:41:16 +01:00