Skip to content

Commit

Permalink
Merge pull request #525 from humhub/fix/space-calendar-header
Browse files Browse the repository at this point in the history
Fix Space calendar header
  • Loading branch information
luke- authored Jan 22, 2025
2 parents cb4af93 + e641486 commit 9046e57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.7.2 (Unreleased)
------------------------
- Fix #525: Fix Space calendar header

1.7.1 (January 17, 2025)
------------------------
- Fix #521: Fix global calendar url
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Calendar",
"description": "Create one-time or recurring events, invite and manage attendees, and keep track of all your events with the Calendar module.",
"keywords": ["calendar"],
"version": "1.7.1",
"version": "1.7.2",
"humhub": {
"minVersion": "1.17.0-beta.2"
},
Expand Down
5 changes: 3 additions & 2 deletions views/view/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

use humhub\modules\calendar\helpers\Url;
use humhub\modules\calendar\widgets\CalendarFilterBar;
use humhub\modules\calendar\widgets\CalendarTypeLegend;
use humhub\modules\calendar\widgets\FullCalendar;
use humhub\modules\calendar\helpers\Url;
use humhub\modules\content\components\ContentContainerActiveRecord;
use humhub\modules\ui\view\helpers\ThemeHelper;

Expand All @@ -12,7 +13,7 @@
/* @var $contentContainer ContentContainerActiveRecord */
?>
<div class="panel panel-default">
<div class="panel-body" style="background-color: var(--background-color-secondary)">
<div class="panel-heading">
<?= CalendarFilterBar::widget([
'filters' => $filters,
'showSelectors' => false,
Expand Down

0 comments on commit 9046e57

Please sign in to comment.