Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
86 changes: 24 additions & 62 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions client/src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.App {
text-align: center;
}

.App-logo {
height: 40vmin;
}

.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}

.App-link {
color: #09d3ac;
}
2 changes: 2 additions & 0 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import GetComplaints from './pages/getComplaints/getComplaints';
import Aboutme from './pages/aboutme/aboutme';
import AccountRegister from './pages/accountRegister/accountRegister';
import AccountAuthorise from './pages/accountAuthorise/accountAuthorise';
import UpdateComplaint from './pages/updateComplaint/updateComplaint';
class App extends Component {
render() {
return (
Expand All @@ -22,6 +23,7 @@ class App extends Component {
<Route path="/aboutme" exact component={Aboutme} />
<Route path="/accountAuthorise" exact component={AccountAuthorise} />
<Route path="/accountRegister" exact component={AccountRegister} />
<Route path="/addAgency" exact component={ UpdateComplaint } />
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not make sense 'UpdateComplaint' == 'addAgency'??

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no need for a new update page as we already have a button in getallcomplaint


{/* <Route path="/:type" exact component={ProductList} />
<Route path="/:type/:handle" exact component={Product} /> */}
Expand Down
2 changes: 1 addition & 1 deletion client/src/contracts/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@
}
},
"schemaVersion": "3.0.19",
"updatedAt": "2020-04-13T17:17:17.744Z",
"updatedAt": "2020-05-03T17:59:58.768Z",
"networkType": "ethereum",
"devdoc": {
"methods": {}
Expand Down
2,840 changes: 1,420 additions & 1,420 deletions client/src/contracts/Nitya.json

Large diffs are not rendered by default.

Loading