At the moment, the customServer redux field lives only in native. Since we want to use this state in web as well, we will need to lift the redux logic into lib. This diff handles lifting the redux state into lib
Depends on D10090
Paths
| Differential D10092 Authored by ginsu on Nov 29 2023, 12:55 AM.
Details Summary At the moment, the customServer redux field lives only in native. Since we want to use this state in web as well, we will need to lift the redux logic into lib. This diff handles lifting the redux state into lib Depends on D10090 Test Plan flow and confirmed that the custom server on native works as expected Here is a demo video also showing that the custom server field also works on web too
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptNov 29 2023, 12:55 AM2023-11-29 00:55:38 (UTC-8) ginsu edited the summary of this revision. (Show Details)Nov 29 2023, 1:10 AM2023-11-29 01:10:35 (UTC-8) Harbormaster completed remote builds in B24604: Diff 33983.Nov 29 2023, 1:20 AM2023-11-29 01:20:00 (UTC-8) Comment Actions Looks good to me - just would prefer if someone else could take a look though regarding the redux setup This revision is now accepted and ready to land.Nov 29 2023, 4:09 AM2023-11-29 04:09:52 (UTC-8) This revision now requires review to proceed.Nov 29 2023, 4:09 AM2023-11-29 04:09:57 (UTC-8) Comment Actions Can you also check if calling setCustomServerActionType on web sets the value in the store? This revision is now accepted and ready to land.Nov 30 2023, 1:45 AM2023-11-30 01:45:26 (UTC-8) ginsu edited the test plan for this revision. (Show Details)Dec 4 2023, 10:51 PM2023-12-04 22:51:34 (UTC-8) ginsu attached a referenced file: F911854: Screen Recording 2023-12-05 at 1.50.05 AM.mov. (Show Details) Comment Actions
Amended the test plan to show a demo of this This revision was landed with ongoing or failed builds.Dec 4 2023, 11:02 PM2023-12-04 23:02:29 (UTC-8) Closed by commit rCOMM7797b12e0e16: [lib/native/web] lift customServer redux state into lib (authored by ginsu). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster failed remote builds in B24787: Diff 34252!Dec 4 2023, 11:43 PM2023-12-04 23:43:11 (UTC-8)
Revision Contents
Diff 34258 lib/reducers/custom-server-reducer.js
lib/reducers/master-reducer.js
lib/types/redux-types.js
native/redux/redux-setup.js
|