Added some tests + fix somebugs + allow default config to App when fetch is not available #17

Merged
Siklos merged 11 commits from dev.tests into dev 2022-08-07 10:08:22 -04:00
Showing only changes of commit 3fa3316157 - Show all commits

View file

@ -117,7 +117,7 @@ export class UI extends React.PureComponent<IUIProps, IUIState> {
&#9776; History &#9776; History
</button> </button>
<FloatingButton className={`fixed flex flex-col gap-2 items-center bottom-40 ${buttonRightOffsetClasses}`}> <FloatingButton className={`fixed z-10 flex flex-col gap-2 items-center bottom-40 ${buttonRightOffsetClasses}`}>
<button <button
className={'transition-all w-10 h-10 p-2 align-middle items-center justify-center rounded-full bg-blue-500 hover:bg-blue-800'} className={'transition-all w-10 h-10 p-2 align-middle items-center justify-center rounded-full bg-blue-500 hover:bg-blue-800'}
title='Export as JSON' title='Export as JSON'