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
It's not obvious that users can edit keyword during review, as you currently can do this only via the Edit Story dialog.
From Edit Story dialog, the user can click the keyword, which opens the Edit Keyword dialog.
Upon closing those dialogs, the keyword displayed on the flashcard does not update, even though it IS updated on the server.
This is something that would "fix itself" if the entire Review page is refactored as a Vue component, therefore having some kind of shared state.
I'm not sure it's worth trying to fix this in the current implementation.
Perhaps adding a little "edit" (pencil, tool) icon in light gray next tot he keyword, to directly open the Edit Keyword dialog.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's not obvious that users can edit keyword during review, as you currently can do this only via the Edit Story dialog.
From Edit Story dialog, the user can click the keyword, which opens the Edit Keyword dialog.
Bug
Upon closing those dialogs, the keyword displayed on the flashcard does not update, even though it IS updated on the server.
Solution
This is something that would "fix itself" if the entire Review page is refactored as a Vue component, therefore having some kind of shared state.
I'm not sure it's worth trying to fix this in the current implementation.
UX Improvement
Perhaps adding a little "edit" (pencil, tool) icon in light gray next tot he keyword, to directly open the Edit Keyword dialog.
The text was updated successfully, but these errors were encountered: