-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECEP-114: Members Page (Nav Pattern, Typography, Sticky Position) #464
ECEP-114: Members Page (Nav Pattern, Typography, Sticky Position) #464
Conversation
…om:TACC/Core-CMS into task/ECEP-114-states-members-page-patterns
…CEP-114-members-page-and-supporting-core-changes
taccsite_cms/static/site_cms/css/src/_imports/components/django.cms.css
Outdated
Show resolved
Hide resolved
taccsite_cms/static/site_cms/css/src/_imports/objects/o-section.css
Outdated
Show resolved
Hide resolved
… of github.com:TACC/Core-CMS into task/ECEP-114-members-page-and-supporting-core-changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good and works as advertised.
I found one thing that I have a question about, maybe nothing.
Approving as is, but feel free to tweak if this detail matters.
When the screen is on mobile layout (the navbar is collapsed and the view is < 768px wide) there are two potential issues I saw.
- At ~748.75px wide, the sticky navbar remains "tall" but shifts into the "wrapped" position (above the content).
- In both the rendered state above, and once the sticky nav window properly "wraps" itself, the content seems to be too close to the sticky nav window. Should some extra padding/margin be inserted under the "wrapped" layout?
Otherwise, looks good!
Cool. I'll fix 'em. 👍 |
for ECEP-114; tested in TACC/Core-CMS#464
for ECEP-114; tested in TACC/Core-CMS#464
for ECEP-114; tested in TACC/Core-CMS#464
this fixes build error about missing c-nav stylesheet
* feat(ECEP-114): nav component tested in TACC/Core-CMS#464 * fix(ECEP-114): nav should go mobile at wider width * fix(ECEP-114): larger nav link click area * fix(ECEP-114): larger no list nav link click area * fix(ECEP-114): remove whitespace between nav links * fix(ECEP-114): indenting, wrapping, spacing * refactor(ECEP-114): rename indent variables
// Whether to wrap the starter element first | ||
// if ( opts.mustWrapStarter ) { | ||
// wrapper.prepend( starter ); | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wesleyboar, should this be uncommented? If so, should then be re-tested? If not, should option be deleted?
Overview
Support new ECEP CMS's Members page.
Related
* @wesleyboar realized and noted this on 2023-04-24. There may be more.
Changes
<nav>
tag &c-nav...
classes to Style plugin.o-section
hack so sticky elements will work.--cms-toolbar-height
.<li>
,<hr>
and<h4>
—<h6>
.Screenshots
Please see live demo of Core Nav Pattern (dev) and Core Typography (dev) and ECEP Members Page (prod) instead.
Nav Responsiveness
Testing
Nav Pattern in Isolation
Core Typography (dev)[^4] changes.* If you want to test locally, then create these snippets (click to reveal):
in Context / on ECEP Page
Build/Deploy Jobs
Footnotes
If you want to test locally, then re-create the page via
djangocms-transfer
.3 ↩The heading font ("Helvetica Neue") for "Alliance Members" was a "not a design requirement, just a byproduct of the 5min mockup". ↩
For CMS access, first login to ECEP Portal, then ping @taoteg or @tacc-wbomar for CMS edit access. ↩