Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

Improve forms for lists #51

Open JuhaS opened 7 years ago

JuhaS commented 7 years ago

For list types our form UI is bit clunky in bot UX and html/CSS levels. This is purely presentational issue, the funcitonality should stay the same. We should consider how to do this widget better.

Screenshot showing current UI: image

Goals:

Note: Maybe we should consider having two modes for items: edit-mode and view-mode. Note2: If this is too difficult problem to solve in general sense (supporting all different types of fields) maybe we can have a support for this for limited sets of types, for example have a rule on what kind of items are allowed as list items.