You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current IndicatorNavigationItemRow is not capable to handle loading states, so some kind of loading functionality needs to be added. The other alternative is to take a look at some activity indicator rows already present in ImmuTableRows.
If there's no suitable existing ImmuTableRow component, then it's possible to create an IndicatorNavigationItemRow variant that shows an activity indicator for the accessory view slot.
There might be a some small reorganizing required for the tableViewModel computed property in MeViewController since the row is only added when the feature flag is enabled.
Design
The text was updated successfully, but these errors were encountered:
Parent issue: #16995
Implement the "Share WordPress with a friend" button in the Me screen.
Some notes:
ImmuTable
, but the design reuses existing style (anIndicatorNavigationItemRow
) which should make the effort fairly straightforward, provided Add component to handle content fetching and presentation logic #17003 is done.IndicatorNavigationItemRow
is not capable to handle loading states, so some kind of loading functionality needs to be added. The other alternative is to take a look at some activity indicator rows already present inImmuTableRows
.ImmuTableRow
component, then it's possible to create anIndicatorNavigationItemRow
variant that shows an activity indicator for the accessory view slot.tableViewModel
computed property inMeViewController
since the row is only added when the feature flag is enabled.Design
The text was updated successfully, but these errors were encountered: