-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- adapt naming to match the implementation - sort vs filter, cards-container vs list - added added type to get better tool feedback - refactor code to: - only request data once from the server - process branch details only once - eliminate redundant code to add changes to the changes lists (with and without filtering) - break things up into more functions - use .data() function to access the triggered element and avoid having to create new closures for each element Signed-off-by: Stefan Marr <git@stefan-marr.de>
- Loading branch information
Showing
5 changed files
with
197 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.