Always show migration entry actions on mobile
This commit is contained in:
@@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||||||
- (**Migration**) Fix going back to the migration page after a manual search with a changed search string
|
- (**Migration**) Fix going back to the migration page after a manual search with a changed search string
|
||||||
- (**Migration**) Fix being able to start search without selected destination sources
|
- (**Migration**) Fix being able to start search without selected destination sources
|
||||||
- (**Migration**) Fix search hotkey (ctrl+f) in the single manga migration search page not focusing the search textfield
|
- (**Migration**) Fix search hotkey (ctrl+f) in the single manga migration search page not focusing the search textfield
|
||||||
|
- (**Migration**) Fix missing manual search option for in progress entry search without a selected match on mobile
|
||||||
- (**Reader**) Fix scrollbar appearing with "fit to widt/height/screen" page scale mode and applied safe area insets
|
- (**Reader**) Fix scrollbar appearing with "fit to widt/height/screen" page scale mode and applied safe area insets
|
||||||
- (**Reader**) Fix wrongly positioned mobile progress bar current page indicator
|
- (**Reader**) Fix wrongly positioned mobile progress bar current page indicator
|
||||||
- (**Reader**) Fix mobile progress bar previous/next chapter button visibility on hover and while disabled
|
- (**Reader**) Fix mobile progress bar previous/next chapter button visibility on hover and while disabled
|
||||||
|
|||||||
@@ -46,10 +46,6 @@ export const MigrationEntrySearchExcludeActions = ({
|
|||||||
const isTabletWidth = MediaQuery.useIsTabletWidth();
|
const isTabletWidth = MediaQuery.useIsTabletWidth();
|
||||||
|
|
||||||
if (isTabletWidth) {
|
if (isTabletWidth) {
|
||||||
if (!hasResults) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ButtonGroup variant="contained">
|
<ButtonGroup variant="contained">
|
||||||
{!!otherResultsCount && (
|
{!!otherResultsCount && (
|
||||||
|
|||||||
Reference in New Issue
Block a user