mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Update categories for new app update (#278)
* Update categories for new app update * Replaced category button * Updated button * Update Navigation.vue * Added back source migration * Added back removed items
This commit is contained in:
parent
229949bc39
commit
89e5834ebe
@ -61,15 +61,18 @@ export default {
|
||||
/* More */
|
||||
downloaded_only: { text: "Downloaded only", icon: "cloud_off" },
|
||||
download_queue: { text: "Download queue", icon: "get_app" },
|
||||
source_migration: { text: "Source migration", icon: "compare_arrows" },
|
||||
categories: { text: "Categories", icon: "label" },
|
||||
settings: { text: "Settings", icon: "settings" },
|
||||
about: { text: "About", icon: "info" },
|
||||
help: { text: "Help", icon: "help" },
|
||||
source_migration: { text: "Source migration", icon: "compare_arrows" },
|
||||
/* Settings */
|
||||
settings_general: { text: "General", icon: "tune" },
|
||||
settings_library: { text: "Library", icon: "collections_bookmark" },
|
||||
settings_reader: { text: "Reader", icon: "chrome_reader_mode" },
|
||||
settings_downloads: { text: "Downloads", icon: "get_app" },
|
||||
settings_tracking: { text: "Tracking", icon: "autorenew" },
|
||||
settings_browse: { text: "Browse", icon: "explore" },
|
||||
settings_backup: { text: "Backup", icon: "backup" },
|
||||
settings_security: { text: "Security", icon: "security" },
|
||||
settings_advanced: { text: "Advanced", icon: "code" },
|
||||
@ -84,6 +87,10 @@ export default {
|
||||
button_browse: { text: "BROWSE" },
|
||||
tab_sources: { text: "SOURCES" },
|
||||
tab_extensions: { text: "EXTENSIONS" },
|
||||
sources: { text: "Sources" },
|
||||
latest: { text: "Latest" },
|
||||
extensions: { text: "Extensions" },
|
||||
migrate: { text: "Migrate" },
|
||||
/* Misc */
|
||||
install: { text: "INSTALL", class:"ext-installation" },
|
||||
reorder: { text: "Reorder", icon:"reorder" },
|
||||
|
@ -13,10 +13,9 @@ lang: en-US
|
||||
To make a category follow the steps below.
|
||||
|
||||
::: guide
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="settings"/> → <Navigation item="library"/>.
|
||||
1. Tap on **Edit categories**.
|
||||
2. Press the bottom-right plus/add button.
|
||||
3. Enter a name and press **OK**.
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="categories"/>.
|
||||
1. Press on **+ Add** button on button right.
|
||||
1. Enter a name and press **OK**.
|
||||
:::
|
||||
|
||||
## Edit a category
|
||||
@ -24,8 +23,7 @@ To make a category follow the steps below.
|
||||
To edit a category follow the steps below.
|
||||
|
||||
::: guide
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="settings"/> → <Navigation item="library"/>.
|
||||
1. Tap on **Edit categories**.
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="categories"/>.
|
||||
1. Long press a category.
|
||||
1. Tap <Navigation item="edit"/> on the top-right.
|
||||
:::
|
||||
@ -37,8 +35,7 @@ You can change the order of Categories, such as bringing a certain Category to t
|
||||
To do this, follow the steps below.
|
||||
|
||||
::: guide
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="settings"/> → <Navigation item="library"/>.
|
||||
1. Tap on **Edit categories**.
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="categories"/>.
|
||||
1. Drag the category to your prefered position using the <Navigation item="reorder"/> icon.
|
||||
:::
|
||||
|
||||
@ -47,10 +44,9 @@ To do this, follow the steps below.
|
||||
To delete a category, follow the steps below.
|
||||
|
||||
::: guide
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="settings"/> → <Navigation item="library"/>.
|
||||
2. Tap on **Edit categories**.
|
||||
3. Long press a category.
|
||||
4. Tap <Navigation item="delete"/> on the top-right.
|
||||
1. Go to <Navigation item="more"/> → <Navigation item="categories"/>.
|
||||
1. Long press a category.
|
||||
1. Tap <Navigation item="delete"/> on the top-right.
|
||||
:::
|
||||
|
||||
## Add manga to category
|
||||
|
Loading…
Reference in New Issue
Block a user