Contribution details #140
Reference in New Issue
Block a user
Delete Branch "feature/contribution_details"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a details pane for contribution records, similar to contributor profiles.
Just the basic details for now. Can be extended with all kinds of data, links, icons, etc. from here on.
closes #121
Code looks alright and everything works.
One thing I noticed though: when scrolling down and selecting a contribution further down, you can't see the contribution details, because those are still at the top of the page.
Wouldn't it be better to show the contribution details right below the selected contribution?
No. The solution is to have the details pane be fixed in position when scrolling down, but that's a major layout problem, which I wasn't able to solve quickly. This is just the basic implementation for contributions details, as described above. All improvements from here on are separate PRs (and btw, anyone can help with them).
@@ -0,0 +1,59 @@section#contribution-details {👍