R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(117 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
= Mobile To-Do =
|-
''A list of things that would improve mobile compatibility''
! Control Type !! 👍 !! 👎
 
|-
 
! colspan="3" | Text/Image/Video
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
|-
 
| [[CT_STATIC]] || Example || Example
= Done =
|-
 
| CT_EDIT || Example || Example
* Creator dlc template needs a noresize.
|-
** {{Link|Spearhead_1944}}
| CT_HTML || Example || Example
* Long command names should wrap
|-
** {{Link|removeAllUserActionEventHandlers}}
| CT_EDIT || Example || Example
 
|-
* See also entries on command and function pages are broken
| CT_STRUCTURED_TEXT || Example || Example
** {{Link|parsingNamespace}}
|-
 
! colspan="3" | Buttons
* Command and function template layout wastes a lot of space due to the two column design
|-
 
| CT_BUTTON ||
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
* Easy way to trigger an action
** {{Link|Arma_3:_Visual_Upgrade}}
|
 
* Limited customization
* YouTube embeds and images should not have a fixed width
|-
** {{Link|Category:DayZ}}
| CT_ACTIVETEXT || Example || Example
** {{Link|Spearhead_1944_Frontline_Function}}
|-
** It is because the youtube template has a hardcoded minimum width. This should get removed
| CT_SHORTCUTBUTTON || Example || Example
|-
| CT_CHECKBOX || Example || Example
|-
| CT_XBUTTON || Example || Example
|-
! colspan="3" | Lists
|-
| CT_COMBO || Example || Example
|-
| CT_TOOLBOX || Example || Example
|-
| CT_CHECKBOXES || Example || Example
|-
| CT_TREE
|
* Hieracharic view
* Very fast engine search
|
* Wasted space on the left due to indentation
|-
| CT_CONTROLS_TABLE
|
* Repeatable control patterns
|
* Complicated to set up
|-
| CT_XCOMBO
|
* Can fit many values within very little space
|
* Cumbersome to use since the user has to guess what the next value would be. From a usability point of view this control should never be used
|-
| CT_LISTBOX
|
* Good way to disable multiple values at once
* User can quickly select the value needed
* Supports drag and drop
|
* Needs some vertical space for a good user experience
|-
| CT_LISTNBOX
|
* Good way to disable multiple values at once
* User can quickly select the value needed
* Can display as many rows as needed
|
* Needs some vertical space for a good user experience
* Needs a bit more scripting to get the columns set up and filled
|-
| CT_LISTNBOX_CHECKABLE || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
! colspan="3" | 3D Objects
|-
| CT_OBJECT || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
| CT_XLISTBOX || Example || Example
|-
|}

Latest revision as of 18:11, 18 May 2025

Mobile To-Do

A list of things that would improve mobile compatibility


Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.

Done

  • Command and function template layout wastes a lot of space due to the two column design
  • Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper