Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

RTL layout compatibility: bridges list on room settings page #8243

Merged
merged 22 commits into from
Apr 19, 2022
Merged

RTL layout compatibility: bridges list on room settings page #8243

merged 22 commits into from
Apr 19, 2022

Commits on Apr 6, 2022

  1. RTL layout compatibility

    - CSS logical properties
    - Replace float with flexbox
    
    Set column-gap:10px to keep 10px space between column-icon and column-data
    
    Also: rename protocol-icon to protocolIcon
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d437e3c View commit details
    Browse the repository at this point in the history
  2. Replace wildcard as it is costly

    Usage of wildcard should be minimised as it consumes resource more than
    necessary
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a9ea021 View commit details
    Browse the repository at this point in the history
  3. Replace "> h3" with ".column-data-protocolName"

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    8857459 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary float and margin settings from .protocolIcon

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0ecc381 View commit details
    Browse the repository at this point in the history
  5. Override the margin setting for a list

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4856d86 View commit details
    Browse the repository at this point in the history
  6. Proper nesting to remove redundant rules

    Remove padding:0 and border:0 of a list inside another list with proper nesting
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    f2060e9 View commit details
    Browse the repository at this point in the history
  7. Fix margin setting of protocolName

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    57a9389 View commit details
    Browse the repository at this point in the history
  8. Replace hyphens with underscore characters

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4ed70cb View commit details
    Browse the repository at this point in the history
  9. Add correct margin to li inside li

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4399238 View commit details
    Browse the repository at this point in the history
  10. Sort column_data_*

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    bd43823 View commit details
    Browse the repository at this point in the history
  11. box-sizing: border-box

    fix the initial letter of the bridge at the center of the rectangle
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    df2638d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    b406fce View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Dedupe the common properties

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    0ea0875 View commit details
    Browse the repository at this point in the history
  2. Use spacing variables

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    9c9ee61 View commit details
    Browse the repository at this point in the history
  3. Wrap the icon column and data column

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    ef3d081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    924eb1d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Rename

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a9bcf5c View commit details
    Browse the repository at this point in the history
  2. Replace "600" with $font-semi-bold

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b396471 View commit details
    Browse the repository at this point in the history
  3. Revert the unintentional change

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9fa5f74 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    ff1f388 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    7a7e402 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    1ae79ee View commit details
    Browse the repository at this point in the history