Integrate item merge dialog into home page

This commit is contained in:
eikek
2021-08-15 14:18:33 +02:00
parent 5782166273
commit 22d331f082
9 changed files with 777 additions and 3 deletions

View File

@ -343,6 +343,11 @@ dimmerCard =
" absolute top-0 left-0 w-full h-full bg-black bg-opacity-60 dark:bg-lightblue-900 dark:bg-opacity-60 z-30 flex flex-col items-center justify-center px-4 py-2 "
dimmerMerge : String
dimmerMerge =
" absolute top-0 left-0 w-full h-full bg-white bg-opacity-100 dark:bg-bluegray-800 dark:bg-opacity-100 z-40 flex flex-col"
tableMain : String
tableMain =
"border-collapse table w-full"