Skip to content

Commit

Permalink
fixed wrong labels, added descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb committed May 6, 2022
1 parent c8eca0d commit cb5d1c6
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/ui/undiscord.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,26 +146,33 @@ <h3>Undiscord</h3>
<summary>Date</summary>
<fieldset>
<legend>
Date range
After date
<a href="{{WIKI}}/dateRange" title="Help" target="_blank">help</a>
</legend>
<div class="input-wrapper mb1">
<input id="minDate" type="datetime-local" title="After">
<input id="minDate" type="datetime-local" title="Messages posted AFTER this date">
</div>
<legend>
Before date
<a href="{{WIKI}}/dateRange" title="Help" target="_blank">help</a>
</legend>
<div class="input-wrapper">
<input id="maxDate" type="datetime-local" title="After">
<input id="maxDate" type="datetime-local" title="Messages posted BEFORE this date">
</div>
<div class="sectionDescription">
Delete messages that were posted between the two dates.
</div>
<div class="sectionDescription">
* Filtering by date doesn't work if you use the "Messages interval".
</div>
</fieldset>
</details>
<hr>
<details>
<summary>Advanced settings</summary>
<fieldset>
<legend>
Search Delay
Search delay
<a href="{{WIKI}}/delay" title="Help" target="_blank">help</a>
</legend>
<div class="input-wrapper">
Expand All @@ -174,15 +181,16 @@ <h3>Undiscord</h3>
</fieldset>
<fieldset>
<legend>
Search Delay
Delete delay
<a href="{{WIKI}}/delay" title="Help" target="_blank">help</a>
</legend>
<div class="input-wrapper">
<input id="deleteDelay" type="number" value="1000" step="100">
</div>
<br>
<div class="sectionDescription">
This will affect the speed in which the messages are deleted
This will affect the speed in which the messages are deleted.
Use the help link for more information.
</div>
</fieldset>
</details>
Expand Down

0 comments on commit cb5d1c6

Please sign in to comment.