mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-11 20:40:39 +00:00
fixed trakers page
This commit is contained in:
parent
e6c854eb8b
commit
c4d16f4ed9
1 changed files with 4 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ struct SettingsViewTrackers: View {
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
Form {
|
Form {
|
||||||
Section(header: Text("AniList"), footer: Text("Sora and cranci1 are not affiliated with AniList in any way.\n\nNote that progresses update may not be 100% acurate.")) {
|
Section(header: Text("AniList")) {
|
||||||
HStack() {
|
HStack() {
|
||||||
KFImage(URL(string: "https://raw.githubusercontent.com/cranci1/Ryu/2f10226aa087154974a70c1ec78aa83a47daced9/Ryu/Assets.xcassets/Listing/Anilist.imageset/anilist.png"))
|
KFImage(URL(string: "https://raw.githubusercontent.com/cranci1/Ryu/2f10226aa087154974a70c1ec78aa83a47daced9/Ryu/Assets.xcassets/Listing/Anilist.imageset/anilist.png"))
|
||||||
.placeholder {
|
.placeholder {
|
||||||
|
|
@ -74,7 +74,7 @@ struct SettingsViewTrackers: View {
|
||||||
.font(.body)
|
.font(.body)
|
||||||
}
|
}
|
||||||
|
|
||||||
Section(header: Text("Trakt"), footer: Text("Sora and cranci1 are not affiliated with Trakt in any way.\n\nNote that progress updates may not be 100% accurate.")) {
|
Section(header: Text("Trakt")) {
|
||||||
HStack() {
|
HStack() {
|
||||||
KFImage(URL(string: "https://static-00.iconduck.com/assets.00/trakt-icon-2048x2048-2633ksxg.png"))
|
KFImage(URL(string: "https://static-00.iconduck.com/assets.00/trakt-icon-2048x2048-2633ksxg.png"))
|
||||||
.placeholder {
|
.placeholder {
|
||||||
|
|
@ -116,6 +116,8 @@ struct SettingsViewTrackers: View {
|
||||||
}
|
}
|
||||||
.font(.body)
|
.font(.body)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Section(footer: Text("Sora and cranci1 are not affiliated with AniList nor Trakt in any way.\n\nAlso note that progresses update may not be 100% accurate.")) {}
|
||||||
}
|
}
|
||||||
.navigationTitle("Trackers")
|
.navigationTitle("Trackers")
|
||||||
.onAppear {
|
.onAppear {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue