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
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?
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?
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).
> 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).
raucao
(Migrated from github.com)
reviewed 2019-07-17 14:54:53 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 {👍