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

TMS-914: Add new anchor-links block & functionalities #498

Merged
merged 6 commits into from
Mar 25, 2024
Merged

Conversation

eebbi
Copy link
Contributor

@eebbi eebbi commented Mar 19, 2024

Severa-ID: 2108
Severa-kuvaus: TMS-914 8 - Ankkurilinkit
Task: https://hiondigital.atlassian.net/browse/TMS-914

Description

  • Add new anchor-links block & functionalities
  • Add anchor id-elements to blocks & components

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@eebbi eebbi requested a review from a team March 19, 2024 07:38
@vloy vloy self-assigned this Mar 19, 2024
Comment on lines 1 to 3
/*
* Copyright (c) 2023. Hion Digital
*/
Copy link

Choose a reason for hiding this comment

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

Turhaa tauhkaa?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Eikai turhaa, mutta väärä vuosi lipsahtanut

Comment on lines 1 to 3
.anchor-links {
&__list {
padding-left: 1rem;
Copy link

Choose a reason for hiding this comment

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

Suggested change
.anchor-links {
&__list {
padding-left: 1rem;
.anchor-links {
&__list {
padding-left: $theme-spacing;

?

style="background-image: url({image.sizes.large})">
<div {?anchor}id="{anchor|attr}"{/anchor}
class="image-banner mt-4 mb-4 mt-8-tablet mb-8-tablet is-relative is-align-full has-background-cover"
style="background-image: url({image.sizes.large|attr})">
Copy link

Choose a reason for hiding this comment

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

Suggested change
style="background-image: url({image.sizes.large|attr})">
style="background-image: url({image.sizes.large|url})">

Copy link

Choose a reason for hiding this comment

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

Eikös tää palauta urlin?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Palauttaahan se :) korjataan

<div class="image-gallery {align_class} gallery {column_class} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop"
<div
{?anchor}id="{anchor|attr}"{/anchor}
class="image-gallery {align_class} gallery {column_class} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop"
Copy link

Choose a reason for hiding this comment

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

Suggested change
class="image-gallery {align_class} gallery {column_class} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop"
class="image-gallery {align_class|attr} gallery {column_class|attr} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop"

Copy link

@vloy vloy left a comment

Choose a reason for hiding this comment

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

🙆‍♂️

@eebbi eebbi merged commit 13eaf95 into master Mar 25, 2024
1 of 2 checks passed
@eebbi eebbi deleted the TMS-914 branch March 25, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants