mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Reword Dev to Preview (#142)
This commit is contained in:
parent
303b12a68d
commit
432065e378
@ -3,8 +3,8 @@
|
|||||||
<button class="downloadStableButton" @click="downloadStable">
|
<button class="downloadStableButton" @click="downloadStable">
|
||||||
Stable
|
Stable
|
||||||
</button>
|
</button>
|
||||||
<button class="downloadDevButton" @click="downloadDev">
|
<button class="downloadPreviewButton" @click="downloadPreview">
|
||||||
Dev
|
Preview
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -64,10 +64,10 @@ export default {
|
|||||||
"Stable download - Getting Started"
|
"Stable download - Getting Started"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
downloadDev() {
|
downloadPreview() {
|
||||||
this.$swal({
|
this.$swal({
|
||||||
title: "Downloading",
|
title: "Downloading",
|
||||||
text: "Dev version is being downloaded.",
|
text: "Preview version is being downloaded.",
|
||||||
icon: "success",
|
icon: "success",
|
||||||
focusConfirm: false,
|
focusConfirm: false,
|
||||||
focusCancel: false,
|
focusCancel: false,
|
||||||
@ -103,7 +103,7 @@ export default {
|
|||||||
text-align center
|
text-align center
|
||||||
margin 0.3125rem
|
margin 0.3125rem
|
||||||
.downloadStableButton
|
.downloadStableButton
|
||||||
.downloadDevButton
|
.downloadPreviewButton
|
||||||
border-style none
|
border-style none
|
||||||
padding 0.625 2em
|
padding 0.625 2em
|
||||||
margin 0.3125rem
|
margin 0.3125rem
|
||||||
@ -122,6 +122,6 @@ export default {
|
|||||||
background-image linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
|
background-image linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
|
||||||
.downloadStableButton
|
.downloadStableButton
|
||||||
background-color $accentColor
|
background-color $accentColor
|
||||||
.downloadDevButton
|
.downloadPreviewButton
|
||||||
background-color $accentColorSecondary
|
background-color $accentColorSecondary
|
||||||
</style>
|
</style>
|
||||||
|
@ -147,7 +147,7 @@ font-feature-settings()
|
|||||||
user-select none
|
user-select none
|
||||||
.download-actions
|
.download-actions
|
||||||
.download-stable-button
|
.download-stable-button
|
||||||
.download-dev-button
|
.download-preview-button
|
||||||
.download-confirm-button
|
.download-confirm-button
|
||||||
border-bottom-width 0
|
border-bottom-width 0
|
||||||
border-radius $buttonBorderRadius
|
border-radius $buttonBorderRadius
|
||||||
@ -158,7 +158,7 @@ font-feature-settings()
|
|||||||
&:focus
|
&:focus
|
||||||
outline none
|
outline none
|
||||||
outline-style solid
|
outline-style solid
|
||||||
.download-dev-button
|
.download-preview-button
|
||||||
background-color $accentColorSecondary
|
background-color $accentColorSecondary
|
||||||
.download-title
|
.download-title
|
||||||
border-bottom-width 0
|
border-bottom-width 0
|
||||||
|
@ -85,14 +85,14 @@ export default {
|
|||||||
text: "Select which version to use",
|
text: "Select which version to use",
|
||||||
confirmButtonText: "Stable",
|
confirmButtonText: "Stable",
|
||||||
confirmButtonAriaLabel: "Stable",
|
confirmButtonAriaLabel: "Stable",
|
||||||
cancelButtonText: "Dev",
|
cancelButtonText: "Preview",
|
||||||
cancelButtonAriaLabel: "Dev",
|
cancelButtonAriaLabel: "Preview",
|
||||||
showCloseButton: true,
|
showCloseButton: true,
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
focusConfirm: false,
|
focusConfirm: false,
|
||||||
customClass: {
|
customClass: {
|
||||||
actions: "download-actions",
|
actions: "download-actions",
|
||||||
cancelButton: "download-dev-button",
|
cancelButton: "download-preview-button",
|
||||||
closeButton: "download-close-button",
|
closeButton: "download-close-button",
|
||||||
confirmButton: "download-stable-button",
|
confirmButton: "download-stable-button",
|
||||||
container: "download-container",
|
container: "download-container",
|
||||||
@ -143,7 +143,7 @@ export default {
|
|||||||
} else if (result.dismiss === "cancel") {
|
} else if (result.dismiss === "cancel") {
|
||||||
this.$swal({
|
this.$swal({
|
||||||
title: "Downloading",
|
title: "Downloading",
|
||||||
text: "Development version is being downloaded.",
|
text: "Preview version is being downloaded.",
|
||||||
icon: "success",
|
icon: "success",
|
||||||
focusConfirm: false,
|
focusConfirm: false,
|
||||||
focusCancel: false,
|
focusCancel: false,
|
||||||
|
@ -24,7 +24,7 @@ This fork adds certain enhancements that is not yet present in the base app.
|
|||||||
Maintained by [az4521](https://github.com/az4521) and [Syer10](https://github.com/jobobby04)
|
Maintained by [az4521](https://github.com/az4521) and [Syer10](https://github.com/jobobby04)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
TachiyomiAZ is a fork based off of **TachiyomiEH**, it has most features and fixes from Dev, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style
|
TachiyomiAZ is a fork based off of **TachiyomiEH**, it has most features and fixes from Preview, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style
|
||||||
|
|
||||||
## <img class="headerLogo" :src="$withBase('/assets/media/fork-EH-icon.png')"> [TachiyomiEH](/forks/TachiyomiEH) <Badge text="Deprecated" type="error" vertical="middle" />
|
## <img class="headerLogo" :src="$withBase('/assets/media/fork-EH-icon.png')"> [TachiyomiEH](/forks/TachiyomiEH) <Badge text="Deprecated" type="error" vertical="middle" />
|
||||||
::: aside-guide
|
::: aside-guide
|
||||||
|
@ -11,7 +11,7 @@ sidebar: false
|
|||||||
## Introduction
|
## Introduction
|
||||||
**TachiyomiAZ** is maintained by **[az4521](https://github.com/az4521)** and [Syer10](https://github.com/jobobby04).
|
**TachiyomiAZ** is maintained by **[az4521](https://github.com/az4521)** and [Syer10](https://github.com/jobobby04).
|
||||||
|
|
||||||
This fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from Dev, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style.
|
This fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from Preview, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
**Special Sources** (integrated plus added features)
|
**Special Sources** (integrated plus added features)
|
||||||
|
@ -81,7 +81,7 @@ If you don't see a **Tachiyomi** folder on your device, try downloading a chapte
|
|||||||
|
|
||||||
## Application Updates
|
## Application Updates
|
||||||
### How do I enable automatic updates?
|
### How do I enable automatic updates?
|
||||||
The **Tachiyomi** app now has in-app updating for both stable and development versions. It happens automatically in the background if you got **[Check for updates](/help/guides/about/#check-for-updates)** enabled.
|
The **Tachiyomi** app now has in-app updating for both stable and preview versions. It happens automatically in the background if you got **[Check for updates](/help/guides/about/#check-for-updates)** enabled.
|
||||||
::: guide
|
::: guide
|
||||||
If you go to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="help"/> About](/help/guides/about)** you will find the **[Check for updates](/help/guides/about/#check-for-updates)** toggle, you can also press **[Version](/help/guides/about/#version)** to force check for updates.
|
If you go to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="help"/> About](/help/guides/about)** you will find the **[Check for updates](/help/guides/about/#check-for-updates)** toggle, you can also press **[Version](/help/guides/about/#version)** to force check for updates.
|
||||||
:::
|
:::
|
||||||
@ -99,7 +99,7 @@ Read more [here](/help/guides/general/#language)
|
|||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
### What happened to the F-Droid version?
|
### What happened to the F-Droid version?
|
||||||
F-Droid is no longer an officially supported option. Both the stable and dev builds now include an autoupdate mechanism.
|
F-Droid is no longer an officially supported option. Both the stable and preview builds now include an auto-update mechanism.
|
||||||
|
|
||||||
An unofficial F-Droid repo is available at [tachi.efreakbnc.net](https://tachi.efreakbnc.net).
|
An unofficial F-Droid repo is available at [tachi.efreakbnc.net](https://tachi.efreakbnc.net).
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ This setting allows you to keep manga that sources have mark as finished from up
|
|||||||
## Categories to include in global update <Badge text="All" type="default-indicator" vertical="middle"/>
|
## Categories to include in global update <Badge text="All" type="default-indicator" vertical="middle"/>
|
||||||
This setting allows you to change which categories are updated when a manual (pull down in library) or automatic update occurs.
|
This setting allows you to change which categories are updated when a manual (pull down in library) or automatic update occurs.
|
||||||
|
|
||||||
## Library update order <Badge text="Alphabetically" type="default-indicator" vertical="middle"/> <Badge text="Dev" type="version-indicator" vertical="middle"/>
|
## Library update order <Badge text="Alphabetically" type="default-indicator" vertical="middle"/>
|
||||||
This setting allows you to update in different orders, in alphabetical or in the order of the last updated manga.
|
This setting allows you to update in different orders, in alphabetical or in the order of the last updated manga.
|
||||||
|
|
||||||
## Default category <Badge text="Always ask" type="default-indicator" vertical="middle"/>
|
## Default category <Badge text="Always ask" type="default-indicator" vertical="middle"/>
|
||||||
|
@ -11,7 +11,7 @@ lang: en-US
|
|||||||
|
|
||||||
You can download the latest version of **Tachiyomi** from any of the above buttons.
|
You can download the latest version of **Tachiyomi** from any of the above buttons.
|
||||||
|
|
||||||
If you want to try new features before they get to the stable release, you can download the dev version.
|
If you want to try new features before they get to the stable release, you can download the preview version.
|
||||||
|
|
||||||
Open and install the `.apk` file you just downloaded.
|
Open and install the `.apk` file you just downloaded.
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside
|
|||||||
## Advanced
|
## Advanced
|
||||||
### Local Manga Details
|
### Local Manga Details
|
||||||
|
|
||||||
Starting with development version `r1628` and above, it is now possible to add details to local manga. Like manga from other catalogs, you add information about the manga such as the author, artist, description, and genre tags.
|
Starting with preview version `r1628` and above, it is now possible to add details to local manga. Like manga from other catalogs, you add information about the manga such as the author, artist, description, and genre tags.
|
||||||
|
|
||||||
To import details along with your local manga, you have to create a file called `details.json` and place it within the manga folder. This file will contain the extended details about the manga in the `json` format. You can see the example below on how to build the file. Once the file is there, the app should load the data when you first open the manga or you can pull down to refresh the details.
|
To import details along with your local manga, you have to create a file called `details.json` and place it within the manga folder. This file will contain the extended details about the manga in the `json` format. You can see the example below on how to build the file. Once the file is there, the app should load the data when you first open the manga or you can pull down to refresh the details.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ lang: en-US
|
|||||||
1. Ask other users to try the action that gives you the error.
|
1. Ask other users to try the action that gives you the error.
|
||||||
|
|
||||||
::: tip Bonus step
|
::: tip Bonus step
|
||||||
Try the latest dev version, your issue may have been fixed. Also check versions of your extensions.
|
Try the latest preview version, your issue may have been fixed. Also check versions of your extensions.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
If any of these help go to [it only happens to me](#it-only-happens-to-me).
|
If any of these help go to [it only happens to me](#it-only-happens-to-me).
|
||||||
|
Loading…
Reference in New Issue
Block a user