update spm packages, fix hidden navigationlink not working ( explore view )

This commit is contained in:
Dominic Drees 2025-04-24 01:22:55 +02:00
parent 1850520e2e
commit ca15d27456
3 changed files with 59 additions and 60 deletions

View file

@ -57,6 +57,13 @@ struct ExploreView: View {
//TODO: add explore content views
}
.padding(.vertical, 20)
NavigationLink(
destination: SettingsViewProfile(),
isActive: $showProfileSettings,
label: { EmptyView() }
)
.hidden()
}
.navigationTitle("Explore")
.toolbar {
@ -135,13 +142,6 @@ struct ExploreView: View {
.fixedSize()
}
}
NavigationLink(
destination: SettingsViewProfile(),
isActive: $showProfileSettings,
label: { EmptyView() }
)
.hidden()
}
.navigationViewStyle(StackNavigationViewStyle())
.onAppear {

View file

@ -575,16 +575,16 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher.git";
requirement = {
kind = exactVersion;
version = 7.9.1;
branch = master;
kind = branch;
};
};
13B77E172DA44F8300126FDF /* XCRemoteSwiftPackageReference "MarqueeLabel" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/cbpowell/MarqueeLabel";
requirement = {
kind = exactVersion;
version = 4.2.1;
branch = master;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */

View file

@ -1,52 +1,51 @@
{
"object": {
"pins": [
{
"package": "Drops",
"repositoryURL": "https://github.com/omaralbeik/Drops.git",
"state": {
"branch": "main",
"revision": "5824681795286c36bdc4a493081a63e64e2a064e",
"version": null
}
},
{
"package": "FFmpeg-iOS-Lame",
"repositoryURL": "https://github.com/kewlbear/FFmpeg-iOS-Lame",
"state": {
"branch": "main",
"revision": "1808fa5a1263c5e216646cd8421fc7dcb70520cc",
"version": null
}
},
{
"package": "FFmpeg-iOS-Support",
"repositoryURL": "https://github.com/kewlbear/FFmpeg-iOS-Support",
"state": {
"branch": null,
"revision": "be3bd9149ac53760e8725652eee99c405b2be47a",
"version": "0.0.2"
}
},
{
"package": "Kingfisher",
"repositoryURL": "https://github.com/onevcat/Kingfisher.git",
"state": {
"branch": null,
"revision": "b6f62758f21a8c03cd64f4009c037cfa580a256e",
"version": "7.9.1"
}
},
{
"package": "MarqueeLabel",
"repositoryURL": "https://github.com/cbpowell/MarqueeLabel",
"state": {
"branch": null,
"revision": "cffb6938940d3242882e6a2f9170b7890a4729ea",
"version": "4.2.1"
}
"originHash" : "e772caa8d6a8793d24bf04e3d77695cd5ac695f3605d2b657e40115caedf8863",
"pins" : [
{
"identity" : "drops",
"kind" : "remoteSourceControl",
"location" : "https://github.com/omaralbeik/Drops.git",
"state" : {
"branch" : "main",
"revision" : "5824681795286c36bdc4a493081a63e64e2a064e"
}
]
},
"version": 1
},
{
"identity" : "ffmpeg-ios-lame",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kewlbear/FFmpeg-iOS-Lame",
"state" : {
"branch" : "main",
"revision" : "1808fa5a1263c5e216646cd8421fc7dcb70520cc"
}
},
{
"identity" : "ffmpeg-ios-support",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kewlbear/FFmpeg-iOS-Support",
"state" : {
"revision" : "be3bd9149ac53760e8725652eee99c405b2be47a",
"version" : "0.0.2"
}
},
{
"identity" : "kingfisher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Kingfisher.git",
"state" : {
"branch" : "master",
"revision" : "7deda23bbdca612076c5c315003d8638a08ed0f1"
}
},
{
"identity" : "marqueelabel",
"kind" : "remoteSourceControl",
"location" : "https://github.com/cbpowell/MarqueeLabel",
"state" : {
"branch" : "master",
"revision" : "18e4787f4dc1c26d2d581c4bc9aeae34686eeeae"
}
}
],
"version" : 3
}