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
F3888651: D7666.id26387.diff
Fri, Jan 24, 1:42 PM
F3888649: D7666.id26376.diff
Fri, Jan 24, 1:42 PM
F3888647: D7666.id25851.diff
Fri, Jan 24, 1:42 PM
F3888594: D7666.id.diff
Fri, Jan 24, 1:41 PM
F3888542: D7666.diff
Fri, Jan 24, 1:35 PM
Unknown Object (File)
Tue, Jan 7, 12:19 AM
Unknown Object (File)
Sat, Jan 4, 3:28 PM
Unknown Object (File)
Dec 16 2024, 1:00 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