Updated Warps List

This commit is contained in:
Cooldude2606
2019-10-24 21:34:28 +01:00
parent b74c334913
commit 0b340ab899
101 changed files with 1294 additions and 913 deletions

View File

@@ -274,6 +274,18 @@
<td class="summary">Button displayed in the ehader bar, used to add a new task</td>
</tr>
<tr>
<td class="name"><a href="#edit_task">edit_task</a></td>
<td class="summary">Button displayed next to tasks which the user is can edit, used to start editing a task</td>
</tr>
<tr>
<td class="name"><a href="#discard_task">discard_task</a></td>
<td class="summary">Button displayed next to tasks which the user is can edit, used to delete a task from the list</td>
</tr>
<tr>
<td class="name"><a href="#add_task_base">add_task_base</a></td>
<td class="summary">Set of three elements which make up each row of the task table</td>
</tr>
<tr>
<td class="name"><a href="#confirm_edit">confirm_edit</a></td>
<td class="summary">Button displayed next to tasks which the user is currently editing, used to save changes</td>
</tr>
@@ -282,26 +294,14 @@
<td class="summary">Button displayed next to tasks which the user is currently editing, used to discard changes</td>
</tr>
<tr>
<td class="name"><a href="#discard_task">discard_task</a></td>
<td class="summary">Button displayed next to tasks which the user is can edit, used to delete a task from the list</td>
</tr>
<tr>
<td class="name"><a href="#edit_task">edit_task</a></td>
<td class="summary">Button displayed next to tasks which the user is can edit, used to start editing a task</td>
</tr>
<tr>
<td class="name"><a href="#add_task_base">add_task_base</a></td>
<td class="summary">Set of three elements which make up each row of the task table</td>
<td class="name"><a href="#task_editing">task_editing</a></td>
<td class="summary">Editing state for a task, contrins a text field and the two edit buttons</td>
</tr>
<tr>
<td class="name"><a href="#task_label">task_label</a></td>
<td class="summary">Default state for a task, contains only a label with the task message</td>
</tr>
<tr>
<td class="name"><a href="#task_editing">task_editing</a></td>
<td class="summary">Editing state for a task, contrins a text field and the two edit buttons</td>
</tr>
<tr>
<td class="name"><a href="#task_list_container">task_list_container</a></td>
<td class="summary">Main task list container for the left flow</td>
</tr>
@@ -491,6 +491,87 @@
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#edit_task" class="fragment-hashtag">#</a>
<span class="section-item-title" id="edit_task">edit_task</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Button displayed next to tasks which the user is can edit, used to start editing a task</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#discard_task" class="fragment-hashtag">#</a>
<span class="section-item-title" id="discard_task">discard_task</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Button displayed next to tasks which the user is can edit, used to delete a task from the list</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#add_task_base" class="fragment-hashtag">#</a>
<span class="section-item-title" id="add_task_base">add_task_base</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Set of three elements which make up each row of the task table</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
@@ -555,68 +636,14 @@
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#discard_task" class="fragment-hashtag">#</a>
<span class="section-item-title" id="discard_task">discard_task</span>
<a href="#task_editing" class="fragment-hashtag">#</a>
<span class="section-item-title" id="task_editing">task_editing</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Button displayed next to tasks which the user is can edit, used to delete a task from the list</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#edit_task" class="fragment-hashtag">#</a>
<span class="section-item-title" id="edit_task">edit_task</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Button displayed next to tasks which the user is can edit, used to start editing a task</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#add_task_base" class="fragment-hashtag">#</a>
<span class="section-item-title" id="add_task_base">add_task_base</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Set of three elements which make up each row of the task table</p>
<p class="section-item-summary">Editing state for a task, contrins a text field and the two edit buttons</p>
<p class="section-item-description"></p>
<!-- parameters start -->
@@ -653,33 +680,6 @@
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#task_editing" class="fragment-hashtag">#</a>
<span class="section-item-title" id="task_editing">task_editing</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Editing state for a task, contrins a text field and the two edit buttons</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
@@ -756,7 +756,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2019-10-24 01:44:32 UTC</i>
<i>Last updated 2019-10-24 21:28:42 UTC</i>
</div>
</div>
</div>