Skip to content

Commit 5507873

Browse files
committed
Merge branch 'hotfix/video-and-likes'
2 parents 56873ab + acd112f commit 5507873

6 files changed

Lines changed: 19 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
## [4.16.6] - 2026-05-05
10+
11+
* [PR-650](https://github.com/itk-dev/deltag.aarhus.dk/pull/650)
12+
* Update styling for video display
13+
* Add likes back
14+
915
## [4.16.5] - 2026-04-21
1016

1117
* [PR-648](https://github.com/itk-dev/deltag.aarhus.dk/pull/648)

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/sites/development.services.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ services:
1919
class: Drupal\Core\Cache\NullBackendFactory
2020
logger.channel.config_schema:
2121
parent: logger.channel_base
22-
arguments: ["config_schema"]
22+
arguments: [ 'config_schema' ]
2323
config.schema_checker:
2424
class: Drupal\Core\Config\Development\LenientConfigSchemaChecker
2525
arguments:
26-
- "@config.typed"
27-
- "@messenger"
28-
- "@logger.channel.config_schema"
26+
- '@config.typed'
27+
- '@messenger'
28+
- '@logger.channel.config_schema'
2929
tags:
3030
- { name: event_subscriber }

web/themes/custom/hoeringsportal/templates/comment/comment.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</div>
127127
{% if not is_cancelled and route_name != 'comment.reply' %}
128128
<div class="d-flex mb-2">
129-
{# <div class="flag-wrapper me-3">{{ content.flag_support_comment }}</div> #}
129+
<div class="flag-wrapper me-3">{{ content.flag_support_comment }}</div>
130130
<div class="comment-reply">
131131
<a class="use-ajax text-secondary"
132132
data-dialog-options="{{ dialog_options|json_encode }}" data-dialog-type="modal"

web/themes/custom/hoeringsportal/templates/content/node--dialogue-proposal--full.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="col">
2222
<div class="d-flex flex-wrap px-0">
2323
<div class="me-3">
24-
{# <span class="flag-wrapper">{{ content.flag_support_proposal }}</span> #}
24+
<span class="flag-wrapper">{{ content.flag_support_proposal }}</span>
2525
</div>
2626
<div>
2727
<a href="#comments" class="text-secondary">{{ include('themes/custom/hoeringsportal/templates/animated-svg/icon-deltag-comment.svg.html.twig') }}<span>{% trans %}1 comment{% plural node.field_comments.comment_count %}{{ count }} comments{% endtrans %}</span></a>

web/themes/custom/hoeringsportal/templates/content/node--dialogue-proposal--list-display.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<span class="me-2"><i class="me-2 fa-solid fa-comments"></i>{{ node.field_comments.comment_count }}</span><span>{{ 'Comments'|t }}</span>
8585
</div>
8686
<div>
87-
{# <span class="flag-wrapper">{{ content.flag_support_proposal }}</span> #}
87+
<span class="flag-wrapper">{{ content.flag_support_proposal }}</span>
8888
</div>
8989
</div>
9090
</div>

0 commit comments

Comments
 (0)