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

update merge #16

Merged
merged 20 commits into from
Jun 27, 2023
Merged

update merge #16

merged 20 commits into from
Jun 27, 2023

Conversation

carkom
Copy link
Owner

@carkom carkom commented Jun 27, 2023

No description provided.

Shazib and others added 20 commits June 23, 2023 14:38
Looks like this got missed in the last PR!
* Provide `match` prop to class components that still rely on it.
* Fixes #1169
* Fixes an unrelated crash on Payees
#1173)

- New linter rules are now added
- Perhaps the `createPayee` method i've tagged with a disable should be
deleted.
- I have ignored unused methods in Plaid/Mobile as this stuff is still
WIP/experimental?
Also remove the need to unmount & remount when switching between
accounts. Fixes #1169
I've updated the return values in `sync/index` to sensible values based
on how they're being called.

I've updated the type of `msg.value` to be `string | number | null` to
match the values expected by `serializeValue`
Based on Tom's comment
(#1058 (comment))
I've eliminated all direct use of date-fns and only use the functions in
months.ts.

---------

Co-authored-by: Matiss Janis Aboltins <[email protected]>
Just removing some unused/unnecessary scripts and `IS_BETA` env variable
+ the associated code (we don't use this in the OS version of Actual).
It me it seems the monkey patch is no longer necessary.. At least I'm
not able to reproduce any `escape` key related issues. But LMK what you
think.

The `@reach/listbox` component is used for the custom select component
(for example: for filters).
Another monkeypatch bites the dust.

AFAIK there is no regression in functionality. But please test
yourselves too to double check.
I checked through the other references to `navigate` and none of them
appeared to be affected.
This will reduce install/lockfile size but won’t affect the built bundle
size. Still nice, hopefully!
This fixes an error that you’ll see about an unused export if you build
before linting.
This significantly speeds up `yarn lint` for me. It also ensures we’re
listing all source files in the project, including the `.eslintrc` files
and any other files that may be present.
@carkom carkom merged commit 06914fc into carkom:sortAccounts Jun 27, 2023
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.

8 participants