Skip to content
Snippets Groups Projects

Fix mobile

Merged Georg Krause requested to merge fix-mobile into main
8 files
+ 19
10666
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -11,15 +11,15 @@ Channels are here! Users can now create channels which makes it easy for users t
Here is a preview of the channel creation:
<iframe title="Channels upload" width="560" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.funkwhale.audio/videos/embed/abee3645-4c5f-4dc2-83bd-e4a08b5e220e" frameborder="0" allowfullscreen></iframe>
<iframe title="Channels upload" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.funkwhale.audio/videos/embed/abee3645-4c5f-4dc2-83bd-e4a08b5e220e" frameborder="0" allowfullscreen></iframe>
And here is what the subscription feature looks like:
<iframe title="Channels subscription" width="560" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.funkwhale.audio/videos/embed/1a88eca4-2de8-403f-b5bf-df7b8a9d0ee2" frameborder="0" allowfullscreen></iframe>
<iframe title="Channels subscription" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.funkwhale.audio/videos/embed/1a88eca4-2de8-403f-b5bf-df7b8a9d0ee2" frameborder="0" allowfullscreen></iframe>
There's lots more to this feature, such as batch uploads and meta data editing, and a whole redesign of the single track page:
<iframe title="Channels edit" width="560" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.funkwhale.audio/videos/embed/d3e10342-0e9f-44c9-9e86-30a1cfda58e8" frameborder="0" allowfullscreen></iframe>
<iframe title="Channels edit" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.funkwhale.audio/videos/embed/d3e10342-0e9f-44c9-9e86-30a1cfda58e8" frameborder="0" allowfullscreen></iframe>
Not only does each Funkwhale channel have its own RSS feed for easy subscription by listeners outside of Funkwhale, but podcasts and other audio hosted elsewhere can be subscribed to via its RSS feed inside Funkwhale. This means you can have all your subscriptions in once place for easy listening and management right from your Funkwhale account.
Loading