mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Add version info back to frontend
This commit is contained in:
@ -11,6 +11,7 @@ module Comp.Basic exposing
|
||||
, secondaryBasicButton
|
||||
, secondaryButton
|
||||
, stats
|
||||
, tooltipRight
|
||||
)
|
||||
|
||||
import Html exposing (..)
|
||||
@ -264,6 +265,17 @@ inputRequired =
|
||||
]
|
||||
|
||||
|
||||
tooltipRight : Bool -> String -> Html msg
|
||||
tooltipRight show msg =
|
||||
div
|
||||
[ class "absolute bottom-0 right-5 px-2 py-2 rounded-lg z-50 w-40"
|
||||
, class "bg-white border"
|
||||
, class "text-sm font-thin"
|
||||
]
|
||||
[ text msg
|
||||
]
|
||||
|
||||
|
||||
|
||||
--- Helpers
|
||||
|
||||
|
Reference in New Issue
Block a user