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
Unknown Object (File)
Wed, Apr 3, 7:40 AM
Unknown Object (File)
Wed, Apr 3, 7:40 AM
Unknown Object (File)
Wed, Apr 3, 7:40 AM
Unknown Object (File)
Wed, Apr 3, 7:39 AM
Unknown Object (File)
Wed, Apr 3, 7:32 AM
Unknown Object (File)
Feb 13 2024, 5:39 AM
Unknown Object (File)
Feb 13 2024, 5:26 AM
Unknown Object (File)
Feb 13 2024, 5:22 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #25851)

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