My Accounts
-
@@ -41,18 +97,18 @@ class Main extends React.Component {
- Customer:
- Kevin McCallister
+ Customer:
+ Kevin McCallister
- Email:
- current@email.com
+ Email:
+ current@email.com
- SSN:
- 1234567890-09876
+ SSN:
+ 1234567890-09876
@@ -73,12 +129,30 @@ class Main extends React.Component {
$100.00 |
- | Account Title #1 |
- $150.00 |
+ Account Title #2 |
+
+ |
+
+
+
+
+
+
+
);
}
@@ -147,7 +221,7 @@ export default connect(({auth, demoUi = new Map()}) => {
currentUserUid: auth.getIn(["user", "attributes", "provider"]) || "none",
currentUserProvider: auth.getIn(["user", "attributes", "uid"]) || "none",
currentUserEndpoint: auth.getIn(["user", "endpointKey"]) || "none",
- theme: demoUi.get("theme"),
+ //theme: demoUi.get("theme"),
pageEndpoint: demoUi.get("endpoint")
})
-})(Main);
\ No newline at end of file
+})(MyAccounts);
\ No newline at end of file
diff --git a/js-frontend/src/views/modals/Add3rdPartyAccountModal.js b/js-frontend/src/views/modals/Add3rdPartyAccountModal.js
new file mode 100644
index 0000000..aff5b97
--- /dev/null
+++ b/js-frontend/src/views/modals/Add3rdPartyAccountModal.js
@@ -0,0 +1,68 @@
+/**
+ * Created by andrew on 20/02/16.
+ */
+import React from "react";
+import { PageHeader, OverlayTrigger, Modal, Tooltip, Grid, Col, Row, Nav, NavItem, ButtonGroup, Button, Table } from "react-bootstrap";
+import { Link, IndexLink} from "react-router";
+import { connect } from "react-redux";
+import Select from "react-select";
+
+export class Add3rdPartyAccountModal extends React.Component {
+
+ ownerChanged(argq, arg2, arg3) {
+ debugger;
+ }
+
+ accountChanged(argq, arg2, arg3) {
+ debugger;
+ }
+
+ render() {
+
+ return (
+