User tests: Successful: Unsuccessful:
Changes of CSS for better UX - make options always visible for a better understanding
go to article edit and take look at the featured options
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) Repository NPM Change |
Title |
|
Labels |
Added:
NPM Resource Changed
?
|
@brianteeman I am already looking into this to fix my mistake
I am not in favour of this change. It makes the screen much busier than it needs to be and it makes it harder to scan a page with a lot of options (sadly we have a lot of those pages)
closing this one here and making a new one because I messed it up
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-14 16:13:30 |
Closed_By | ⇒ | rdeutz |
oh I see the code in the global- config etc is different - so there it isn't working- I have to made some adaptions
@rdeutz Don't bother to remake it - we already have code for this
<field
name="featured"
type="radio"
label="JFEATURED"
layout="joomla.form.field.radio.buttons"
default="0"
class="btn-group btn-group-yesno"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
```'
layout="joomla.form.field.radio.buttons"
You actually can even remove that line, because this is the default layout anyway.
Just for reference: I've suggested getting rid of the switcher and using the btn-groups again back in 2017 with #15946. You can read the comments there
I can always update and reactivate it if there is some interest.
@rdeutz your attempt to remove _variables.css from this PR has instead deleted it from the branch