cised-ca / se-dir-frontend-react

GNU Affero General Public License v3.0
2 stars 1 forks source link

ResultsListComponent & co. #1

Closed chimo closed 8 years ago

chimo commented 8 years ago

Hey @nsieber

When you get a chance, can you push the "ResultsListComponent"-related files. Looks like they didn't make it to the repo, somehow.

Thanks!

nsieber commented 8 years ago

@chimo Pushed a version that should be similar to what you saw yesterday.

React logs an error message if you don't assign a key ID to every child in the rows array. Trying to get that fixed before displaying more fields.

chimo commented 8 years ago

Sounds good :)

Make sure you git add the untracked files, turns out git commit -am only stages modified and deleted files, but not new ones

chimo commented 8 years ago

:+1: