From 0c57aa1a73aa5629156d40470e68a5404b57a32b Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sun, 19 Feb 2023 19:54:34 +0100 Subject: [PATCH] finalized domain redirect modal Co-authored-by: Jip Frijlink Co-authored-by: James Hawkins --- src/components/Button.tsx | 6 ++-- src/components/Overlay.tsx | 8 ++++- src/components/Transition.tsx | 25 +++++++++++++-- src/components/layout/Modal.tsx | 31 +++++++++++++++--- src/setup/locales/en/translation.json | 4 +-- src/views/other/v2Migration.tsx | 9 +++++- src/views/search/HomeView.tsx | 45 +++++++++++++++++++++++---- 7 files changed, 106 insertions(+), 22 deletions(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 49343b6f..9a74f84d 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -7,17 +7,15 @@ interface Props { children?: ReactNode; } -// TODO style button -// TODO transition modal export function Button(props: Props) { return (