feat: add authentication banner

This commit is contained in:
Maël Gangloff
2025-12-10 11:03:24 +01:00
parent 7b04d1889e
commit 5c2c74cfb4
5 changed files with 132 additions and 117 deletions

View File

@@ -1,6 +1,6 @@
import React, {useContext, useEffect, useState} from 'react'
import type {FormProps} from 'antd'
import {Empty, Flex, FloatButton, message, Skeleton} from 'antd'
import { Empty, Flex, FloatButton, message, Skeleton} from 'antd'
import type {Domain, Watchlist} from '../../utils/api'
import {addDomainToWatchlist, getDomain} from '../../utils/api'
import type {AxiosError} from 'axios'