lukevella / rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
https://rallly.co
GNU Affero General Public License v3.0
3.56k stars 338 forks source link

Existing votes not visible in mobile view #485

Closed ionarn closed 1 year ago

ionarn commented 1 year ago

Describe the bug When using mobile view of Rallly, already existing votes aren't visible.

To Reproduce Steps to reproduce the behavior:

  1. Open a poll with some votes on smartphone/mobile view (Example: https://rallly.co/p/MehgJcgQuHey)
  2. switch to desktop view to see that this poll actually has votes

Expected behavior Well, the votes should be visible in mobile view.

Screenshots Mobile view: Mobile view

Desktop view: Desktop view

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional Info I tried to fix this issue by deleting the cache of the browser on my mobile phone. That didn't fix anything. I first encountered this issue today when checking how many votes there and noticed that the votes that yesterday still have been there, weren't there anymore. Or at least they seemed to have disappeared. My guess is that this bug got introduced with the Rallly 2.0 update.

lukevella commented 1 year ago

Hi @ionarn, what's changed is that you no longer see existing votes while you are voting. This was done to avoid having nested clickable areas since previously there was a button you could click to show all the votes while you are voting. I agree that this is useful but it also caused some confusion as depending on where you are tapping you will get different behavior.

Before:

CleanShot 2023-02-07 at 08 49 31

In the new version, there is less info while you are voting but you can still see the results when you are not:

CleanShot 2023-02-07 at 08 53 03

That said, I agree that showing some more information while voting is useful. As a start I'll include showing the score for each option.