mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Fix formatting
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxEdit exposing
|
module Comp.BoxEdit exposing
|
||||||
( BoxAction(..)
|
( BoxAction(..)
|
||||||
, Model
|
, Model
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxMessageEdit exposing (Model, Msg, init, update, view)
|
module Comp.BoxMessageEdit exposing (Model, Msg, init, update, view)
|
||||||
|
|
||||||
import Data.BoxContent exposing (MessageData)
|
import Data.BoxContent exposing (MessageData)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxQueryEdit exposing (..)
|
module Comp.BoxQueryEdit exposing (..)
|
||||||
|
|
||||||
import Comp.BoxSearchQueryInput
|
import Comp.BoxSearchQueryInput
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxQueryView exposing (Model, Msg, init, reloadData, update, view)
|
module Comp.BoxQueryView exposing (Model, Msg, init, reloadData, update, view)
|
||||||
|
|
||||||
import Api
|
import Api
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxSearchQueryInput exposing
|
module Comp.BoxSearchQueryInput exposing
|
||||||
( Model
|
( Model
|
||||||
, Msg
|
, Msg
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxStatsEdit exposing (..)
|
module Comp.BoxStatsEdit exposing (..)
|
||||||
|
|
||||||
import Comp.BoxSearchQueryInput
|
import Comp.BoxSearchQueryInput
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxStatsView exposing (Model, Msg, init, reloadData, update, view)
|
module Comp.BoxStatsView exposing (Model, Msg, init, reloadData, update, view)
|
||||||
|
|
||||||
import Api
|
import Api
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxUploadEdit exposing (..)
|
module Comp.BoxUploadEdit exposing (..)
|
||||||
|
|
||||||
import Api
|
import Api
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxUploadView exposing (..)
|
module Comp.BoxUploadView exposing (..)
|
||||||
|
|
||||||
import Comp.UploadForm
|
import Comp.UploadForm
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.BoxView exposing (..)
|
module Comp.BoxView exposing (..)
|
||||||
|
|
||||||
import Comp.BoxQueryView
|
import Comp.BoxQueryView
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.DashboardEdit exposing (Model, Msg, getBoard, init, update, view, viewBox)
|
module Comp.DashboardEdit exposing (Model, Msg, getBoard, init, update, view, viewBox)
|
||||||
|
|
||||||
import Comp.Basic as B
|
import Comp.Basic as B
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.DashboardManage exposing (Model, Msg, SubmitAction(..), UpdateResult, init, update, view)
|
module Comp.DashboardManage exposing (Model, Msg, SubmitAction(..), UpdateResult, init, update, view)
|
||||||
|
|
||||||
import Api
|
import Api
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.DashboardView exposing (Model, Msg, init, reloadData, update, view, viewBox)
|
module Comp.DashboardView exposing (Model, Msg, init, reloadData, update, view, viewBox)
|
||||||
|
|
||||||
import Comp.BoxView
|
import Comp.BoxView
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
-}
|
-}
|
||||||
|
|
||||||
|
|
||||||
-- inspired from here: https://ellie-app.com/3T5mNms7SwKa1
|
-- inspired from here: https://ellie-app.com/3T5mNms7SwKa1
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.ItemColumnView exposing (..)
|
module Comp.ItemColumnView exposing (..)
|
||||||
|
|
||||||
import Api.Model.ItemLight exposing (ItemLight)
|
import Api.Model.ItemLight exposing (ItemLight)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Comp.UploadForm exposing (Model, Msg, init, reset, update, view)
|
module Comp.UploadForm exposing (Model, Msg, init, reset, update, view)
|
||||||
|
|
||||||
import Api
|
import Api
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Data.AccountScope exposing (..)
|
module Data.AccountScope exposing (..)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Data.Box exposing (Box, boxIcon, decoder, empty, encode, messageBox, queryBox, statsBox, uploadBox)
|
module Data.Box exposing (Box, boxIcon, decoder, empty, encode, messageBox, queryBox, statsBox, uploadBox)
|
||||||
|
|
||||||
import Data.BoxContent exposing (BoxContent(..))
|
import Data.BoxContent exposing (BoxContent(..))
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Data.BoxContent exposing
|
module Data.BoxContent exposing
|
||||||
( BoxContent(..)
|
( BoxContent(..)
|
||||||
, MessageData
|
, MessageData
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Data.Dashboard exposing (Dashboard, decoder, empty, encode, isEmpty)
|
module Data.Dashboard exposing (Dashboard, decoder, empty, encode, isEmpty)
|
||||||
|
|
||||||
import Data.Box exposing (Box)
|
import Data.Box exposing (Box)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Data.Dashboards exposing
|
module Data.Dashboards exposing
|
||||||
( AllDashboards
|
( AllDashboards
|
||||||
, Dashboards
|
, Dashboards
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Data.ItemColumn exposing (..)
|
module Data.ItemColumn exposing (..)
|
||||||
|
|
||||||
import Api.Model.ItemLight exposing (ItemLight)
|
import Api.Model.ItemLight exposing (ItemLight)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxEdit exposing (Texts, de, gb)
|
module Messages.Comp.BoxEdit exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Basics
|
import Messages.Basics
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxMessageEdit exposing (Texts, de, gb)
|
module Messages.Comp.BoxMessageEdit exposing (Texts, de, gb)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxQueryEdit exposing (Texts, de, gb)
|
module Messages.Comp.BoxQueryEdit exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Comp.BoxSearchQueryInput
|
import Messages.Comp.BoxSearchQueryInput
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxQueryView exposing (Texts, de, gb)
|
module Messages.Comp.BoxQueryView exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Data.ItemTemplate as IT
|
import Data.ItemTemplate as IT
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxSearchQueryInput exposing (Texts, de, gb)
|
module Messages.Comp.BoxSearchQueryInput exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Comp.BookmarkDropdown
|
import Messages.Comp.BookmarkDropdown
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxStatsEdit exposing (Texts, de, gb)
|
module Messages.Comp.BoxStatsEdit exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Comp.BoxSearchQueryInput
|
import Messages.Comp.BoxSearchQueryInput
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxStatsView exposing (Texts, de, gb)
|
module Messages.Comp.BoxStatsView exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Http
|
import Http
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxUploadEdit exposing (Texts, de, gb)
|
module Messages.Comp.BoxUploadEdit exposing (Texts, de, gb)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxUploadView exposing (Texts, de, gb)
|
module Messages.Comp.BoxUploadView exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Comp.UploadForm
|
import Messages.Comp.UploadForm
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.BoxView exposing (Texts, de, gb)
|
module Messages.Comp.BoxView exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Comp.BoxQueryView
|
import Messages.Comp.BoxQueryView
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.DashboardEdit exposing (Texts, de, gb)
|
module Messages.Comp.DashboardEdit exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Basics
|
import Messages.Basics
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.DashboardManage exposing (Texts, de, gb)
|
module Messages.Comp.DashboardManage exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Http
|
import Http
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.DashboardView exposing (Texts, de, gb)
|
module Messages.Comp.DashboardView exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Comp.BoxView
|
import Messages.Comp.BoxView
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Comp.UploadForm exposing (Texts, de, gb)
|
module Messages.Comp.UploadForm exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Data.Language exposing (Language)
|
import Data.Language exposing (Language)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Data.AccountScope exposing (Texts, de, gb)
|
module Messages.Data.AccountScope exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Data.AccountScope exposing (AccountScope)
|
import Data.AccountScope exposing (AccountScope)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Data.BoxContent exposing (Texts, de, gb)
|
module Messages.Data.BoxContent exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Data.BoxContent exposing (BoxContent(..))
|
import Data.BoxContent exposing (BoxContent(..))
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Data.ItemColumn exposing (Texts, de, gb)
|
module Messages.Data.ItemColumn exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Data.ItemColumn exposing (ItemColumn(..))
|
import Data.ItemColumn exposing (ItemColumn(..))
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Page.Dashboard exposing (Texts, de, gb)
|
module Messages.Page.Dashboard exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Basics
|
import Messages.Basics
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Messages.Page.DefaultDashboard exposing (Texts, de, gb)
|
module Messages.Page.DefaultDashboard exposing (Texts, de, gb)
|
||||||
|
|
||||||
import Messages.Basics
|
import Messages.Basics
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Page.Dashboard.DefaultDashboard exposing (getDefaultDashboard, value)
|
module Page.Dashboard.DefaultDashboard exposing (getDefaultDashboard, value)
|
||||||
|
|
||||||
import Data.Box exposing (Box)
|
import Data.Box exposing (Box)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
{-
|
||||||
|
Copyright 2020 Eike K. & Contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-}
|
||||||
|
|
||||||
|
|
||||||
module Page.Dashboard.SideMenu exposing (view)
|
module Page.Dashboard.SideMenu exposing (view)
|
||||||
|
|
||||||
import Api.Model.VersionInfo exposing (VersionInfo)
|
import Api.Model.VersionInfo exposing (VersionInfo)
|
||||||
|
Reference in New Issue
Block a user