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

fix: adapt multiple features to glimmer #2975

Merged

Conversation

williammck
Copy link
Member

@williammck williammck commented Oct 8, 2022

GitHub Issue (if applicable): #2955 #2959 #2956 #2963

Trello Link (if applicable):

Explanation of Bugfix/Feature/Modification:
Fixes multiple features after YNAB's move to glimmer

  • account/toggle-transaction-filters
  • budget/collapse-inspector
  • budget/custom-average-budgeting
  • budget/display-total-overspent
  • budget/live-on-last-months-income
  • budget/show-available-after-savings
  • budget/subtract-upcoming-from-available
  • budget/target-balance-warning

Comment on lines +43 to +46
invoke() {
//
}

Copy link
Member

Choose a reason for hiding this comment

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

re: discussion in slack - can we update the shouldInvoke for all of these to return if we're on the appropriate page and then actually update invoke

fwiw, this one should probably return false in shouldInvoke since there's nothing happening in invoke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment