-
Notifications
You must be signed in to change notification settings - Fork 34
Add new scrollable onwards container with new design #14894
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
3a49f90
Add new onward container with new design
marjisound 7ddfd88
Add new onward container to gallery layout
marjisound 4c8d0dc
Refactor colors and fix dark mode
marjisound 744c732
use fixture trails for more galleries story
marjisound c943633
Make styling tweaks for more galleries and scrollable small onwards c…
marjisound 89c800d
Fix conflicts after rebase from main
marjisound a617b13
set isOnwardContent to true for ScrollableSmallOnwards
marjisound 86c9c15
Fix conflicts after rebase
marjisound ee1d789
remove link style from header when it's not a link
marjisound e93889e
Merge branch 'main' into gallery-secondary-onward-container
marjisound File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,192 @@ | ||
| import { | ||
| ArticleDesign, | ||
| ArticleDisplay, | ||
| Pillar, | ||
| } from '../../src/lib/articleFormat'; | ||
| import { getDataLinkNameCard } from '../../src/lib/getDataLinkName'; | ||
| import { type TrailType } from '../../src/types/trails'; | ||
|
|
||
| export const galleryOnwardsTrails: TrailType[] = [ | ||
| { | ||
| url: 'https://www.theguardian.com/environment/gallery/2025/aug/22/week-in-wildlife-a-clumsy-fox-swinging-orangutang-and-rescued-jaguarundi-cub', | ||
| linkText: | ||
| 'Week in wildlife: a clumsy fox, a swinging orangutan and a rescued jaguarundi cub', | ||
| showByline: false, | ||
| byline: 'Pejman Faratin', | ||
| image: { | ||
| src: 'https://media.guim.co.uk/a81e974ffee6c8c88fa280c2d02eaf5dc2af863e/151_292_1020_816/master/1020.jpg', | ||
| altText: '', | ||
| }, | ||
| format: { | ||
| theme: Pillar.News, | ||
| design: ArticleDesign.Gallery, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| webPublicationDate: '2022-01-01T06:00:25.000Z', | ||
| headline: | ||
| 'Week in wildlife: a clumsy fox, a swinging orangutan and a rescued jaguarundi cub', | ||
| shortUrl: 'https://www.theguardian.com/p/x32n89', | ||
| discussion: { | ||
| isCommentable: false, | ||
| isClosedForComments: true, | ||
| discussionId: '/p/x32n89', | ||
| }, | ||
| discussionId: 'zHoBy6HNKsk', | ||
| dataLinkName: getDataLinkNameCard( | ||
| { | ||
| theme: Pillar.News, | ||
| design: ArticleDesign.Gallery, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| '0', | ||
| 0, | ||
| ), | ||
| trailText: | ||
| 'Guinness World Records is looking back at the extraordinary feats achieved since its inception - as well as unveiling 70 whacky and unclaimed records ', | ||
| kickerText: 'Politics', // Get data for this | ||
| mainMedia: { type: 'Gallery', count: '6' }, | ||
| }, | ||
| { | ||
| url: 'https://www.theguardian.com/money/gallery/2025/aug/22/characterful-cottages-for-sale-in-england-in-pictures', | ||
| linkText: 'Characterful cottages for sale in England – in pictures', | ||
| showByline: false, | ||
| byline: 'Anna White', | ||
| image: { | ||
| src: 'https://media.guim.co.uk/58cd9356e6d68e8efa6028162bb959f9798307d5/515_0_5000_4000/master/5000.jpg', | ||
| altText: '', | ||
| }, | ||
| format: { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.Lifestyle, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| webPublicationDate: '2022-01-01T06:00:24.000Z', | ||
| headline: 'Characterful cottages for sale in England – in pictures', | ||
| shortUrl: 'https://www.theguardian.com/p/x32gqj', | ||
| discussion: { | ||
| isCommentable: false, | ||
| isClosedForComments: true, | ||
| discussionId: '/p/x32gqj', | ||
| }, | ||
| dataLinkName: getDataLinkNameCard( | ||
| { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.Lifestyle, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| '0', | ||
| 1, | ||
| ), | ||
| trailText: | ||
| 'Picked from a record 60,636 entries, the first images from the Natural History Museum’s wildlife photographer of the year competition have been released. The photographs, which range from a lion facing down a cobra to magnified mould spores, show the diversity, beauty and complexity of the natural world and humanity’s relationship with it', | ||
| mainMedia: { type: 'Gallery', count: '6' }, | ||
| }, | ||
| { | ||
| url: 'https://www.theguardian.com/news/gallery/2025/aug/22/sunsets-aid-parachutes-and-giant-pandas-photos-of-the-day-friday', | ||
| linkText: | ||
| 'Sunsets, aid parachutes and giant pandas: photos of the day – Friday ', | ||
| showByline: false, | ||
| byline: 'Eithne Staunton', | ||
| image: { | ||
| src: 'https://media.guim.co.uk/4ce0b080206fe9b65b976c1acf219d81072cc814/0_0_2113_1690/master/2113.png', | ||
| altText: '', | ||
| }, | ||
| format: { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.News, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| webPublicationDate: '2022-01-01T08:49:42.000Z', | ||
| headline: | ||
| 'Sunsets, aid parachutes and giant pandas: photos of the day – Friday ', | ||
| shortUrl: 'https://www.theguardian.com/p/x3359z', | ||
| discussion: { | ||
| isCommentable: false, | ||
| isClosedForComments: true, | ||
| discussionId: '/p/x3359z', | ||
| }, | ||
| dataLinkName: getDataLinkNameCard( | ||
| { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.News, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| '0', | ||
| 2, | ||
| ), | ||
| trailText: | ||
| 'From the mock-Tudor fad of the 1920s to drivers refuelling on a roundabout, each era produces its own distinctive petrol stations – as photographer Philip Butler discovered', | ||
| mainMedia: { type: 'Gallery', count: '6' }, | ||
| }, | ||
| { | ||
| url: 'https://www.theguardian.com/fashion/gallery/2025/aug/22/what-to-wear-to-notting-hill-carnival', | ||
| linkText: 'On parade: what to wear to Notting Hill carnival', | ||
| showByline: false, | ||
| byline: 'Melanie Wilkinson', | ||
| image: { | ||
| src: 'https://media.guim.co.uk/49a9656cd10c4f64f8bdd54380afb915c7a3648b/207_0_1500_1200/master/1500.jpg', | ||
| altText: '', | ||
| }, | ||
| format: { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.Lifestyle, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| webPublicationDate: '2022-01-01T05:00:23.000Z', | ||
| headline: 'On parade: what to wear to Notting Hill carnival', | ||
| shortUrl: 'https://www.theguardian.com/p/x32mte', | ||
| discussion: { | ||
| isCommentable: false, | ||
| isClosedForComments: true, | ||
| discussionId: '/p/x32mte', | ||
| }, | ||
| dataLinkName: getDataLinkNameCard( | ||
| { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.Lifestyle, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| '0', | ||
| 1, | ||
| ), | ||
| trailText: | ||
| 'The Guardian’s picture editors select photographs from around the world', | ||
| mainMedia: { type: 'Gallery', count: '6' }, | ||
| }, | ||
| { | ||
| url: 'https://www.theguardian.com/artanddesign/gallery/2025/aug/21/psychedelic-rock-glass-mountain-michael-lundgren', | ||
| linkText: | ||
| 'Psychedelic rock! Formations that mess with your mind – in pictures ', | ||
| showByline: false, | ||
| image: { | ||
| src: 'https://media.guim.co.uk/2810af61b2d2d2d5f71ec01e56e6555e0a6d4635/55_0_2813_2250/master/2813.jpg', | ||
| altText: '', | ||
| }, | ||
| format: { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.Culture, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| webPublicationDate: '2025-08-21T06:01:01.000Z', | ||
| headline: | ||
| 'Psychedelic rock! Formations that mess with your mind – in pictures ', | ||
| shortUrl: 'https://www.theguardian.com/p/x2p663', | ||
| discussion: { | ||
| isCommentable: false, | ||
| isClosedForComments: true, | ||
| discussionId: '/p/x2p663', | ||
| }, | ||
| dataLinkName: getDataLinkNameCard( | ||
| { | ||
| design: ArticleDesign.Gallery, | ||
| theme: Pillar.Culture, | ||
| display: ArticleDisplay.Standard, | ||
| }, | ||
| '0', | ||
| 1, | ||
| ), | ||
| trailText: | ||
| 'Politicians and their partners put on their best show at this year’s Midwinter Ball, an annual dinner hosted by the Federal Parliamentary Press Gallery in Canberra', | ||
| mainMedia: { type: 'Gallery', count: '6' }, | ||
| }, | ||
| ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.