mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Add Preview description (#429)
Co-authored-by: Soitora <simon.mattila@protonmail.com>
This commit is contained in:
parent
3b0a47003e
commit
fdb8235898
@ -74,8 +74,14 @@ export default {
|
||||
this.$swal({
|
||||
icon: "warning",
|
||||
title: "Are you sure?",
|
||||
html:
|
||||
"<strong>Tachiyomi Preview</strong> is not recommended if you're not willing to test for – and endure – issues.",
|
||||
html: `
|
||||
<strong>Tachiyomi Preview</strong> is not recommended if you're not willing to test for – and endure – issues.
|
||||
<div class="note">
|
||||
<p>
|
||||
Read more about Tachiyomi Preview
|
||||
<a href="../help/faq/#what-is-tachiyomi-preview" rel="help">here</a>.
|
||||
</p>
|
||||
</div>`,
|
||||
confirmButtonText: "I am sure.",
|
||||
showCloseButton: true,
|
||||
showCancelButton: false,
|
||||
@ -85,6 +91,9 @@ export default {
|
||||
hideClass: {
|
||||
popup: "animate__animated animate__faster animate__zoomOut",
|
||||
},
|
||||
customClass: {
|
||||
content: "swal2-downloadPreview_content",
|
||||
},
|
||||
// eslint-disable-next-line no-shadow
|
||||
}).then((result) => {
|
||||
if (result.value) {
|
||||
@ -152,4 +161,9 @@ export default {
|
||||
.el-button
|
||||
width 8.2em
|
||||
padding 12px 28px
|
||||
.swal2-
|
||||
&downloadPreview_
|
||||
&content
|
||||
.note
|
||||
text-align center
|
||||
</style>
|
||||
|
@ -103,6 +103,11 @@ You can change language by going to <Navigation item="more"/> → <Navigation it
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
#### What is Tachiyomi Preview?
|
||||
It's a weekly updated version of the app. It contains features that can be added to Tachiyomi in the future, but there is a higher chance for bugs. Tachiyomi Preview is used by developers and contributors to test the app and find bugs.
|
||||
|
||||
If you are willing to use Tachiyomi Preview, be sure to [turn on auto-backup](/help/guides/creating-backups/#turning-on-auto-backups) to prevent losing your library due to potential bugs.
|
||||
|
||||
#### Why can't I uninstall Tachiyomi?
|
||||
|
||||
On **Android 10**, a bug was introduced which prevented users from uninstalling the app if the phone had a MicroSD card. To fix the issue, please remove the MicroSD card from the phone first, then uninstall Tachiyomi.
|
||||
|
Loading…
Reference in New Issue
Block a user