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 article page currently has a custom markup injected into the sticky header. This markup contains social and share links which replaces the MyFT logo on the right-hand side.
Because this feature is currently broken and had previously been switched off for 12 months or more we have not re-implemented it as part of the migration, however we may need to in future.
Adding an option (customStickyHeaderRightHandSideContent) and passing it down through the tree of components would be brittle and hard to rationalise. Because it is a rarely used feature it would also create a supportability problem.
I propose that if we do need this feature then we create a generic CustomStickyHeader component. It would maintain the drawer menu and search bar buttons but otherwise be a blank container for implementations to insert custom content.
The article page currently has a custom markup injected into the sticky header. This markup contains social and share links which replaces the MyFT logo on the right-hand side.
Because this feature is currently broken and had previously been switched off for 12 months or more we have not re-implemented it as part of the migration, however we may need to in future.
Adding an option (
customStickyHeaderRightHandSideContent
) and passing it down through the tree of components would be brittle and hard to rationalise. Because it is a rarely used feature it would also create a supportability problem.I propose that if we do need this feature then we create a generic
CustomStickyHeader
component. It would maintain the drawer menu and search bar buttons but otherwise be a blank container for implementations to insert custom content.Example:
The text was updated successfully, but these errors were encountered: