Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f046f6e
removed v2 full screen modal
Jul 13, 2022
4b2f613
fixed searchable token list layout
Jul 13, 2022
8eb226c
Moved all modals and adjusted some
Jul 14, 2022
03b9937
renamed some modals to create consistency
Jul 14, 2022
d95c111
more changes to align everything
Jul 14, 2022
d6cde95
moved modal v3 and full screen modal v3 and renamed them, removed sta…
Jul 14, 2022
3dbc987
Merge branch 'main' into feature/modals
Jul 14, 2022
f8e61dd
moved limit approve to the hook
Jul 24, 2022
44ddd3c
removed old approve modal and renamed new one
Jul 24, 2022
22ad48a
added modals redux and moved disable deposits as a first example
Jul 24, 2022
0e008d8
removed create modal button
Jul 24, 2022
aad30ad
Merge branch 'main' into feature/modals
Jul 29, 2022
1bc7b88
Merge branch 'main' into feature/modals
Sep 12, 2022
48f4776
changed modals state managment
Sep 12, 2022
a2931e8
Merge branch 'main' into feature/modals
Sep 14, 2022
76ab301
added most easy to handle modals
Sep 15, 2022
6e6b557
Fixed previous merge
Sep 15, 2022
6048bf5
changed from map to an object
Sep 16, 2022
bb2b7de
more modals added after the change to an obj
Sep 16, 2022
6de9f17
fixed unstake modal and added more
Sep 16, 2022
cdf0b4a
renames
Sep 22, 2022
39cb310
added custom hook
Sep 22, 2022
8d92956
Merge branch 'main' into feature/modals
Sep 22, 2022
ad480a1
added more modals who were missing
Sep 22, 2022
2cf2c13
moved new modal to the correct folder and cleanup old code
Sep 22, 2022
0f55d0a
added deposit and manage programs to modals index, moved depositFAQ
Sep 22, 2022
dd5ae02
changed searchable token list
Sep 23, 2022
a138570
fixed types in searchablemodal
Sep 23, 2022
e692c7f
added a limit to trade tokens
Sep 23, 2022
d275fe2
Fixed deposit and deposit disable modals
Sep 23, 2022
22d89fc
removed useapproval and moved the logic from the hook
Oct 2, 2022
d766240
adjusted approve code
Oct 2, 2022
aea2cfa
used a new hook and removed the modal from every place it was called
Oct 3, 2022
078aaf1
Merge branch 'main' into feature/modals
Oct 19, 2022
01dca4e
fixed data not being transfer to some modals
Oct 19, 2022
e36fc58
Merge branch 'main' into feature/modals
Oct 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { useWeb3React } from '@web3-react/core';
import { useAutoConnect } from 'services/web3/wallet/hooks';
import { setUser } from 'services/observables/user';
import { BancorRouter } from 'router/BancorRouter';
import { Modals } from 'modals';
import { handleRestrictedWalletCheck } from 'services/restrictedWallets';
import { RestrictedWallet } from 'pages/RestrictedWallet';

Expand Down Expand Up @@ -103,6 +104,7 @@ export const App = () => {

<MobileBottomNav />
<NotificationAlerts />
<Modals />
</BrowserRouter>
);
};
38 changes: 0 additions & 38 deletions src/components/modal/Modal.stories.tsx

This file was deleted.

99 changes: 0 additions & 99 deletions src/components/modal/Modal.tsx

This file was deleted.

101 changes: 0 additions & 101 deletions src/components/modal/ModalV3.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions src/components/modalFullscreen/ModalFullscreen.stories.tsx

This file was deleted.

67 changes: 0 additions & 67 deletions src/components/modalFullscreen/ModalFullscreen.tsx

This file was deleted.

Loading