You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The energy cost displayed on the card description has a bug where it shows the total energy cost plus the required energy cost. This should be fixed as follows:
Current:
Fixed:
Acceptance criteria:
Energy cost should be displayed with the generic energy cost followed by the required energy cost.
The text was updated successfully, but these errors were encountered:
* adding functionality to filter buttons
* adding EOF lines
* Fixing issue with color filters
* resolve issue #34, now you can click on an active filter button and remove the filter
* fixing issue where comboEnergy was active and clicking on it wouldn't remove the filter
* resolve issue #32, now generic energy cost is displayed correctly
* Deleting semicolons, refactoring the filterbox file, adding hooks
* refactoring the method to create buttons
* added changes so when a filter by same field already exist it will add it as an or into the same filter, also added changes requested by irving
* deleting semicolons
The energy cost displayed on the card description has a bug where it shows the total energy cost plus the required energy cost. This should be fixed as follows:
Current:
Fixed:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: