From 7e57c192ee91189bd5593fafefce5624fd3eccc1 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 29 Apr 2022 19:17:34 +0200 Subject: [PATCH] added animations for dialog and tooltip (#2648) * added animations for dialog and tooltip * Update .env.example --- apps/api | 2 +- apps/web/components/Tooltip.tsx | 4 +-- apps/web/pages/bookings/[status].tsx | 1 + apps/web/pages/event-types/index.tsx | 4 +-- apps/web/styles/globals.css | 49 ++++++++++++++++++++++++++++ apps/website | 2 +- packages/ui/Dialog.tsx | 6 ++-- packages/ui/Dropdown.tsx | 2 +- 8 files changed, 60 insertions(+), 10 deletions(-) diff --git a/apps/api b/apps/api index 9239b272..2449d90b 160000 --- a/apps/api +++ b/apps/api @@ -1 +1 @@ -Subproject commit 9239b27216d04f60870186b69c5e1bb1642d5d44 +Subproject commit 2449d90bcbbf4c0a379f4d766aee299caad488a2 diff --git a/apps/web/components/Tooltip.tsx b/apps/web/components/Tooltip.tsx index 0bf5ff31..e6b07120 100644 --- a/apps/web/components/Tooltip.tsx +++ b/apps/web/components/Tooltip.tsx @@ -17,13 +17,13 @@ export function Tooltip({ }) { return ( {children} diff --git a/apps/web/pages/bookings/[status].tsx b/apps/web/pages/bookings/[status].tsx index b804c58b..9f7833b5 100644 --- a/apps/web/pages/bookings/[status].tsx +++ b/apps/web/pages/bookings/[status].tsx @@ -75,6 +75,7 @@ export default function Bookings() {