-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6466 from OCHA-DAP/feature/HDX-10249-implement-mi…
…xpanel-tracking PR notifications: UI changes
- Loading branch information
Showing
8 changed files
with
81 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -24,4 +24,5 @@ | |
max-width: 300px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
line-height: 1.05; | ||
} |
This file contains 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 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 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 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 |
---|---|---|
|
@@ -26,5 +26,6 @@ | |
max-width: 300px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
line-height: 1.05; | ||
} | ||
} |
This file contains 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
17 changes: 13 additions & 4 deletions
17
ckanext-hdx_theme/ckanext/hdx_theme/templates/notification_platform/action_menu_button.html
This file contains 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 |
---|---|---|
@@ -1,7 +1,16 @@ | ||
{% set CONST_NOTIFICATION_PLATFORM = h.HDX_CONST('UI_CONSTANTS')['NOTIFICATION_PLATFORM'] %} | ||
|
||
<div class="notification-platform-opt-in-action-menu d-none"> | ||
<a href="#" data-dataset-id="{{ pkg.id }}" data-dataset-name="{{ pkg.name }}"> | ||
<i class="fa-solid fa-fw fa-bell"></i> <span>{{ CONST_NOTIFICATION_PLATFORM.OPT_IN_TEXT }}</span> | ||
</a> | ||
<div class="notification-platform-opt-in-action-menu d-none" data-dataset-id="{{ pkg.id }}" data-dataset-name="{{ pkg.name }}"> | ||
<div class="row align-items-center g-0"> | ||
<div class="col-auto"> | ||
<div class="icon"> | ||
<i class="fa-solid fa-fw fa-bell"></i> | ||
</div> | ||
</div> | ||
<div class="col-auto"> | ||
<div class="paragraph"> | ||
<p class="mb-0">{{ CONST_NOTIFICATION_PLATFORM.OPT_IN_TEXT }}</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
hdx_version = 'v1.84.1' | ||
hdx_version = 'v1.84.2' |