mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
@ -14,7 +14,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.AddressFormComp exposing (Texts)
|
||||
import Messages.Comp.AddressForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.List
|
||||
|
||||
|
@ -15,7 +15,7 @@ import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Messages.AttachmentMetaComp exposing (Texts)
|
||||
import Messages.Comp.AttachmentMeta exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Time
|
||||
|
@ -17,7 +17,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Http
|
||||
import Messages.CalEventInputComp exposing (Texts)
|
||||
import Messages.Comp.CalEventInput exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -16,7 +16,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Http
|
||||
import Messages.ChangePasswordFormComp exposing (Texts)
|
||||
import Messages.Comp.ChangePasswordForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -24,7 +24,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Markdown
|
||||
import Messages.ClassifierSettingsFormComp exposing (Texts)
|
||||
import Messages.Comp.ClassifierSettingsForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Tag
|
||||
|
||||
|
@ -23,7 +23,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onCheck, onClick, onInput)
|
||||
import Http
|
||||
import Messages.CollectiveSettingsFormComp exposing (Texts)
|
||||
import Messages.Comp.CollectiveSettingsForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -25,7 +25,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Http
|
||||
import Messages.CustomFieldFormComp exposing (Texts)
|
||||
import Messages.Comp.CustomFieldForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -22,7 +22,7 @@ import DatePicker exposing (DatePicker)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Messages.CustomFieldInputComp exposing (Texts)
|
||||
import Messages.Comp.CustomFieldInput exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
||||
|
@ -18,7 +18,7 @@ import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Messages.CustomFieldManageComp exposing (Texts)
|
||||
import Messages.Comp.CustomFieldManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.CustomField
|
||||
|
||||
|
@ -29,7 +29,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Http
|
||||
import Messages.CustomFieldMultiInputComp exposing (Texts)
|
||||
import Messages.Comp.CustomFieldMultiInput exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.CustomField
|
||||
import Util.Maybe
|
||||
|
@ -11,7 +11,7 @@ import Api.Model.CustomField exposing (CustomField)
|
||||
import Comp.Basic as B
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.CustomFieldTableComp exposing (Texts)
|
||||
import Messages.Comp.CustomFieldTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Time
|
||||
|
||||
|
@ -47,7 +47,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Http
|
||||
import Messages.DetailEditComp exposing (Texts)
|
||||
import Messages.Comp.DetailEdit exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -18,7 +18,7 @@ import File.Select
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (..)
|
||||
import Messages.DropzoneComp exposing (Texts)
|
||||
import Messages.Comp.Dropzone exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Html exposing (onDragEnter, onDragLeave, onDragOver, onDropFiles)
|
||||
|
||||
|
@ -21,7 +21,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.EmailSettingsFormComp exposing (Texts)
|
||||
import Messages.Comp.EmailSettingsForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
||||
|
@ -21,7 +21,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Messages.EmailSettingsManageComp exposing (Texts)
|
||||
import Messages.Comp.EmailSettingsManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -11,7 +11,7 @@ import Api.Model.EmailSettings exposing (EmailSettings)
|
||||
import Comp.Basic as B
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.EmailSettingsTableComp exposing (Texts)
|
||||
import Messages.Comp.EmailSettingsTable exposing (Texts)
|
||||
import Styles as S
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.EquipmentFormComp exposing (Texts)
|
||||
import Messages.Comp.EquipmentForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
||||
|
@ -20,7 +20,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onSubmit)
|
||||
import Http
|
||||
import Messages.EquipmentManageComp exposing (Texts)
|
||||
import Messages.Comp.EquipmentManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -12,7 +12,7 @@ import Data.EquipmentUse
|
||||
import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.EquipmentTableComp exposing (Texts)
|
||||
import Messages.Comp.EquipmentTable exposing (Texts)
|
||||
import Styles as S
|
||||
|
||||
|
||||
|
@ -24,7 +24,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Http
|
||||
import Messages.FolderDetailComp exposing (Texts)
|
||||
import Messages.Comp.FolderDetail exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -20,7 +20,7 @@ import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Messages.FolderManageComp exposing (Texts)
|
||||
import Messages.Comp.FolderManage exposing (Texts)
|
||||
import Styles as S
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@ import Api.Model.FolderItem exposing (FolderItem)
|
||||
import Comp.Basic as B
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.FolderTableComp exposing (Texts)
|
||||
import Messages.Comp.FolderTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Time
|
||||
|
||||
|
@ -21,7 +21,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.ImapSettingsFormComp exposing (Texts)
|
||||
import Messages.Comp.ImapSettingsForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
||||
|
@ -21,7 +21,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Messages.ImapSettingsManageComp exposing (Texts)
|
||||
import Messages.Comp.ImapSettingsManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -11,7 +11,7 @@ import Api.Model.ImapSettings exposing (ImapSettings)
|
||||
import Comp.Basic as B
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.ImapSettingsTableComp exposing (Texts)
|
||||
import Messages.Comp.ImapSettingsTable exposing (Texts)
|
||||
import Styles as S
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Markdown
|
||||
import Messages.ItemCardComp exposing (Texts)
|
||||
import Messages.Comp.ItemCard exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Set exposing (Set)
|
||||
import Styles as S
|
||||
|
@ -22,7 +22,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Dict exposing (Dict)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.ItemCardListComp exposing (Texts)
|
||||
import Messages.Comp.ItemCardList exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Styles as S
|
||||
import Util.ItemDragDrop as DD
|
||||
|
@ -13,7 +13,7 @@ import Data.Flags exposing (Flags)
|
||||
import Data.ItemNav exposing (ItemNav)
|
||||
import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Messages.ItemDetailComp exposing (Texts)
|
||||
import Messages.Comp.ItemDetail exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ import File exposing (File)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Messages.ItemDetail.AddFilesForm exposing (Texts)
|
||||
import Messages.Comp.ItemDetail.AddFilesForm exposing (Texts)
|
||||
import Set
|
||||
import Styles as S
|
||||
import Util.File exposing (makeFileId)
|
||||
|
@ -25,7 +25,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Markdown
|
||||
import Messages.EditFormComp exposing (Texts)
|
||||
import Messages.Comp.ItemDetail.EditForm exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Set exposing (Set)
|
||||
import Styles as S
|
||||
|
@ -15,7 +15,7 @@ import Data.Icons as Icons
|
||||
import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.ItemInfoHeaderComp exposing (Texts)
|
||||
import Messages.Comp.ItemDetail.ItemInfoHeader exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
@ -39,7 +39,7 @@ import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Http
|
||||
import Markdown
|
||||
import Messages.MultiEditMenuComp exposing (Texts)
|
||||
import Messages.Comp.ItemDetail.MultiEditMenu exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Set exposing (Set)
|
||||
import Styles as S
|
||||
|
@ -12,7 +12,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Markdown
|
||||
import Messages.NotesComp exposing (Texts)
|
||||
import Messages.Comp.ItemDetail.Notes exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Styles as S
|
||||
import Util.String
|
||||
|
@ -18,7 +18,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Html5.DragDrop as DD
|
||||
import Messages.SingleAttachmentComp exposing (Texts)
|
||||
import Messages.Comp.ItemDetail.SingleAttachment exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
@ -23,7 +23,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Messages.ItemDetailComp exposing (Texts)
|
||||
import Messages.Comp.ItemDetail exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Styles as S
|
||||
import Util.Time
|
||||
|
@ -23,7 +23,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Http
|
||||
import Messages.ItemMailComp exposing (Texts)
|
||||
import Messages.Comp.ItemMail exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -31,7 +31,7 @@ import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Http
|
||||
import Markdown
|
||||
import Messages.NotificationFormComp exposing (Texts)
|
||||
import Messages.Comp.NotificationForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -11,7 +11,7 @@ import Api.Model.NotificationSettings exposing (NotificationSettings)
|
||||
import Comp.Basic as B
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.NotificationTableComp exposing (Texts)
|
||||
import Messages.Comp.NotificationTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Html
|
||||
|
||||
|
@ -18,7 +18,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Messages.NotificationManageComp exposing (Texts)
|
||||
import Messages.Comp.NotificationManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -20,7 +20,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.OrgFormComp exposing (Texts)
|
||||
import Messages.Comp.OrgForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
||||
|
@ -21,7 +21,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onSubmit)
|
||||
import Http
|
||||
import Messages.OrgManageComp exposing (Texts)
|
||||
import Messages.Comp.OrgManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -12,7 +12,7 @@ import Data.Flags exposing (Flags)
|
||||
import Data.OrgUse
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.OrgTableComp exposing (Texts)
|
||||
import Messages.Comp.OrgTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Address
|
||||
import Util.Contact
|
||||
|
@ -22,7 +22,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.PersonFormComp exposing (Texts)
|
||||
import Messages.Comp.PersonForm exposing (Texts)
|
||||
import Styles as S
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onSubmit)
|
||||
import Http
|
||||
import Messages.PersonManageComp exposing (Texts)
|
||||
import Messages.Comp.PersonManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -12,7 +12,7 @@ import Data.Flags exposing (Flags)
|
||||
import Data.PersonUse
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.PersonTableComp exposing (Texts)
|
||||
import Messages.Comp.PersonTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Contact
|
||||
|
||||
|
@ -39,8 +39,8 @@ import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onCheck, onClick, onInput)
|
||||
import Http
|
||||
import Markdown
|
||||
import Messages.LanguageData
|
||||
import Messages.ScanMailboxFormComp exposing (Texts)
|
||||
import Messages.Comp.ScanMailboxForm exposing (Texts)
|
||||
import Messages.Data.Language
|
||||
import Set exposing (Set)
|
||||
import Styles as S
|
||||
import Util.Folder exposing (mkFolderOption)
|
||||
@ -1040,7 +1040,7 @@ viewMetadata2 texts flags settings model =
|
||||
}
|
||||
|
||||
languageCfg =
|
||||
{ display = Messages.LanguageData.gb
|
||||
{ display = Messages.Data.Language.gb
|
||||
, icon = \_ -> Nothing
|
||||
, style = DS.mainStyleWith "flex-grow mr-2"
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ import Api.Model.ScanMailboxSettings exposing (ScanMailboxSettings)
|
||||
import Comp.Basic as B
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.ScanMailboxTableComp exposing (Texts)
|
||||
import Messages.Comp.ScanMailboxTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Html
|
||||
|
||||
|
@ -18,7 +18,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Http
|
||||
import Messages.ScanMailboxManageComp exposing (Texts)
|
||||
import Messages.Comp.ScanMailboxManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
|
||||
|
@ -44,7 +44,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Http
|
||||
import Messages.SearchMenuComp exposing (Texts)
|
||||
import Messages.Comp.SearchMenu exposing (Texts)
|
||||
import Set exposing (Set)
|
||||
import Styles as S
|
||||
import Util.Html exposing (KeyCode(..))
|
||||
|
@ -11,7 +11,7 @@ import Data.Icons as Icons
|
||||
import Data.Money
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.SearchStatsViewComp exposing (Texts)
|
||||
import Messages.Comp.SearchStatsView exposing (Texts)
|
||||
import Styles as S
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@ import Comp.Basic as B
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Messages.SentMailsComp exposing (Texts)
|
||||
import Messages.Comp.SentMails exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Time
|
||||
|
||||
|
@ -28,7 +28,7 @@ import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onCheck, onInput)
|
||||
import Http
|
||||
import Markdown
|
||||
import Messages.SourceFormComp exposing (Texts)
|
||||
import Messages.Comp.SourceForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Folder exposing (mkFolderOption)
|
||||
import Util.Maybe
|
||||
|
@ -21,7 +21,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onSubmit)
|
||||
import Http
|
||||
import Messages.SourceManageComp exposing (Texts)
|
||||
import Messages.Comp.SourceManage exposing (Texts)
|
||||
import Ports
|
||||
import QRCode
|
||||
import Styles as S
|
||||
|
@ -12,7 +12,7 @@ import Data.Flags exposing (Flags)
|
||||
import Data.Priority
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.SourceTableComp exposing (Texts)
|
||||
import Messages.Comp.SourceTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Html
|
||||
|
||||
|
@ -16,7 +16,7 @@ import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.TagFormComp exposing (Texts)
|
||||
import Messages.Comp.TagForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
||||
|
@ -20,7 +20,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onSubmit)
|
||||
import Http
|
||||
import Messages.TagManageComp exposing (Texts)
|
||||
import Messages.Comp.TagManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -26,7 +26,7 @@ import Dict exposing (Dict)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Messages.TagSelectComp exposing (Texts)
|
||||
import Messages.Comp.TagSelect exposing (Texts)
|
||||
import Set
|
||||
import Simple.Fuzzy
|
||||
import String as S
|
||||
|
@ -11,7 +11,7 @@ import Comp.Basic as B
|
||||
import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.TagTableComp exposing (Texts)
|
||||
import Messages.Comp.TagTable exposing (Texts)
|
||||
import Styles as S
|
||||
|
||||
|
||||
|
@ -29,7 +29,7 @@ import Html.Events exposing (onClick, onInput)
|
||||
import Http
|
||||
import Markdown
|
||||
import Messages
|
||||
import Messages.UiSettingsFormComp exposing (Texts)
|
||||
import Messages.Comp.UiSettingsForm exposing (Texts)
|
||||
import Set exposing (Set)
|
||||
import Styles as S
|
||||
import UiLanguage exposing (UiLanguage)
|
||||
|
@ -14,7 +14,7 @@ import Data.UiSettings exposing (UiSettings)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick)
|
||||
import Messages.UiSettingsManageComp exposing (Texts)
|
||||
import Messages.Comp.UiSettingsManage exposing (Texts)
|
||||
import Ports
|
||||
import Styles as S
|
||||
|
||||
|
@ -19,7 +19,7 @@ import Data.UserState exposing (UserState)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onInput)
|
||||
import Messages.UserFormComp exposing (Texts)
|
||||
import Messages.Comp.UserForm exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Maybe
|
||||
|
||||
|
@ -21,7 +21,7 @@ import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onSubmit)
|
||||
import Http
|
||||
import Messages.UserManageComp exposing (Texts)
|
||||
import Messages.Comp.UserManage exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Maybe
|
||||
|
@ -11,7 +11,7 @@ import Comp.Basic as B
|
||||
import Data.Flags exposing (Flags)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Messages.UserTableComp exposing (Texts)
|
||||
import Messages.Comp.UserTable exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Time exposing (formatDateTime)
|
||||
|
||||
|
Reference in New Issue
Block a user