From 172fa651afb9b1d608d47c9c5af887cabe0d7b09 Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sat, 7 Dec 2024 18:05:56 +0100 Subject: [PATCH] feat(web): replace react-portal with own implementation (#1862) * feat(web): replace react-portal with own implementation * chore: add missing license headers --- web/index.html | 91 ++++++++++++++-------------- web/package.json | 3 - web/pnpm-lock.yaml | 85 +++++++++++--------------- web/src/App.tsx | 2 +- web/src/components/portal/Portal.tsx | 25 ++++++++ web/src/components/portal/index.ts | 6 ++ 6 files changed, 113 insertions(+), 99 deletions(-) create mode 100644 web/src/components/portal/Portal.tsx create mode 100644 web/src/components/portal/index.ts diff --git a/web/index.html b/web/index.html index 9a9f42d..b0e2ec5 100644 --- a/web/index.html +++ b/web/index.html @@ -5,54 +5,55 @@ -
- - - - - - - - - - - -