Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12142949
SettingsView.swift
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1005 B
Subscribers
None
SettingsView.swift
View Options
import
SwiftUI
struct
SettingsView
:
View
{
@
EnvironmentObject
var
model
:
WriteFreelyModel
var
body
:
some
View
{
VStack
{
SettingsHeaderView
()
Form
{
Section
(
header
:
Text
(
"Login Details"
))
{
AccountView
()
}
Section
(
header
:
Text
(
"Appearance"
))
{
PreferencesView
(
preferences
:
model
.
preferences
)
}
Section
(
header
:
Text
(
"Support"
))
{
HStack
{
Spacer
()
Link
(
"Visit Help Forum"
,
destination
:
model
.
helpURL
)
Spacer
()
}
}
}
}
// .preferredColorScheme(preferences.selectedColorScheme) // See PreferencesModel for info.
}
}
struct
SettingsView_Previews
:
PreviewProvider
{
static
var
previews
:
some
View
{
SettingsView
()
.
environmentObject
(
WriteFreelyModel
())
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Oct 10, 3:29 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3441048
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment