-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
[FEATURE] Make flash message showing "DeepL Usage" configurable (or at least do not show it beneath some threshold) #343
Labels
enhancement
New feature or request
Comments
As an editor I should see relevant information only. A 4% usage limit is not relevant. With the great PR #338 this is something integrators or chief editors can keep an eye on. Suggestion: The warning message could appear after a certain threshold, like 80% or 90%. And an error should appear when the limit is exceeded. |
pixelbrackets
added a commit
to pixelbrackets/typo3-wv_deepltranslate
that referenced
this issue
Sep 9, 2024
pixelbrackets
added a commit
to pixelbrackets/typo3-wv_deepltranslate
that referenced
this issue
Sep 9, 2024
Calculate the message severity based on the API quota usage rate. Matching popular quota warning levels if will notify above 90% usage, and shown an error when the limit is exceeded. Hide the flashmessage after a translation if the severity is low. Refs web-vision#343
pixelbrackets
added a commit
to pixelbrackets/typo3-wv_deepltranslate
that referenced
this issue
Oct 19, 2024
pixelbrackets
added a commit
to pixelbrackets/typo3-wv_deepltranslate
that referenced
this issue
Oct 21, 2024
pixelbrackets
added a commit
to pixelbrackets/typo3-wv_deepltranslate
that referenced
this issue
Oct 21, 2024
Calculate the message severity based on the API quota usage rate. Matching popular quota warning levels if will notify above 90% usage, and shown an error when the limit is exceeded. Hide the flashmessage after a translation if the severity is low. Refs web-vision#343
calien666
pushed a commit
to pixelbrackets/typo3-wv_deepltranslate
that referenced
this issue
Nov 20, 2024
Refs web-vision#343 [FEATURE] Make translation limits more readable [FEATURE] Follow up: More readable quota in toolbar [FEATURE] Replace severity numbers with constants [FEATURE] Enable color changes for DeepL action icon Action icons dont have a fixed color set, in order to let TYPO3 set the desired color - black in list actions, white in toolbar infos. Change the DeepL SVG to not use black in all places. [FEATURE] Determine severity based on quota usage Calculate the message severity based on the API quota usage rate. Matching popular quota warning levels if will notify above 90% usage, and shown an error when the limit is exceeded. Hide the flashmessage after a translation if the severity is low. Refs web-vision#343 [FEATURE] Make widget more compact and use severity Use severity levels in widget as well and reduce the height to prevent unused whitespace.
calien666
pushed a commit
that referenced
this issue
Nov 20, 2024
Refs #343 [FEATURE] Make translation limits more readable [FEATURE] Follow up: More readable quota in toolbar [FEATURE] Replace severity numbers with constants [FEATURE] Enable color changes for DeepL action icon Action icons dont have a fixed color set, in order to let TYPO3 set the desired color - black in list actions, white in toolbar infos. Change the DeepL SVG to not use black in all places. [FEATURE] Determine severity based on quota usage Calculate the message severity based on the API quota usage rate. Matching popular quota warning levels if will notify above 90% usage, and shown an error when the limit is exceeded. Hide the flashmessage after a translation if the severity is low. Refs #343 [FEATURE] Make widget more compact and use severity Use severity levels in widget as well and reduce the height to prevent unused whitespace.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not a huge problem, but is a little annoying.
Is your feature request related to a problem? Please describe.
Flash messages with usage appear when elements are translated. This is IMHO unnecessary:
Also, for some reason the message sometimes appears twice. It also appears for non-admin editors. This is an inline message, so it does not disappear without reload.
Describe the solution you'd like
Additional context
We have a paid account with DeepL with a limit. I already have functionality to see the usage, including seeing this in TYPO3 BE:
Versions
The text was updated successfully, but these errors were encountered: