denar90/sloth

Reconsider design of the popup

denar90 opened this issue ยท 10 comments

I'm not a fan of the current design of popup, is anyone has ideas - they are more that welcome :)

Current design
image

Hi @denar90,

Just an idea from me, we can use single select to define a url for throttling.

Maybe like this :

<select>
  <option value="all">All tabs</option>
  <option value="https://github.com/">https://github.com</option>
  ...
</select>

And the design will be like image below.

sloth

Thank you

Hi @muhibbudins, it looks lovely ๐Ÿ˜
Where do you think we can place checkboxes on a popup?

Hi @denar90, What checkboxes? All tabs? As i explain above, i think we can use single <select> with options to set current origin or set to origin on all tabs ๐Ÿ˜„

Yeah, I got it :) but probably we will have one more checkbox after merging #5. Also If we wanna get rid of checkbox for Apply to current tab (URL origin) then probably we should consider having this message as notification for user that all related origin tabs also will be throttled.

Oh i see, i missed to see the PR. Maybe we can add a cog icon at top left popup, to set an option auto-reload or another options in the future.

For message Apply to current tab (URL origin) we can place it below a Apply button.

Sounds awesome!!! Like your way thinking about UI ๐Ÿ‘

Sounds good! Thanks for awesome project! ๐Ÿ‘

Thanks :) Would you like to apply new design? :)

@muhibbudins can you share prototype file of your awesome design (sketch, or photoshop, or smth)? So probably me or someone can take it for implementation :)

Hi @denar90,

Sorry for late response, i've created a PR for this issue. So can custom it again on function or other.

Reference #8

Thank you