-
-
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] usersSlice [Final PR] #4128
base: redux-toolkit-prefs-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. |
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
|
c15ad84
to
96ff1d9
Compare
5cbdb7d
to
582138a
Compare
96ff1d9
to
0ee4194
Compare
582138a
to
f0e15a2
Compare
0ee4194
to
2fa3739
Compare
f0e15a2
to
1e4d9a1
Compare
2fa3739
to
371697c
Compare
1e4d9a1
to
af70553
Compare
371697c
to
16aaaaf
Compare
af70553
to
389b7ae
Compare
16aaaaf
to
9214d3c
Compare
389b7ae
to
a42f2b3
Compare
9214d3c
to
89e607d
Compare
a42f2b3
to
43b6e4e
Compare
5a17f91
to
1c523c2
Compare
43b6e4e
to
29faba1
Compare
aec5914
to
27fbc36
Compare
29faba1
to
63a022d
Compare
fa3c692
to
5330b1e
Compare
63a022d
to
65641d0
Compare
5330b1e
to
4d6edf4
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
[WIP] [Redux Toolkit Migration] budgetsSlice #4114actions/modals.ts
/reducers/modals.ts
->modals/modalsSlice.ts
[WIP] [Redux Toolkit Migration] modalsSlice #4119actions/notifications.ts
/reducers/notifications.ts
->notifications/notificationsSlice.ts
[WIP] [Redux Toolkit Migration] notificationsSlice #4126actions/prefs.ts
/reducers/prefs.ts
->prefs/prefsSlice.ts
[WIP] [Redux Toolkit Migration] prefsSlice #4127actions/user.ts
/reducers/user.ts
->users/usersSlice.ts