Browse Source

some changes

master
Nuno Martinho 5 years ago
parent
commit
6e0c098142
5 changed files with 18 additions and 4 deletions
  1. BIN
      dbs/myapp.mv.db
  2. +7
    -1
      public/scripts/main.js
  3. +1
    -1
      public/scripts/main.js.map
  4. +9
    -1
      ui/src/containers/DashboardContainer/index.jsx
  5. +1
    -1
      website/src/App.js

BIN
dbs/myapp.mv.db View File


+ 7
- 1
public/scripts/main.js View File

@ -178894,8 +178894,14 @@ var DashboardContainer = /*#__PURE__*/function (_Component) {
tab: "Statistics", tab: "Statistics",
key: "2" key: "2"
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_EventsChart_index_jsx__WEBPACK_IMPORTED_MODULE_7__["default"], null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(TabPane, { }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_EventsChart_index_jsx__WEBPACK_IMPORTED_MODULE_7__["default"], null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(TabPane, {
tab: "3",
tab: "User Events",
key: "3" key: "3"
}, "Content of Tab Pane 3"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(TabPane, {
tab: "User Reminders",
key: "4"
}, "Content of Tab Pane 3"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(TabPane, {
tab: "User Lists",
key: "5"
}, "Content of Tab Pane 3")), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", { }, "Content of Tab Pane 3")), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
className: "my-dashboard__button" className: "my-dashboard__button"
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_MyButton_index_jsx__WEBPACK_IMPORTED_MODULE_8__["default"], { }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_MyButton_index_jsx__WEBPACK_IMPORTED_MODULE_8__["default"], {


+ 1
- 1
public/scripts/main.js.map
File diff suppressed because it is too large
View File


+ 9
- 1
ui/src/containers/DashboardContainer/index.jsx View File

@ -107,7 +107,15 @@ export default class DashboardContainer extends Component {
<EventsChart /> <EventsChart />
</TabPane> </TabPane>
<TabPane tab="3" key="3">
<TabPane tab="User Events" key="3">
Content of Tab Pane 3
</TabPane>
<TabPane tab="User Reminders" key="4">
Content of Tab Pane 3
</TabPane>
<TabPane tab="User Lists" key="5">
Content of Tab Pane 3 Content of Tab Pane 3
</TabPane> </TabPane>
</Tabs> </Tabs>


+ 1
- 1
website/src/App.js View File

@ -34,7 +34,7 @@ function App() {
<Header style={{ position: 'fixed', zIndex: 1, width: '100%' }}> <Header style={{ position: 'fixed', zIndex: 1, width: '100%' }}>
<div className="logo" > <div className="logo" >
<Link to="/pt/"> <Link to="/pt/">
<img src="#" />
<img src="/images/logo.svg" />
</Link> </Link>
</div> </div>
<Menu mode="horizontal"> <Menu mode="horizontal">


Loading…
Cancel
Save