File tree 4 files changed +33
-34
lines changed
contexts/shell/activity_center/notification/syncing
4 files changed +33
-34
lines changed Original file line number Diff line number Diff line change 247
247
{:events [:pairing/finish-seed-phrase-fallback-syncing ]}
248
248
[{:keys [db]}]
249
249
{:fx [[:json-rpc/call
250
- [{:method " wakuext_finishPairingThroughSeedPhraseProcess "
250
+ [{:method " wakuext_enableInstallationAndPair "
251
251
:params [{:installationId (:syncing/installation-id db)}]
252
252
:js-response true
253
253
:on-success #(rf/dispatch [:sanitize-messages-and-process-response %])}]]]})
Original file line number Diff line number Diff line change 45
45
:button-one-props {:on-press #(pair-and-sync installation-id)}}]])
46
46
47
47
(defn installation-request-creator-view
48
- []
49
- (let [installation-id (rf/sub [:profile/installation-id ])]
50
- (rn/use-mount events-helper/dismiss-keyboard)
51
- [:<>
52
- [quo/text
53
- {:weight :semi-bold
54
- :size :heading-2
55
- :accessibility-label :new-device-sheet-heading
56
- :style style/heading}
57
- (i18n/label :t/pair-this-device-and-sync )]
58
- [quo/text
59
- {:weight :regular
60
- :size :paragraph-1
61
- :accessibility-label :new-device-sheet-message
62
- :style style/message}
63
- (i18n/label :t/new-device-detected-other-device-message )]
64
- [quo/text
65
- {:weight :semi-bold
66
- :size :heading-2
67
- :accessibility-label :new-device-installation-id
68
- :style style/heading}
69
- installation-id]
70
- [quo/bottom-actions
71
- {:actions :one-action
72
- :blur? true
73
- :container-style {:margin-top 12 }
74
- :button-one-label (i18n/label :t/close )
75
- :button-one-props {:type :grey
76
- :on-press events-helper/hide-bottom-sheet}}]]))
48
+ [installation-id]
49
+ (rn/use-mount events-helper/dismiss-keyboard)
50
+ [:<>
51
+ [quo/text
52
+ {:weight :semi-bold
53
+ :size :heading-2
54
+ :accessibility-label :new-device-sheet-heading
55
+ :style style/heading}
56
+ (i18n/label :t/pair-this-device-and-sync )]
57
+ [quo/text
58
+ {:weight :regular
59
+ :size :paragraph-1
60
+ :accessibility-label :new-device-sheet-message
61
+ :style style/message}
62
+ (i18n/label :t/new-device-detected-other-device-message )]
63
+ [quo/text
64
+ {:weight :semi-bold
65
+ :size :heading-2
66
+ :accessibility-label :new-device-installation-id
67
+ :style style/heading}
68
+ installation-id]
69
+ [quo/bottom-actions
70
+ {:actions :one-action
71
+ :blur? true
72
+ :container-style {:margin-top 12 }
73
+ :button-one-label (i18n/label :t/close )
74
+ :button-one-props {:type :grey
75
+ :on-press events-helper/hide-bottom-sheet}}]])
Original file line number Diff line number Diff line change 30
30
{:content
31
31
(fn []
32
32
[new-device-sheet/installation-request-creator-view
33
- ( :id installationId) ])}]))
33
+ installationId])}]))
34
34
[installationId])]
35
35
[swipeable {:extra-fn extra-fn}
36
36
[quo/activity-log
59
59
{:content
60
60
(fn []
61
61
[new-device-sheet/installation-request-receiver-view
62
- ( :id installationId) ])}]))
62
+ installationId])}]))
63
63
[installationId])]
64
64
[swipeable {:extra-fn extra-fn}
65
65
[quo/activity-log
Original file line number Diff line number Diff line change 4
4
"owner" : " status-im" ,
5
5
"repo" : " status-go" ,
6
6
"version" : " feat/enable_sync_fallback" ,
7
- "commit-sha1" : " ddc034270a5eb12938a7092e69811c043f417769 " ,
8
- "src-sha256" : " 1i8j5ri839xizwc7v2h45bxpg80v4k2i437578r7y32m1ipw3rxk "
7
+ "commit-sha1" : " 200389cc08230666dd853805c85a4051b2ba89ab " ,
8
+ "src-sha256" : " 1gyqc9f1zrpy2cng6gjxzq5n286kw7j1lkc0n3zs38m8x0snj1a3 "
9
9
}
You can’t perform that action at this time.
0 commit comments