Various hotfixes

This commit is contained in:
Thomas Ricouard 2023-01-26 21:44:46 +01:00
parent b06f48784f
commit 845dad3750
8 changed files with 22 additions and 3 deletions

View file

@ -88,6 +88,5 @@ extension View {
.environmentObject(CurrentInstance.shared)
.environmentObject(Theme.shared)
.environmentObject(AppAccountsManager.shared)
.applyTheme(Theme.shared)
}
}

View file

@ -47,7 +47,7 @@ struct TimelineTab: View {
Task {
await currentAccount.fetchLists()
}
if !client.isAuth {
if !client.isAuth && UIDevice.current.userInterfaceIdiom == .phone {
routerPath.presentedSheet = .addAccount
}
}

View file

@ -124,6 +124,10 @@
"settings.push.duplicate.footer" = "Receiving duplicate notifications? Try this magic button in order to fix it";
"settings.push.duplicate.button.fix" = "🪄 Fix it";
"enum.expand-media.show" = "Show All";
"enum.expand-media.hide" = "Hide All";
"enum.expand-media.hide-sensitive" = "Hide Sensitive";
// MARK: Tabs
"tab.explore" = "Entdecken";
"tab.federated" = "Föderiert";

View file

@ -93,7 +93,7 @@
"settings.content.expand-spoilers" = "Always show sensitive posts";
"settings.content.expand-media" = "Media display";
"settings.content.default-sensitive" = "Always mark media as sensitive";
"settings.content.default-visibility" = "Posting visibilty";
"settings.content.default-visibility" = "Posting visibility";
"settings.content.reading" = "Reading";
"settings.content.posting" = "Posting";
"enum.expand-media.show" = "Show All";

View file

@ -361,3 +361,7 @@
"filter.edit.action" = "フィルターする";
"account.action.edit-filters" = "フィルターを編集する";
"account.action.edit-filters" = "フィルターを編集する";
"enum.expand-media.show" = "Show All";
"enum.expand-media.hide" = "Hide All";
"enum.expand-media.hide-sensitive" = "Hide Sensitive";

View file

@ -364,3 +364,7 @@
"filter.edit.contexts" = "Filter Contexts";
"filter.edit.action" = "Filter Actie";
"account.action.edit-filters" = "Wijzig Filters";
"enum.expand-media.show" = "Show All";
"enum.expand-media.hide" = "Hide All";
"enum.expand-media.hide-sensitive" = "Hide Sensitive";

View file

@ -350,3 +350,7 @@
"filter.edit.contexts" = "Filter Contexts";
"filter.edit.action" = "Filter Action";
"account.action.edit-filters" = "Edit Filters";
"enum.expand-media.show" = "Show All";
"enum.expand-media.hide" = "Hide All";
"enum.expand-media.hide-sensitive" = "Hide Sensitive";

View file

@ -366,3 +366,7 @@
"filter.edit.contexts" = "过滤范围";
"filter.edit.action" = "过滤器行为";
"account.action.edit-filters" = "编辑过滤器";
"enum.expand-media.show" = "Show All";
"enum.expand-media.hide" = "Hide All";
"enum.expand-media.hide-sensitive" = "Hide Sensitive";