Skip to content

Commit

Permalink
Merge pull request #24 from NenoR96/fixes
Browse files Browse the repository at this point in the history
fix: CP UI & widget share/report functionality
  • Loading branch information
mas-iota authored Feb 19, 2024
2 parents 7d90d63 + 021a6ef commit 051dea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<span class="mdc-button__label">Select Tag(s)</span>
</button>
</div>
<div class="mdc-layout-grid__cell--span-10">
<div class="mdc-layout-grid__cell--span-12">
<ul class="text-helper">
<li>Anyone: Anyone on app can add content</li>
<li>Tag Only: Only users with tag can add content</li>
Expand Down
2 changes: 2 additions & 0 deletions widget/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,10 @@ function showOptionsDialog(topic, targetElement) {
break;
case 'report':
openReportDialog(topic)
break;
case 'share':
shareWithOthers(topic)
break;
}
};

Expand Down

0 comments on commit 051dea2

Please sign in to comment.