web icon indicating copy to clipboard operation
web copied to clipboard

Make the mobile version more equal to the desktop version

Open goto-bus-stop opened this issue 5 years ago • 0 comments

We could start paying more attention to the mobile version by, for example, sticking all the desktop-specific stuff into a desktop/ subfolder instead of treating it as the "main" code and mobile as a secondary part.

Mobile should have at least:

  • [ ] Playlist creation
  • [ ] Media search
  • [x] A better settings layout (just needs some flexbox magic probably)

And more nice to have:

  • [ ] Importing (actually pretty important but media search is even more critical)
  • [ ] Media editing

When selecting a playlist to add media to, we can use the bottom sheet component instead of the popover list.

Also listing some tweaks from https://github.com/u-wave/web/pull/1686 here for now, should move to its own issue later:

  • [ ] The mobile loading screen has icons that look clickable, maybe hide them
  • [ ] Use the current videoDisabled style also when nobody is playing (but with different text)

goto-bus-stop avatar Aug 28 '20 12:08 goto-bus-stop