Project

General

Profile

Task #94629

Updated by Oliver Hader almost 3 years ago

It would be great to simplify and optimize the readability of the page module interface (column and language submodules), without adding, removing or changing the behavior of already existing features.  

 * The colPos areas should be visually simplified (background) and shouldn't propose additional edit button anymore. 
 * The "Unused elements" colPos should be named with "Unused elements" title. 
 * A new btn-fab (floating action buttons) style is applied to the "add new content" and "paste" buttons 
 * The drop zones are streamlined with the positions and style of the "add new content" buttons 
 * When a content element is dragged the "add new content button" below isn't shown anymore 
 * The content elements boxes and their header buttons are visually simplified 
 * The language flag and title are not showned anymore in the content elements header (this informations are only visually hidden because they seems used in typescript for localisation handling) 
 * The content elements CType title is always shown aside the Ctype icon 
 * A new button for the content element contextual menu is added in the content element header right button bar, in place of the delete button 
 * The content elements delete button is now inside the contextual menu only 
 * The hidden content elements are now differenciated with a better opacity and a dotted border 
 * The hovering state of the content elements is hightlighted with a more accessible solution (left border) than the opacity 

Back