You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To resolve issues with readability and focus styles in the backend module, a slight spacing between the selects of the upper form group should be added to prevent overlapping of the existing focus styles from bootstrap.
For inputs and textareas in the translation table, a slight padding and a focus style should be added, to improve readability and identification of the active input. The paddings should be as small as possible to prevent the table from increasing in vertical height.
Additional improvements to consider in the future:
Add descriptive labels to selects of extension, files, and languages
Add descriptive labels to inputs inside of translations
When adding a new row with the ➕ add button, the input for the key of the new row should retrieve focus immediately
The add, delete and move buttons should be real buttons with a descriptive label
Allow navigation with arrow keys between cells
The text was updated successfully, but these errors were encountered:
These changes resolve issues with readability and focus styles in the backend module. A slight spacing between the selects of the upper form group is added to prevent overlapping focus styles. For inputs and textareas, a slight padding and a focus style is added, to improve readability and identification of the active input.
Related-to: rrrapha#63
* Prevents scrollbar for textareas equal or less than two lines
* Focus style follows extension colors
* Rebuild css-table layout to grid and flex to prevent border collapsing with focus-styles
Resolves: rrrapha#63
* Prevents scrollbar for textareas equal or less than two lines
* Focus style follows extension colors
* Rebuild css-table layout to grid and flex to prevent border collapsing with focus-styles
Resolves: rrrapha#63
To resolve issues with readability and focus styles in the backend module, a slight spacing between the selects of the upper form group should be added to prevent overlapping of the existing focus styles from bootstrap.
For inputs and textareas in the translation table, a slight padding and a focus style should be added, to improve readability and identification of the active input. The paddings should be as small as possible to prevent the table from increasing in vertical height.
Additional improvements to consider in the future:
The text was updated successfully, but these errors were encountered: