-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[WIP] [Redux Toolkit Migration] budgetsSlice #4114
base: redux-toolkit-app-slice
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
bea10bc
to
45d239d
Compare
9d1bf98
to
85aa0b4
Compare
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
|
45d239d
to
d070f5c
Compare
85aa0b4
to
d548b76
Compare
d070f5c
to
de19241
Compare
d548b76
to
c8c44df
Compare
de19241
to
c674df1
Compare
c8c44df
to
a8fd07d
Compare
c674df1
to
fb42bd2
Compare
a8fd07d
to
147278b
Compare
fb42bd2
to
ca87e7b
Compare
fb5f58e
to
794864d
Compare
1ed0633
to
421bb04
Compare
794864d
to
b9fe8ac
Compare
421bb04
to
37f7045
Compare
fee5ecb
to
72be8e4
Compare
37f7045
to
aad3e10
Compare
1bf6893
to
823f6d4
Compare
aad3e10
to
971119c
Compare
823f6d4
to
c1e0f46
Compare
971119c
to
78e7af6
Compare
f7b3341
to
e822d99
Compare
78e7af6
to
9a4e154
Compare
e822d99
to
c10b812
Compare
9a4e154
to
0f10444
Compare
5f5f286
to
4cae33a
Compare
9baef3e
to
156e0ba
Compare
4cae33a
to
a9c708f
Compare
156e0ba
to
bc0672e
Compare
a9c708f
to
7f38a24
Compare
actions/account.ts
/reducers/account.ts
->accounts/accountsSlice.ts
[Redux Toolkit Migration] accountsSlice #4012actions/queries.ts
/reducers/queries.ts
->queries/queriesSlice.ts
[Redux Toolkit Migration] queriesSlice #4016actions/app.ts
/reducers/app.ts
->app/appSlice.ts
[Redux Toolkit Migration] appSlice #4018actions/budgets.ts
/reducers/budgets.ts
->budgets/budgetsSlice.ts
actions/modals.ts
/reducers/modals.ts
->modals/modalsSlice.ts
actions/notifications.ts
/reducers/notifications.ts
->notifications/notificationsSlice.ts
actions/prefs.ts
/reducers/prefs.ts
->prefs/prefsSlice.ts
actions/user.ts
/reducers/user.ts
->users/usersSlice.ts