Skip to content
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

Media & Z-Pattern updates - content margins and 2-5up grid support #429

Merged
merged 6 commits into from
Feb 2, 2023

Conversation

ryanmparrish
Copy link
Contributor

  • Updated the Media & Z-Pattern blocks to address some design feedback. (Minor content margins)
  • Updated the Media block to support 2-5up grids following the established milo pattern using section-metadata instead of a media block table w/ multiple rows.

Resolves: MWPW-123299

Test URLs:

@ryanmparrish ryanmparrish added the bug Something isn't working label Jan 30, 2023
@aem-code-sync
Copy link
Contributor

aem-code-sync bot commented Jan 30, 2023

Hello, I'm Franklin Bot and I will run some test suites that validate the page speed.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-run PSI Checks

@aem-code-sync
Copy link
Contributor

aem-code-sync bot commented Jan 30, 2023

@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #429 (33c6d38) into main (3bac1a3) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

❗ Current head 33c6d38 differs from pull request most recent head e7653ef. Consider uploading reports for the commit e7653ef to get more accurate results

@@            Coverage Diff             @@
##             main     #429      +/-   ##
==========================================
- Coverage   98.90%   98.88%   -0.03%     
==========================================
  Files          80       79       -1     
  Lines       21016    20986      -30     
==========================================
- Hits        20786    20752      -34     
- Misses        230      234       +4     
Impacted Files Coverage Δ
libs/blocks/media/media.js 100.00% <100.00%> (ø)
libs/blocks/z-pattern/z-pattern.js 100.00% <100.00%> (ø)
libs/utils/utils.js 97.21% <0.00%> (-0.56%) ⬇️
libs/blocks/reading-time/reading-time.js

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@Sartxi Sartxi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rgclayton rgclayton added the verified PR has been E2E tested by a reviewer label Feb 1, 2023
@aem-code-sync
Copy link
Contributor

aem-code-sync bot commented Feb 1, 2023

@ryanmparrish ryanmparrish merged commit dece2fe into main Feb 2, 2023
@ryanmparrish ryanmparrish deleted the rparrish/media-zpattern-updates branch February 2, 2023 18:28
chrischrischris added a commit that referenced this pull request Feb 3, 2023
sukamat pushed a commit to sukamat/milo that referenced this pull request Feb 8, 2023
…dobecom#429)

* updates to media to support section meta two-five ups

* updated default margins

* Added detail styles to text-transform:uppercase
Removed redundant asside styles.

* test coverate on image w/ out alt text

---------

Co-authored-by: thi64146 <thi64146@adobe.com>
Co-authored-by: Ryan Clayton <rgclayton@gmail.com>
sukamat pushed a commit to sukamat/milo that referenced this pull request Feb 8, 2023
base project page

placeholder fg css

connect to SP and init floodgate project

Reads the floodgate project and injects SP data

Add asset support to library

Add Franklin customer library support

Remove 3rd party libraries if not used

Add utils test coverage (adobecom#427)

Co-authored-by: Ryan Clayton <rclayton@adobe.com>

A simple `reading-time` block to estimate the reading time of the article (adobecom#356)

* A simple  block to estimate the reading time of the article

* reading-time: typo in the css

* reading-time: small change to the css

* reading-time PR review changes

* added placeholders for localization of the '5 min read' text

* [reading-time]: add a placeholder key for singular reading time value

* [reading-time]: less strict scoping for css

* [reading-time]: less strict scoping for css

* [reading-time]: text-align center only if it's in a center section

* reading-time tests added

* reading-time tests added

Fixing bug for faas import from link clicked. (adobecom#424)

* Fixing bug for faas import from link clicked.

* adding ||= sytex.

* same as before.

MWPW-122611 - [GH Action] Old browser function detection (adobecom#423)

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

* MWPW-122611 - [GH Action] Old browser function detection

- add a Github action to check for unsupported functions

---------

Co-authored-by: Aaron Mauchley <mauchley@adobe.com>

removing display none from accordion (adobecom#433)

Media & Z-Pattern updates - content margins and 2-5up grid support (adobecom#429)

* updates to media to support section meta two-five ups

* updated default margins

* Added detail styles to text-transform:uppercase
Removed redundant asside styles.

* test coverate on image w/ out alt text

---------

Co-authored-by: thi64146 <thi64146@adobe.com>
Co-authored-by: Ryan Clayton <rgclayton@gmail.com>

Update node to v18 (adobecom#440)

MWPW-125458 - Adding chat icon (adobecom#439)

Adding chat icon for bacom use

Co-authored-by: Chris Peyer <chrischrischris@users.noreply.github.com>

MWPW-124813 Prevent long breadcrumbs overlapping search (adobecom#434)

MWPW-124277: Localize Gnav Sign In Link (adobecom#432)

- Call decorateLinks for gnav sign in

Resolves: MWPW-124277

add ignores similar to loc

project details table markup updated

removed console logs

updated admin page to keep just the copy action

removed copy files placeholder code

clean up and loc config import fix

cleanup

rename app.js to ui.js

floodgate content display updated

cleanup

removed window.projectDetail

refactor
chrischrischris pushed a commit to adobecom/milo-target that referenced this pull request May 22, 2023
…dobecom#429)

* updates to media to support section meta two-five ups

* updated default margins

* Added detail styles to text-transform:uppercase
Removed redundant asside styles.

* test coverate on image w/ out alt text

---------

Co-authored-by: thi64146 <thi64146@adobe.com>
Co-authored-by: Ryan Clayton <rgclayton@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified PR has been E2E tested by a reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants