Accounts Tree erstellt

This commit is contained in:
2026-03-24 16:00:52 +01:00
parent 71621ad8ac
commit 126c2fc7d7
7 changed files with 460 additions and 56 deletions
+13 -3
View File
@@ -1,6 +1,16 @@
## ui.R ##
dashboardPage(
dashboardHeader( ),
dashboardHeader(
title = "GemFin",
tags$li(
class = "dropdown",
style = "padding: 8px 10px;",
actionBttn("back_btn", "Zurück",
size = "xs",
style = "minimal",
icon = icon("arrow-left"))
)
),
## Sidebar content
dashboardSidebar(
sidebarMenu(id = "tabs",
@@ -38,8 +48,8 @@ dashboardPage(
buchungenUI("buchungen_tab")
),
# Second tab content
tabItem(tabName = "widgets",
h2("Widgets tab content")
tabItem(tabName = "konten",
accountsUI("accounts_tab")
)
)
)