Currently to add/edit project "Features", admin has to go to summary page and scroll to Features part and edit over there itself.
It will be much clear for admin users to add Features if it was part of Metadata screen itself.
Move the add/edit "Features" part of the project to the Metadata section itself below Full Description field.
Closed #796, #799.
ib/7884
When dragging in Firefox, the item jumps up real high. Something about the cursor position logic is wrong I guess.
Can we make the UI for this section fit more with the rest of the page? I'm thinking remove the fieldset border and have a regular label text. The help text would have to be smaller in comparison, or perhaps even removed - I think the usability is fairly obvious. What do you think? And then the "Add" button could be moved to below the inputs and changed a regular sized link. Or even automatically add new input fields as you fill out the current one. Or is that not so easy since it's hooked to
SortableRepeatedField
?Thanks!
Good points. I'll see what I can do with
SortableRepeatedField
:)I think help text can be removed. One small improvement to make usability even more obvious would be adding
cursor: move;
to the "move" icon.Closed #805. Force-pushed
ib/7884
(rebase)Implemented all of the suggestions.