-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#153 Add application summary #160
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
48decb7
to
6a1fa5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nevendyulgerov, I did some testing, and a couple of things need to be fixed. The summary and latest inputs
cards are unfiltered. They show the total inputs indexed and the latest inputs sent to any application. This is a summary page for the application you are checking so filtering by its address is necessary.
Good one. Just need to rebase the branch. |
…icon and summary component
…ication home page instead
bde5b6e
to
ce781e2
Compare
I tweaked
/applications/{address}
route to display the application summary information with 4 cards for inputs, notices, vouchers and reports. Below the cards, I added the 6 latest inputs table.