Feature/browse source manga long press remove add manga from library (#710)
* Extract CategorySelect usage into hook * Extract logic to change manga in library state into hook * Change manga in library state on long press when browsing source
This commit is contained in:
@@ -368,6 +368,7 @@
|
||||
},
|
||||
"label": {
|
||||
"advanced": "Advanced",
|
||||
"are_you_sure": "Are you sure?",
|
||||
"browse": "Browse",
|
||||
"client": "Client",
|
||||
"close": "Close",
|
||||
@@ -580,6 +581,11 @@
|
||||
"button": {
|
||||
"selected": "Remove selected from the library"
|
||||
},
|
||||
"dialog": {
|
||||
"label": {
|
||||
"message": "You are about to remove \"{{title}}\" from your library"
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"action": "Remove from the library",
|
||||
"error_one": "Could not remove manga from the library",
|
||||
|
||||
Reference in New Issue
Block a user