Skip to content

Finalize polls

Daniel Frost requested to merge Danfro/teleports:finalize_polls into main

This MR does finalize the xenial polls MR !477 (closed) by fixing some UI issues.

I did

  • pull the xenial MR branch add-polls
  • rebase that on focal main
  • add some fixes

So in theory, it should work fine for focal. My idea is, then after merging this into main, you could cherry-pick my commits to the xenial MR. Would that work @Flohack74 ?

The fixes/changes to xenial poll MR are:

  • change the string "no vote" to "no vote yet"
  • fix the width of the green percentage bar (was overlapping the dialog)
  • hide the "final result/anonymous poll" label for normal polls to avoid having an empty space
  • fix the UI collapsing mainly by changing some layout height/width values

Merge request reports