mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Dashboard page template
This commit is contained in:
@ -24,6 +24,7 @@ type alias Texts =
|
||||
, newInvites : String
|
||||
, help : String
|
||||
, newItemsArrived : String
|
||||
, dashboard : String
|
||||
}
|
||||
|
||||
|
||||
@ -40,6 +41,7 @@ gb =
|
||||
, newInvites = "New Invites"
|
||||
, help = "Help"
|
||||
, newItemsArrived = "New items arrived!"
|
||||
, dashboard = "Dashboard"
|
||||
}
|
||||
|
||||
|
||||
@ -56,4 +58,5 @@ de =
|
||||
, newInvites = "Neue Einladung"
|
||||
, help = "Hilfe (English)"
|
||||
, newItemsArrived = "Neue Dokumente eingetroffen!"
|
||||
, dashboard = "Dashboard"
|
||||
}
|
||||
|
15
modules/webapp/src/main/elm/Messages/Page/Dashboard.elm
Normal file
15
modules/webapp/src/main/elm/Messages/Page/Dashboard.elm
Normal file
@ -0,0 +1,15 @@
|
||||
module Messages.Page.Dashboard exposing (Texts, de, gb)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{}
|
Reference in New Issue
Block a user