fix: links

This commit is contained in:
Roberto Tonino 2020-11-07 13:32:59 +01:00
parent eafd583cbf
commit 4e17ea1a32
5 changed files with 53 additions and 61 deletions

View File

@ -34,8 +34,6 @@ By simply running
$ npm run dev $ npm run dev
``` ```
P.S.: You need to be inside the [deemix-pyweb](https://git.rip/RemixDev/deemix-pyweb) repo to have the server working correctly.
you will have 2 tasks running at the same time: you will have 2 tasks running at the same time:
- the server - the server
- the [rollup](https://rollupjs.org/guide/en/) watcher pointing to the configured `.js` file and ready to re-bundle - the [rollup](https://rollupjs.org/guide/en/) watcher pointing to the configured `.js` file and ready to re-bundle

View File

@ -3,12 +3,6 @@
This is just the WebUI for deemix, it should be used with deemix-pyweb or something like that. This is just the WebUI for deemix, it should be used with deemix-pyweb or something like that.
If you are a web developer and want to contribute to this project, please read the [COMPILE-UI](COMPILE-UI.md) file. If you are a web developer and want to contribute to this project, please read the [COMPILE-UI](COMPILE-UI.md) file.
## Related projects
- [deemix](https://git.rip/RemixDev/deemix)
- [deemix-pyweb](https://git.rip/RemixDev/deemix-pyweb)
- [deemix-tools](https://git.rip/RemixDev/deemix-tools)
# "Hidden" features # "Hidden" features
- `CTRL+SHIFT+Backspace` deletes all the search bar content - `CTRL+SHIFT+Backspace` deletes all the search bar content

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,9 @@
<li v-html="$t('about.usesLibrary')"></li> <li v-html="$t('about.usesLibrary')"></li>
<li v-html="$t('about.thanks')"></li> <li v-html="$t('about.thanks')"></li>
<i18n path="about.upToDate.text" tag="li"> <i18n path="about.upToDate.text" tag="li">
<a place="newsChannel" href="https://t.me/RemixDevNews" target="_blank">{{ $t('about.upToDate.newsChannel') }}</a> <a place="newsChannel" href="https://t.me/RemixDevNews" target="_blank">{{
$t('about.upToDate.newsChannel')
}}</a>
</i18n> </i18n>
</ul> </ul>
@ -24,14 +26,14 @@
<!-- <li> <!-- <li>
<a href="https://deemix.app" target="_blank">🌍 {{ $t('about.officialWebsite') }}</a> <a href="https://deemix.app" target="_blank">🌍 {{ $t('about.officialWebsite') }}</a>
</li> --> </li> -->
<li> <!-- <li>
<a href="https://git.fuwafuwa.moe/RemixDev/deemix" target="_blank">🚀 {{ $t('about.officialRepo') }}</a> <a href="" target="_blank">🚀 {{ $t('about.officialRepo') }}</a>
</li> </li> -->
<li> <!-- <li>
<a href="https://git.fuwafuwa.moe/RemixDev/deemix-webui" target="_blank"> <a href="" target="_blank">
💻 {{ $t('about.officialWebuiRepo') }} 💻 {{ $t('about.officialWebuiRepo') }}
</a> </a>
</li> </li> -->
<li> <li>
<a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a> <a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a>
</li> </li>
@ -48,7 +50,9 @@
</h2> </h2>
<ul> <ul>
<i18n path="about.questions.text" tag="li"> <i18n path="about.questions.text" tag="li">
<a place="subreddit" href="https://www.reddit.com/r/deemix" target="_blank">{{ $t('about.questions.subreddit') }}</a> <a place="subreddit" href="https://www.reddit.com/r/deemix" target="_blank">{{
$t('about.questions.subreddit')
}}</a>
</i18n> </i18n>
<li> <li>
{{ $t('about.beforeReporting') }} {{ $t('about.beforeReporting') }}
@ -68,13 +72,13 @@
</h2> </h2>
<ul> <ul>
<i18n path="about.newUI.text" tag="li"> <i18n path="about.newUI.text" tag="li">
<a place="repo" href="https://git.fuwafuwa.moe/RemixDev/deemix" target="_blank">{{ $t('about.newUI.repo') }}</a> <span place="repo">{{ $t('about.newUI.repo') }}</span>
</i18n> </i18n>
<li> <li>
{{ $t('about.acceptFeatures') }} {{ $t('about.acceptFeatures') }}
</li> </li>
<i18n path="about.contributeWebUI.text" tag="li"> <i18n path="about.contributeWebUI.text" tag="li">
<a place="webui" href="https://git.fuwafuwa.moe/RemixDev/deemix-webui" target="_blank">{{ $t('about.contributeWebUI.webui') }}</a> <span place="webui">{{ $t('about.contributeWebUI.webui') }}</span>
</i18n> </i18n>
<li> <li>
{{ $t('about.otherLanguages') }} {{ $t('about.otherLanguages') }}
@ -119,7 +123,9 @@
</a> </a>
</p> </p>
<i18n path="about.lincensedUnder.text" tag="p"> <i18n path="about.lincensedUnder.text" tag="p">
<a place="gpl3" rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">{{ $t('about.lincensedUnder.gpl3') }}</a> <a place="gpl3" rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">{{
$t('about.lincensedUnder.gpl3')
}}</a>
</i18n> </i18n>
</div> </div>
</template> </template>

View File

@ -35,7 +35,8 @@
<i class="material-icons">assignment</i> <i class="material-icons">assignment</i>
</button> </button>
</div> </div>
<a href="https://git.fuwafuwa.moe/RemixDev/deemix/wiki/Getting-your-own-ARL" target="_blank"> <!-- <a href="https://git.fuwafuwa.moe/RemixDev/deemix/wiki/Getting-your-own-ARL" target="_blank"> -->
<a href="#">
{{ $t('settings.login.arl.question') }} {{ $t('settings.login.arl.question') }}
</a> </a>
<a id="settings_btn_applogin" v-if="clientMode" href="#" @click="appLogin"> <a id="settings_btn_applogin" v-if="clientMode" href="#" @click="appLogin">
@ -605,7 +606,8 @@
</svg> </svg>
{{ $t('settings.spotify.title') }} {{ $t('settings.spotify.title') }}
</h3> </h3>
<a href="https://git.fuwafuwa.moe/RemixDev/deemix/wiki/Enabling-Spotify-Features" target="_blank"> <!-- <a href="https://git.fuwafuwa.moe/RemixDev/deemix/wiki/Enabling-Spotify-Features" target="_blank"> -->
<a href="#">
{{ $t('settings.spotify.question') }} {{ $t('settings.spotify.question') }}
</a> </a>