We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something's fishy there. it's tracked even while on the words review page. or on the exericses page. from the activity data:
mysql> select time, event, article_id, extra_data from user_activity_data order by id desc limit 5; +---------------------+---------------------------+------------+------------+ | time | event | article_id | extra_data | +---------------------+---------------------------+------------+------------+ | 2022-12-01 13:45:33 | ARTICLE LOST FOCUS | 2117687 | EXTENSION | | 2022-12-01 13:45:30 | TO EXERCISES AFTER REVIEW | 2117687 | EXTENSION | | 2022-12-01 13:45:28 | ARTICLE FOCUSED | 2117687 | EXTENSION | | 2022-12-01 13:43:24 | ARTICLE LOST FOCUS | 2117687 | EXTENSION | | 2022-12-01 13:43:24 | ARTICLE FOCUSED | 2117687 | EXTENSION | +---------------------+---------------------------+------------+------------+
The text was updated successfully, but these errors were encountered:
fixing #37 + a little bit of a cleanup of the Modal
59492ee
No branches or pull requests
something's fishy there.
it's tracked even while on the words review page.
or on the exericses page.
from the activity data:
The text was updated successfully, but these errors were encountered: