Full page content, fixes, cleaner settings

This commit is contained in:
Christoph Hagen
2024-12-13 11:26:34 +01:00
parent efc9234917
commit b3b8c9a610
50 changed files with 1351 additions and 607 deletions

View File

@ -4,6 +4,11 @@ import SFSafeSymbols
#warning("Allow selection of pages as navigation bar items")
#warning("Transfer images of posts to other language")
#warning("Show tag selection view for pages")
#warning("Button to replace files")
#warning("Add external pages")
#warning("Convert statistics into key-value pairs")
#warning("Replace links to files inside pages when id changes")
#warning("Calculate file sizes")
@main
struct MainView: App {
@ -70,7 +75,7 @@ struct MainView: App {
case .files:
SelectedContentView<FileContentView>(selected: $selectedFile)
case .generation:
GenerationContentView()
GenerationContentView(selected: $selectedSection)
}
}