Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 774 Bytes

DEV.md

File metadata and controls

33 lines (18 loc) · 774 Bytes

Realized

  • Order items in the collections by drag and drop

  • Make proper request to Netlify API to show build status

Ideas

  • Allow collections sorting to be selected (by which field, or manual)

  • Build twitter-like editing interace: big textarea at the top to add a page, or select to which collection to add.

Discarded ideas

  • Try Pell for editor? – Too primitive API, a lot of manual work to implement, admin can load a bit more script

Log

13.05.2021

  • Make proper request to Netlify API to show build status

  • Take the onUpdate callback up the component hierarchy?

10.05.2021

  • Bring in sortable list and allow sorting collections by dragging

9.05.2021

  • Added WYSIWYG HTML editor for pages contents using SunEditor