Page MenuHomePhabricator

[e.cash] Fix footer issues
ClosedPublic

Authored by johnkuney on Jul 7 2023, 22:03.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC4ce546119106: [e.cash] Fix footer issues
Summary

Footer needs some width adjusment on medium screens
-moved blog link under about to avoid single item column
-added large breakpoint to theme
-modify css to accomodate footer on medium screens

Test Plan

preview the site and check the footer looks good and doesnt cause horizontal overflow

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman requested changes to this revision.Jul 8 2023, 18:35
bytesofman added inline comments.
web/e.cash/components/footer/index.js
70 ↗(On Diff #41325)

seems kind of hacky to be manually calling out specific links here.

goal is to get blog into the about category -- why can't this be done the same way other links are in other categories?

This revision now requires changes to proceed.Jul 8 2023, 18:35

remove specific nav item call outs

sure fair enough, can do it by putting all nav items without dropdown items in a certain index. This avoids any specific nav callouts

bytesofman added inline comments.
web/e.cash/components/footer/index.js
74 ↗(On Diff #41352)

It's conceivable that {index} could be used as a key somewhere else on the page. Replace with key={${navitem}_${index}}

This revision now requires changes to proceed.Jul 10 2023, 18:23
This revision is now accepted and ready to land.Jul 10 2023, 20:42
This revision was automatically updated to reflect the committed changes.