Page MenuHomePhabricator

Consolidate footer menu, read more and license transforms into page-library
Closed, ResolvedPublic3 Estimated Story Points

Description

wikipedia-ios/www/js/transforms/footerMenu.js
wikipedia-ios/www/js/transforms/footerLegal.js
wikipedia-ios/www/js/transforms/footerReadMore.js
wikipedia-ios/www/less/footerContainer.less
wikipedia-ios/www/less/footerLegal.less
wikipedia-ios/www/less/footerMenu.less
wikipedia-ios/www/less/footerReadMore.less
android impl is native and will need to be removed (legal, menu, read more)

Event Timeline

@JMinor Note to consider for inclusion in future version. Yay!

( Per meeting with corey and stephen about stephen taking on lazy loading transform and me shepherding footer transforms into the page-library so android can get rid of their bottom native footer too. )

Niedzielski renamed this task from Move footer menu, read more and license transforms to page-library to Consolidate footer menu, read more and license transforms into page-library .May 15 2017, 10:30 PM

Concurrent work-in-progress PRs

Moving footer transforms to the page library:
https://github.com/wikimedia/wikimedia-page-library/pull/53

Removing footer transforms from the iOS repo and using the new page library transforms:
https://github.com/wikimedia/wikipedia-ios/pull/1615