Page MenuHomePhabricator

[web-db] stop persisting drafts in redux-persist
ClosedPublic

Authored by kamil on Apr 27 2023, 7:42 AM.
Tags
None
Referenced Files
F3353400: D7666.id26387.diff
Sat, Nov 23, 9:45 AM
F3352702: D7666.diff
Sat, Nov 23, 7:01 AM
Unknown Object (File)
Sat, Nov 2, 1:01 AM
Unknown Object (File)
Sat, Nov 2, 1:01 AM
Unknown Object (File)
Sat, Nov 2, 1:01 AM
Unknown Object (File)
Sat, Nov 2, 12:55 AM
Unknown Object (File)
Sep 26 2024, 4:13 PM
Unknown Object (File)
Sep 26 2024, 4:10 PM
Subscribers

Details

Summary

Drafts are now in SQLite - we can remove those from redux-persist (only for staff).

Depends on D7665

Test Plan

Check if drafts still works and are not persisted via redux-persist.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 27 2023, 7:59 AM
web/root.js
29

To make it clear that this only reflects the state at the start of execution, maybe we rename this variable

This revision is now accepted and ready to land.Apr 28 2023, 4:35 AM

address review, rebase before landing