@oasisomniverse/nextjs 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/package.json +29 -0
  2. package/src/components/ForgetPassword.tsx +127 -0
  3. package/src/components/Login.tsx +223 -0
  4. package/src/components/ResetPassword.tsx +177 -0
  5. package/src/components/Signup.tsx +286 -0
  6. package/src/components/VerifyEmail.tsx +69 -0
  7. package/src/components/common/AvatarConnect.tsx +90 -0
  8. package/src/components/common/Contact.tsx +61 -0
  9. package/src/components/common/Eggs.tsx +51 -0
  10. package/src/components/common/Game.tsx +37 -0
  11. package/src/components/common/HyperDrive.tsx +51 -0
  12. package/src/components/common/KarmaToast.tsx +39 -0
  13. package/src/components/common/Map.tsx +43 -0
  14. package/src/components/common/MenuMessage.tsx +71 -0
  15. package/src/components/common/Messaging.tsx +75 -0
  16. package/src/components/common/Mission.tsx +41 -0
  17. package/src/components/common/NFT.tsx +43 -0
  18. package/src/components/common/NavBar.tsx +138 -0
  19. package/src/components/common/OApp.tsx +42 -0
  20. package/src/components/common/ONET.tsx +51 -0
  21. package/src/components/common/ONODE.tsx +50 -0
  22. package/src/components/common/OasisModal.tsx +30 -0
  23. package/src/components/common/ProviderDropdown.tsx +26 -0
  24. package/src/components/common/Providers.tsx +39 -0
  25. package/src/components/common/Quest.tsx +41 -0
  26. package/src/components/common/SearchAvatars.tsx +50 -0
  27. package/src/components/common/Seeds.tsx +40 -0
  28. package/src/components/common/Settings.tsx +71 -0
  29. package/src/components/common/StarField.tsx +57 -0
  30. package/src/components/common/Wallet.tsx +46 -0
  31. package/src/components/popups/avatar/components/AvatarWallet.tsx +170 -0
  32. package/src/components/popups/avatar/components/EditAvatar.tsx +35 -0
  33. package/src/components/popups/avatar/components/SearchAvatar.tsx +35 -0
  34. package/src/components/popups/avatar/components/ViewAvatar.tsx +149 -0
  35. package/src/components/popups/avatar/index.tsx +40 -0
  36. package/src/components/popups/comingsoon/ComingSoon.tsx +29 -0
  37. package/src/components/popups/confirmation/Confirmation.tsx +31 -0
  38. package/src/components/popups/contact/index.tsx +101 -0
  39. package/src/components/popups/data-screen/components/AddData.tsx +90 -0
  40. package/src/components/popups/data-screen/components/CrossChainManagement.tsx +88 -0
  41. package/src/components/popups/data-screen/components/LoadData.tsx +158 -0
  42. package/src/components/popups/data-screen/components/ManageData.tsx +35 -0
  43. package/src/components/popups/data-screen/components/OffChainManagement.tsx +178 -0
  44. package/src/components/popups/data-screen/components/SearchData.tsx +35 -0
  45. package/src/components/popups/data-screen/index.tsx +53 -0
  46. package/src/components/popups/eggs/components/ManageEggs.tsx +35 -0
  47. package/src/components/popups/eggs/components/SearchEggs.tsx +35 -0
  48. package/src/components/popups/eggs/components/ViewEggs.tsx +35 -0
  49. package/src/components/popups/eggs/index.tsx +32 -0
  50. package/src/components/popups/game/components/SearchProfiles.tsx +35 -0
  51. package/src/components/popups/game/components/ViewAchievements.tsx +35 -0
  52. package/src/components/popups/game/components/ViewLeagues.tsx +35 -0
  53. package/src/components/popups/game/components/ViewTournaments.tsx +35 -0
  54. package/src/components/popups/game/index.tsx +39 -0
  55. package/src/components/popups/karma/components/SearchKarma.tsx +35 -0
  56. package/src/components/popups/karma/components/ViewAvatarKarma.tsx +140 -0
  57. package/src/components/popups/karma/components/ViewKarma.tsx +104 -0
  58. package/src/components/popups/karma/components/VoteKarma.tsx +35 -0
  59. package/src/components/popups/karma/index.tsx +35 -0
  60. package/src/components/popups/map/components/Add2dObjectMap.tsx +35 -0
  61. package/src/components/popups/map/components/Add3dObjectMap.tsx +35 -0
  62. package/src/components/popups/map/components/AddQuestToMap.tsx +35 -0
  63. package/src/components/popups/map/components/DownloadOurWorld.tsx +35 -0
  64. package/src/components/popups/map/components/ManageMap.tsx +35 -0
  65. package/src/components/popups/map/components/PlotRouteOnMap.tsx +35 -0
  66. package/src/components/popups/map/components/SearchMap.tsx +35 -0
  67. package/src/components/popups/map/components/ViewGlobal3dMap.tsx +35 -0
  68. package/src/components/popups/map/components/ViewHalonsOnMap.tsx +35 -0
  69. package/src/components/popups/map/components/ViewOappOnMap.tsx +35 -0
  70. package/src/components/popups/map/components/ViewQuestOnMap.tsx +35 -0
  71. package/src/components/popups/map/index.tsx +80 -0
  72. package/src/components/popups/messages/Message.tsx +87 -0
  73. package/src/components/popups/mission/components/ManageMission.tsx +35 -0
  74. package/src/components/popups/mission/components/SearchMission.tsx +35 -0
  75. package/src/components/popups/mission/components/ViewMission.tsx +35 -0
  76. package/src/components/popups/mission/index.tsx +33 -0
  77. package/src/components/popups/nft/ContactPopup.tsx +147 -0
  78. package/src/components/popups/nft/Solana.tsx +71 -0
  79. package/src/components/popups/nft/components/ManageOasisNft.tsx +35 -0
  80. package/src/components/popups/nft/components/PurchaseOasisNft.tsx +35 -0
  81. package/src/components/popups/nft/components/PurchaseOasisVirtualLandNft.tsx +35 -0
  82. package/src/components/popups/nft/components/SearchOasisNft.tsx +35 -0
  83. package/src/components/popups/nft/components/ViewOasisNft.tsx +35 -0
  84. package/src/components/popups/nft/index.tsx +46 -0
  85. package/src/components/popups/oapp/components/CreateOAPP.tsx +35 -0
  86. package/src/components/popups/oapp/components/DeployOAPP.tsx +35 -0
  87. package/src/components/popups/oapp/components/DownloadOurWorld.tsx +35 -0
  88. package/src/components/popups/oapp/components/EditOAPP.tsx +35 -0
  89. package/src/components/popups/oapp/components/InstallOAPP.tsx +35 -0
  90. package/src/components/popups/oapp/components/LaunchOAPP.tsx +35 -0
  91. package/src/components/popups/oapp/components/ManageOAPP.tsx +69 -0
  92. package/src/components/popups/oapp/components/SearchOAPP.tsx +35 -0
  93. package/src/components/popups/oapp/index.tsx +63 -0
  94. package/src/components/popups/provider/components/ActivityPub.tsx +35 -0
  95. package/src/components/popups/provider/components/CompareProviderSpeeds.tsx +124 -0
  96. package/src/components/popups/provider/components/Eosio.tsx +35 -0
  97. package/src/components/popups/provider/components/Ethereum.tsx +35 -0
  98. package/src/components/popups/provider/components/Holochain.tsx +35 -0
  99. package/src/components/popups/provider/components/Ipfs.tsx +36 -0
  100. package/src/components/popups/provider/components/ManageAutoFailOver.tsx +35 -0
  101. package/src/components/popups/provider/components/ManageAutoReplicaton.tsx +35 -0
  102. package/src/components/popups/provider/components/ManageLoadBalancing.tsx +35 -0
  103. package/src/components/popups/provider/components/ManageProviders.tsx +35 -0
  104. package/src/components/popups/provider/components/MongoDb.tsx +35 -0
  105. package/src/components/popups/provider/components/Neo4j.tsx +35 -0
  106. package/src/components/popups/provider/components/SearchProviders.tsx +123 -0
  107. package/src/components/popups/provider/components/Seeds.tsx +35 -0
  108. package/src/components/popups/provider/components/Solid.tsx +35 -0
  109. package/src/components/popups/provider/components/SqlLite.tsx +35 -0
  110. package/src/components/popups/provider/components/ThreeFold.tsx +35 -0
  111. package/src/components/popups/provider/components/ViewProviderStats.tsx +124 -0
  112. package/src/components/popups/provider/components/ViewProviders.tsx +122 -0
  113. package/src/components/popups/provider/index.tsx +114 -0
  114. package/src/components/popups/quest/components/ManageQuest.tsx +35 -0
  115. package/src/components/popups/quest/components/SearchQuest.tsx +35 -0
  116. package/src/components/popups/quest/components/ViewQuest.tsx +35 -0
  117. package/src/components/popups/quest/index.tsx +33 -0
  118. package/src/components/popups/seeds/components/AcceptInvite.tsx +62 -0
  119. package/src/components/popups/seeds/components/DonateSeeds.tsx +179 -0
  120. package/src/components/popups/seeds/components/ManageSeeds.tsx +35 -0
  121. package/src/components/popups/seeds/components/PayWithSeeds.tsx +234 -0
  122. package/src/components/popups/seeds/components/RewardSeeds.tsx +179 -0
  123. package/src/components/popups/seeds/components/SearchSeeds.tsx +92 -0
  124. package/src/components/popups/seeds/components/SendInvite.tsx +179 -0
  125. package/src/components/popups/seeds/components/ViewOrganizations.tsx +179 -0
  126. package/src/components/popups/seeds/components/ViewSeeds.tsx +222 -0
  127. package/src/components/popups/seeds/index.tsx +71 -0
  128. package/src/index.ts +129 -0
@@ -0,0 +1,71 @@
1
+ 'use client';
2
+ import React from 'react';
3
+
4
+ import { Modal } from 'react-bootstrap';
5
+
6
+ import '../../../assets/scss/nft.scss';
7
+ import ProviderDropdown from '../../common/ProviderDropdown';
8
+
9
+ class Solana extends React.Component {
10
+ render() {
11
+ const { show, hide } = this.props;
12
+
13
+ return (
14
+ <>
15
+ <Modal
16
+ centered
17
+ className="custom-modal custom-popup-component"
18
+ show={show}
19
+ onHide={() => hide('nft', 'solana')}
20
+ >
21
+ <Modal.Body>
22
+ <span className="form-cross-icon" onClick={() => hide('nft', 'solana')}>
23
+ <i className="fa fa-times"></i>
24
+ </span>
25
+
26
+ <div className="popup-container default-popup">
27
+ <div className="nft-container solana">
28
+ <h1 className="single-heading">Solana Provider</h1>
29
+
30
+ <div className="form-container">
31
+ <form>
32
+ <p className="single-form-row">
33
+ <label>Solana : </label>
34
+ <input type="text" />
35
+ </p>
36
+
37
+ <ProviderDropdown />
38
+
39
+ <p className="single-form-row">
40
+ <label>To Avatar :</label>
41
+ <input type="text" />
42
+ </p>
43
+
44
+ <p className="single-form-row">
45
+ <label>Or Wallet Address :</label>
46
+ <input type="text" />
47
+ </p>
48
+
49
+ <p className="single-form-row">
50
+ <label>Message :</label>
51
+ <textarea ></textarea>
52
+ </p>
53
+
54
+ <p className="single-form-row btn-right">
55
+ <button
56
+ className="sm-button"
57
+ type="submit"
58
+ >Send</button>
59
+ </p>
60
+ </form>
61
+ </div>
62
+ </div>
63
+ </div>
64
+ </Modal.Body>
65
+ </Modal>
66
+ </>
67
+ );
68
+ }
69
+ }
70
+
71
+ export default Solana;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class ManageOasisNft extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('nft', 'manageOasisNft')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>Coming Soon</h2>
26
+ <p>This module is coming soon...</p>
27
+ <button onClick={() => hide('nft', 'manageOasisNft')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default ManageOasisNft;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class PurchaseOasisNft extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('nft', 'purchaseOasisNft')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>Coming Soon</h2>
26
+ <p>This module is coming soon...</p>
27
+ <button onClick={() => hide('nft', 'purchaseOasisNft')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default PurchaseOasisNft;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class PurchaseOasisVirtualLandNft extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('nft', 'purchaseOasisVirtualLandNft')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>Coming Soon</h2>
26
+ <p>This module is coming soon...</p>
27
+ <button onClick={() => hide('nft', 'purchaseOasisVirtualLandNft')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default PurchaseOasisVirtualLandNft;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class SearchOasisNft extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('nft', 'searchOasisNft')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>Coming Soon</h2>
26
+ <p>This module is coming soon...</p>
27
+ <button onClick={() => hide('nft', 'searchOasisNft')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default SearchOasisNft;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class ViewOasisNft extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('nft', 'viewOasisNft')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>Coming Soon</h2>
26
+ <p>This module is coming soon...</p>
27
+ <button onClick={() => hide('nft', 'viewOasisNft')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default ViewOasisNft;
@@ -0,0 +1,46 @@
1
+ 'use client';
2
+ import React from 'react';
3
+
4
+ import ManageOasisNft from './components/ManageOasisNft';
5
+ import PurchaseOasisNft from './components/PurchaseOasisNft';
6
+ import ViewOasisNft from './components/ViewOasisNft';
7
+ import PurchaseOasisVirtualLandNft from './components/PurchaseOasisVirtualLandNft';
8
+ import SearchOasisNft from './components/SearchOasisNft';
9
+
10
+ class Quest extends React.Component {
11
+
12
+ render() {
13
+ const props=this.props;
14
+ return(
15
+ <>
16
+ <ViewOasisNft
17
+ show={props.nft.viewOasisNft}
18
+ hide={props.toggleScreenPopup}
19
+ />
20
+
21
+ <ManageOasisNft
22
+ show={props.nft.manageOasisNft}
23
+ hide={props.toggleScreenPopup}
24
+ />
25
+
26
+ <PurchaseOasisNft
27
+ show={props.nft.purchaseOasisNft}
28
+ hide={props.toggleScreenPopup}
29
+ />
30
+
31
+ <PurchaseOasisVirtualLandNft
32
+ show={props.nft.purchaseOasisVirtualLandNft}
33
+ hide={props.toggleScreenPopup}
34
+ />
35
+
36
+ <SearchOasisNft
37
+ show={props.nft.searchOasisNft}
38
+ hide={props.toggleScreenPopup}
39
+ />
40
+
41
+ </>
42
+ )
43
+ }
44
+ }
45
+
46
+ export default Quest;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class CreateOAPP extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'createOAPP')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>STAR ODK Coming Soon.</h2>
26
+ <p>This is functionaliy that is built in the STAR ODK and will soon be released. You can then download STAR ODK from the Developer menu.</p>
27
+ <button onClick={() => hide('oapp', 'createOAPP')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default CreateOAPP;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class DeployOAPP extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'deployOAPP')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>STAR ODK Coming Soon.</h2>
26
+ <p>This is functionaliy that is built in the STAR ODK and will soon be released. You can then download STAR ODK from the Developer menu.</p>
27
+ <button onClick={() => hide('oapp', 'deployOAPP')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default DeployOAPP;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class DownloadOurWorld extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'downloadOurWorld')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>STAR ODK Coming Soon.</h2>
26
+ <p>The alpha release of this will be coming soon… please check back soon… thank you.</p>
27
+ <button onClick={() => hide('oapp', 'downloadOurWorld')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default DownloadOurWorld;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class EditOAPP extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'editOAPP')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>STAR ODK Coming Soon.</h2>
26
+ <p>This is functionaliy that is built in the STAR ODK and will soon be released. You can then download STAR ODK from the Developer menu.</p>
27
+ <button onClick={() => hide('oapp', 'editOAPP')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default EditOAPP;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class InstallOAPP extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'installOAPP')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>STAR ODK Coming Soon.</h2>
26
+ <p>This is functionaliy that is built in the STAR ODK and will soon be released. You can then download STAR ODK from the Developer menu.</p>
27
+ <button onClick={() => hide('oapp', 'installOAPP')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default InstallOAPP;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class LaunchOAPP extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'launchOAPP')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>STAR ODK Coming Soon.</h2>
26
+ <p>This is functionaliy that is built in the STAR ODK and will soon be released. You can then download STAR ODK from the Developer menu.</p>
27
+ <button onClick={() => hide('oapp', 'launchOAPP')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default LaunchOAPP;
@@ -0,0 +1,69 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ // import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class ManageOAPP extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="md"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'manageOAPP')}
19
+ >
20
+ <Modal.Body className="">
21
+ <div className="popup-heading">
22
+ <h3>OAPPS INSTALLED</h3>
23
+ </div>
24
+
25
+ <div className="all-oaps-data">
26
+ <div>
27
+ <p>hAPP: 5</p>
28
+ <p>SOLID: 3</p>
29
+ <p>ETH: 7</p>
30
+ <p>WEB: 3</p>
31
+ </div>
32
+
33
+ <p>Total: 18</p>
34
+ </div>
35
+
36
+ <div className="all-oaps-table">
37
+ <div className="oapp-table-heading">
38
+ <p>OAPP</p>
39
+ <p>Installed</p>
40
+ <p>Version</p>
41
+ <p>Type</p>
42
+ </div>
43
+
44
+ <div className="oapp-table-data">
45
+ <div className="oapp-table-row">
46
+ <div className="oapp-single-row">
47
+ <p>Our World</p>
48
+ <p>01/01/2023</p>
49
+ <p>Alpha 0.01</p>
50
+ <p>hApp</p>
51
+ </div>
52
+
53
+ <div className="oapp-single-row">
54
+ <p>Our World</p>
55
+ <p>01/01/2023</p>
56
+ <p>Alpha 0.01</p>
57
+ <p>hApp</p>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ </Modal.Body>
63
+ </Modal>
64
+ </>
65
+ );
66
+ }
67
+ }
68
+
69
+ export default ManageOAPP;
@@ -0,0 +1,35 @@
1
+ 'use client';
2
+ import React from 'react';
3
+ import { Modal } from "react-bootstrap";
4
+ import '../../../../assets/scss/coming-soon.scss';
5
+ import InfoIcon from '../../../../assets/images/icon-info.svg'
6
+
7
+ class SearchOAPP extends React.Component {
8
+ state = { }
9
+ render() {
10
+ const { show, hide } = this.props;
11
+
12
+ return (
13
+ <>
14
+ <Modal
15
+ size="sm"
16
+ show={show}
17
+ dialogClassName=""
18
+ onHide={() => hide('oapp', 'searchOAPP')}
19
+ >
20
+ <Modal.Body className="text-center coming-soon">
21
+ <img
22
+ src={InfoIcon}
23
+ alt="icon"
24
+ />
25
+ <h2>STAR ODK Coming Soon.</h2>
26
+ <p>This is functionaliy that is built in the STAR ODK and will soon be released. You can then download STAR ODK from the Developer menu.</p>
27
+ <button onClick={() => hide('oapp', 'searchOAPP')}>OK</button>
28
+ </Modal.Body>
29
+ </Modal>
30
+ </>
31
+ );
32
+ }
33
+ }
34
+
35
+ export default SearchOAPP;