-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Display balances in category autocomplete #2551
Conversation
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bundle Stats — desktop-clientHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged
|
Bundle Stats — loot-coreHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
dc9371f
to
ce4ec19
Compare
This is exactly what I wanted - only thing I would say is the red is really hard to read. |
I'm frying to figure out how to make the balances available to the test which is failing. Would appreciate any tips to put me into the right direction. :) |
00919e2
to
476e0db
Compare
4b2943e
to
0f6e749
Compare
Did a rebase, the mobile above should now be resolved. :) |
a54479c
to
a8dd511
Compare
Small bug on desktop version:
edit: same issue with 1x transaction |
518a9ff
to
a66886e
Compare
The batch edit bug should now be fixed :) |
const _positiveColor = colors.positiveColor || theme.noticeText; | ||
const _negativeColor = colors.negativeColor || theme.errorText; | ||
const _zeroColor = colors.zeroColor || theme.tableTextSubdued; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥜 nitpick: tbh I'm not a big fan of this naming convention. I don't see it adding any value. Especially in this context.
Closes #534