nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Refactor home screen to feed #88

Closed thomaseizinger closed 6 years ago

thomaseizinger commented 6 years ago

The feed displays all actions that happened in the nobt grouped by their relative timestamp.

Before After
screen shot 2017-12-09 at 22 50 17 screen shot 2017-12-09 at 22 47 34

The feed is also capable of displaying payments.

In this PR, I also temporarily removed the sort and filter functionality from the UI.

Fixes #85.

Due to the efforts towards consistent styling, I was able to completely reuse the styling of the components in this PR and focus completely on the data and implementation. (Big win!) Talking about styling: The design can probably be improved but I would opt for getting the functionality in production so that we can launch payments functionality ASAP.