Skip to content
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

Add sorting options [gh-1138] #1148

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

Add sorting options [gh-1138] #1148

wants to merge 13 commits into from

Conversation

andrewbiang888
Copy link
Collaborator

@andrewbiang888 andrewbiang888 commented Dec 29, 2020

This PR adds the ability to sort by more columns on the expense & contribution tables (#1138)

@andrewbiang888 andrewbiang888 marked this pull request as ready for review December 31, 2020 05:23
@andrewbiang888 andrewbiang888 changed the title WIP: Add sorting options [gh-1138] Add sorting options [gh-1138] Jan 16, 2021
@@ -4,5 +4,7 @@ set -e

export PATH=$PATH:$HOME/.local/bin

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like something that is used for testing and should be removed?

@@ -133,7 +133,7 @@ export const getCurrentContributionMatch = state => {
export const getCurrentMatchResults = state => {
const currentMatches = getCurrentContributionMatch(state);
const matches = [];
const results = currentMatches.results;
const results = (currentMatches || {}).results;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly to satiate my curiosity, why is this like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants