Page MenuHomePhabricator

Provide a right-hand (RTL:left) sidebar filled with controls, prompts and advice
Open, LowPublic40 Estimated Story Points

Event Timeline

Actually positioning a sidebar is provided by ToolbarDialog, although I don't think there are any users of the 'side' mode at the moment (the 'above' mode is used by FindAndReplace)

/**
 * Toolbar position, either 'above', 'side' (right in LTR), 'below' or 'inline'
 * For 'inline' the caller will be manually positioning the dialog.
 *
 * @static
 * @type {string} Toolbar position
 */
ve.ui.ToolbarDialog.static.position = 'above';

Setting this to 'side' for FindAndReplace:

image.png (341×989 px, 87 KB)