Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Jul 8, 2024
1 parent e286711 commit fe72a3e
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ <h2 id="aside-title">My lists</h2>
<svg class="icon" width="13" height="20" viewBox="0 0 13 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 4H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 10H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 10H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 16H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 16H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
</li>
<li class="todo">
<li class="todo is-done">
<span class="todo__action checkbox">
<input class="checkbox__native" type="checkbox" />
<input class="checkbox__native" type="checkbox" checked />
<span class="checkbox__background">
<span class="checkbox__box">
<span class="checkbox__icon"></span>
Expand Down Expand Up @@ -172,6 +172,22 @@ <h2 id="aside-title">My lists</h2>
<svg class="icon" width="13" height="20" viewBox="0 0 13 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 4H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 10H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 10H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 16H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 16H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
</li>
<li class="todo">
<span class="todo__action checkbox">
<input class="checkbox__native" type="checkbox" />
<span class="checkbox__background">
<span class="checkbox__box">
<span class="checkbox__icon"></span>
</span>
</span>
</span>
<div class="todo__content" contenteditable="true">
Make list menu sortable
</div>
<button class="todo__handle" type="button">
<svg class="icon" width="13" height="20" viewBox="0 0 13 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 4H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 10H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 10H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 16H4.0001" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.00012 16H9.00022" stroke="currentcolor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
</li>
</ul>
</div>
<div class="layout__footer">
Expand Down

0 comments on commit fe72a3e

Please sign in to comment.