You are now able to see all the entries of a user.
On the dashboard click "View entries".
The "edit" and "delete" button do not work yet. Will add it in future commits.
Added very simple CSS styling in /components/Entry.css These should be replaced by TailWindCSS.
When you click view entries it dispatches and action to the store.
The action will fetch the entries from the server and load it in the global state.
When the entries page loads it displays the entries loaded from the global state.
Each entry receives props from the entries page.
New feature:
You are now able to see all the entries of a user. On the dashboard click "View entries". The "edit" and "delete" button do not work yet. Will add it in future commits. Added very simple CSS styling in /components/Entry.css These should be replaced by TailWindCSS.
When you click view entries it dispatches and action to the store. The action will fetch the entries from the server and load it in the global state. When the entries page loads it displays the entries loaded from the global state. Each entry receives props from the entries page.