Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 115 additions & 19 deletions dist/doboard-widget-bundle.js

Large diffs are not rendered by default.

48 changes: 38 additions & 10 deletions dist/doboard-widget-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/doboard-widget-bundle.min.js.map

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions js/src/loaders/SpotFixSVGLoader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions js/src/loaders/SpotFixTemplatesLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ class SpotFixTemplatesLoader {
<span id="maximizeWidgetContainer">
<img src="{{iconMaximize}}" alt="" class="doboard_task_widget_cursor-pointer">
</span>
<span id="openTasksList">
<img src="{{iconListMinimalistic}}" alt="" class="doboard_task_widget_cursor-pointer">
</span>
Comment thread
veronika-tseleva-cleantalk marked this conversation as resolved.
<span id="openUserMenuButton">
<img src="{{iconEllipsesMore}}" alt="" class="doboard_task_widget_cursor-pointer">
</span>
Expand Down Expand Up @@ -491,12 +494,16 @@ class SpotFixTemplatesLoader {
}

static wrap_review() {
return `
<button id="doboard_task_widget_button" class="doboard_task_widget-wrap wrap_review"
style="bottom: {{position}}; background-color: rgba(255,255,255,.9) !important;">
<img src="{{iconMarker}}" />
<span id="review_content_button_text">Review content</span>
</button>`;
return `<button id="doboard_task_widget_button" class="doboard_task_widget-wrap wrap_review" style="bottom: {{position}}; background-color: rgba(255,255,255,.9) !important;">
<span>
<img src="{{iconMarker}}" />
<span id="review_content_button_text">Review content</span>
</span>
<span id="doboard_task_widget_goToListButton">
<img src="{{iconList}}" />
Comment thread
veronika-tseleva-cleantalk marked this conversation as resolved.
<span>View spot list</span>
</span>
</button>`;
}

static fixedHtml() {
Expand Down
Loading
Loading