forked from Mastodon/mastoradio-la-radio-di-mastodon
add links in about page's content
This commit is contained in:
parent
6030da7037
commit
07f6c4dae6
|
@ -1,7 +1,7 @@
|
||||||
<button class="header__sideBtn" on:click={() => openPage()}>About</button>
|
<button class="header__sideBtn" on:click={() => openPage()}>About</button>
|
||||||
<Portal target="{document.body}">
|
<Portal target="{document.body}">
|
||||||
<ContextPage name="About" open={open} on:close={closePage}>
|
<ContextPage name="About" open={open} on:close={closePage}>
|
||||||
<p class="txtbig">This radio is powered by the publications made on the social plateform <a href="">Mastodon</a>. The goal behind it is to make a place to discover music outside your usual bubble. Hope you enjoy it!</p>
|
<p class="txtbig">This radio is powered by the publications made on the social plateform <a href="https://joinmastodon.org/" target="_blank">Mastodon</a>. The goal behind it is to make a place to discover music outside your usual bubble. Hope you enjoy it!</p>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>Where does the music come from?</h2>
|
<h2>Where does the music come from?</h2>
|
||||||
<p>The app get all the publics publications that contains a media link and a music hashtag (you can configure it in the Settings). We support only Youtube links for now but more platforms are planned in the future.<br>
|
<p>The app get all the publics publications that contains a media link and a music hashtag (you can configure it in the Settings). We support only Youtube links for now but more platforms are planned in the future.<br>
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
<p>It’s a webapp so it should be working, however since the Youtube Player allow us to play a song only when you’re on the web and stop when the screen turn off or when you’re on another app, it’s kind of unusable.<br>
|
<p>It’s a webapp so it should be working, however since the Youtube Player allow us to play a song only when you’re on the web and stop when the screen turn off or when you’re on another app, it’s kind of unusable.<br>
|
||||||
It’s kind of shitty but as long the Youtube have this behavior we don’t see a way to make a great experience for the radio on mobile devices.</p>
|
It’s kind of shitty but as long the Youtube have this behavior we don’t see a way to make a great experience for the radio on mobile devices.</p>
|
||||||
<h2>How can i contact you? I’ve detected a problem, an idea, or a kind message.</h2>
|
<h2>How can i contact you? I’ve detected a problem, an idea, or a kind message.</h2>
|
||||||
If you’re a developper you can make an issue on the <a href="">Github repo</a>. For anything else you can contact the maintainers <a href="">Milia</a> & <a href="">Tixie</a> on their Mastodon accounts.
|
If you’re a developper you can make an issue on the <a href="https://github.com/EldritchCafe/radio" target="_blank">Github repo</a>. For anything else you can contact the maintainers <a href="https://eldritch.cafe/@milia" target="_blank">Milia</a> & <a href="https://glitch.social/@tixie" target="_blank">Tixie</a> on their Mastodon accounts.
|
||||||
</ContextPage>
|
</ContextPage>
|
||||||
</Portal>
|
</Portal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue