From 890c3b77c3cb44819a6781af21260cf3c6328783 Mon Sep 17 00:00:00 2001 From: arielherself Date: Fri, 24 Nov 2023 20:06:22 +0800 Subject: [PATCH] feat: connection check and welcome pop-up --- .idea/frontend.iml | 12 +++++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 65 +++++++++++------------- misc/icon.jpeg | Bin 0 -> 54810 bytes public/icon.jpeg | Bin 0 -> 64214 bytes public/index.html | 4 +- src/App.js | 116 ++++++++++++++++++++++++++++++++++++++----- src/Networking.js | 2 +- src/SimulateClick.js | 4 +- src/UMap.js | 13 ++--- 11 files changed, 170 insertions(+), 60 deletions(-) create mode 100644 .idea/frontend.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 misc/icon.jpeg create mode 100644 public/icon.jpeg diff --git a/.idea/frontend.iml b/.idea/frontend.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/frontend.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f3d93d7 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 369b867..4540371 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,27 +1,16 @@ + + - - - - - - - - - - - - - - - - - - - - + + + + + +