From 105f94f86961ac57bf10072b13dc486a1dcfe4ca Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 29 Aug 2022 19:01:08 +0300 Subject: [PATCH 1/3] remove todos file --- TODO.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 4d7f606..0000000 --- a/TODO.md +++ /dev/null @@ -1,9 +0,0 @@ -## Images Uploading - -- Look for onWindow drag detection - -* Check the overflow on post vote btn container -* Lazy load the bounty form on create-story-page -* Make the bg behind edit/preview translate - -* Fix the localStorage not clearing after saving draft From 679d1fb39cb01e3d1ac5f58c556d4a25f6793e02 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 29 Aug 2022 19:01:44 +0300 Subject: [PATCH 2/3] update: local dev env url --- envs/client/dev-server.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/client/dev-server.env b/envs/client/dev-server.env index 11350da..08c47f2 100644 --- a/envs/client/dev-server.env +++ b/envs/client/dev-server.env @@ -1,2 +1,2 @@ -REACT_APP_API_END_POINT = http://192.168.1.2:8888/dev \ No newline at end of file +REACT_APP_API_END_POINT = http://localhost:8888/dev \ No newline at end of file From 4af10c204101f01a8d0bb8c1b71272e4b1fda86e Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 29 Aug 2022 19:11:49 +0300 Subject: [PATCH 3/3] fix: remove extra title --- .../PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx b/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx index 14f7d5e..e4bc49f 100644 --- a/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx +++ b/src/features/Profiles/pages/EditProfilePage/PreferencesTab/LinkingAccountModal/LinkingAccountModal.tsx @@ -145,8 +145,6 @@ export default function LinkingAccountModal({ onClose, direction, ...props }: Mo exit='exit' className="modal-card max-w-[442px] p-24 rounded-xl relative" > - -

Connect another ⚡️ wallet

Connect another ⚡️ wallet

{content}