mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
commit
4f13eb3856
@ -7,13 +7,13 @@
|
|||||||
</keep-alive>
|
</keep-alive>
|
||||||
</router-view>
|
</router-view>
|
||||||
|
|
||||||
<footer class="text-center">
|
<footer class="text-center my-2">
|
||||||
<a aria-label="GitHub" href="https://github.com/TeamPiped/Piped">
|
<a aria-label="GitHub" href="https://github.com/TeamPiped/Piped">
|
||||||
<font-awesome-icon :icon="['fab', 'github']" />
|
<font-awesome-icon :icon="['fab', 'github']" />
|
||||||
</a>
|
</a>
|
||||||
<a class="ml-2" href="https://github.com/TeamPiped/Piped#donations">
|
<a class="ml-2" href="https://github.com/TeamPiped/Piped#donations">
|
||||||
<font-awesome-icon :icon="['fab', 'bitcoin']" />
|
<font-awesome-icon :icon="['fab', 'bitcoin']" />
|
||||||
<span v-t="'actions.donations'" />
|
<span class="ml-1" v-t="'actions.donations'" />
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h1 v-t="'titles.feed'" class="font-bold text-center" />
|
<h1 v-t="'titles.feed'" class="font-bold text-center my-4" />
|
||||||
|
|
||||||
<button v-if="authenticated" class="btn mr-2" @click="exportHandler">
|
<button v-if="authenticated" class="btn mr-2" @click="exportHandler">
|
||||||
<router-link to="/subscriptions">Subscriptions</router-link>
|
<router-link to="/subscriptions">Subscriptions</router-link>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<h1 v-t="'titles.login'" class="font-bold text-center my-4" />
|
||||||
|
<hr />
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 v-t="'titles.login'" />
|
|
||||||
<form class="children:pb-3">
|
<form class="children:pb-3">
|
||||||
<div>
|
<div>
|
||||||
<input
|
<input
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h1 class="font-bold text-center" v-t="'titles.playlists'" />
|
<h1 class="font-bold text-center my-4" v-t="'titles.playlists'" />
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<h1 v-t="'titles.register'" class="font-bold text-center my-4" />
|
||||||
|
<hr />
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<form class="children:pb-3">
|
<form class="children:pb-3">
|
||||||
<div>
|
<div>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h1 v-t="'titles.trending'" class="font-bold text-center" />
|
<h1 v-t="'titles.trending'" class="font-bold text-center my-4" />
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user