* [x] Calculate unconfirmed balances
* [x] Use new collection in toplist component
* [x] Allow toggling between confirmed and total amounts
* [x] Tests
closes #111
bumi
(Migrated from github.com)
approved these changes 2019-05-01 18:45:12 +00:00
Did you see that you can now suggest changes to commit in code comments? It's the first icon button in the comment topbar. Makes it much easier to see what the suggested change is as well, because the code behind the comment isn't cut off then...
Never mind, it's a bigger change.
<del>Did you see that you can now suggest changes to commit in code comments? It's the first icon button in the comment topbar. Makes it much easier to see what the suggested change is as well, because the code behind the comment isn't cut off then...</del>
Never mind, it's a bigger change.
raucao
(Migrated from github.com)
reviewed 2019-05-01 18:55:03 +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.
closes #111
nice, worked great on my machine!
let's merge it!
@@ -0,0 +9,4 @@let groups = A();let items = collection;if (items) {maybe
if(!items) {
return groups;
}
@@ -30,0 +26,4 @@// assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo')));// assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));// });// });are this comments still needed, or can we take it from git?
@@ -30,0 +26,4 @@// assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo')));// assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));// });// });I think it's more convenient to leave them there. Needed again soon when adding more custom functions to the controller.
@@ -0,0 +9,4 @@let groups = A();let items = collection;if (items) {Did you see that you can now suggest changes to commit in code comments? It's the first icon button in the comment topbar. Makes it much easier to see what the suggested change is as well, because the code behind the comment isn't cut off then...Never mind, it's a bigger change.
@@ -0,0 +9,4 @@let groups = A();let items = collection;if (items) {I think a single return is a bit cleaner here.