Skip to content

Commit

Permalink
Update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Jul 14, 2024
1 parent 6734c3e commit c6df589
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions prosemirror-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ <h2 id="todos">Todos</h2>
<li><input checked type="checkbox" /> Deletion handle for chips UI</li>
<li><input type="checkbox" checked /> Add good testing story</li>
<li><input type="checkbox" checked /> 🐛 Suggestions are off by one for consecutive chips</li>
<li><input type="checkbox" /> Date suggestions</li>
<li><input type="checkbox" /> Tab through content</li>
<li><input type="checkbox" checked /> Date suggestions</li>
<li><input type="checkbox" /> Relative date suggestions as options</li>
<li><input type="checkbox" /> Chip polarity</li>
<li><input type="checkbox" /> Add typeahead for binaries</li>
<li>
Expand All @@ -158,12 +158,17 @@ <h2 id="todos">Todos</h2>
<input type="checkbox" /> Cursor movement:
<ul>
<li>
<input type="checkbox" /> Ctrl-e to move to start and end of doc
<input type="checkbox" checked /> Ctrl-e to move to start and end of doc
</li>
<li><input type="checkbox" /> ...</li>
</ul>
</li>
<li><input type="checkbox" /> Display labels, not values, in chips?</li>
<li><input type="checkbox" /> Accessibility:
<ul>
<li><input type="checkbox" /> ...</li>
</ul>
</li>
<li>
<input type="checkbox" /> Telemetry:
<ul>
Expand Down

0 comments on commit c6df589

Please sign in to comment.