simon-smart88 / disagapp

R shiny app for disaggregation regression
https://simon-smart88.github.io/disagapp/
0 stars 0 forks source link

Redesign module selection radiobuttons #36

Closed simon-smart88 closed 5 months ago

simon-smart88 commented 5 months ago

It would look better and be more user-friendly if the radio button selector was removed (so only text was visible) and the current selected module was highlighted / bold etc.

simon-smart88 commented 5 months ago

This is close to what I'm after but would need some redesigning of colours.

shinyWidgets::radioGroupButtons(
  "respSel", "Modules Available:",
  choiceNames = insert_modules_option_names("resp"),
  choiceValues = insert_modules_option_values("resp"),
  selected = character(0),
  direction = "vertical",
  status = "primary"
)
simon-smart88 commented 5 months ago

status = "outline-secondary" is better still, but tricky to get it looking good in combination with the module classes