This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 827
RTL layout compatibility: bridges list on room settings page #8243
Merged
t3chguy
merged 22 commits into
matrix-org:develop
from
luixxiul:RoomSettingsDialogBridges
Apr 19, 2022
Merged
RTL layout compatibility: bridges list on room settings page #8243
t3chguy
merged 22 commits into
matrix-org:develop
from
luixxiul:RoomSettingsDialogBridges
Apr 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 <[email protected]>
Usage of wildcard should be minimised as it consumes resource more than necessary Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
Remove padding:0 and border:0 of a list inside another list with proper nesting Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
fix the initial letter of the bridge at the center of the rectangle Signed-off-by: Suguru Hirahara <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #8243 +/- ##
========================================
Coverage 30.03% 30.03%
========================================
Files 881 881
Lines 50213 50213
Branches 12791 12791
========================================
Hits 15081 15081
Misses 35132 35132
|
luixxiul
commented
Apr 6, 2022
|
||
span { | ||
/* Correct letter placement */ | ||
left: auto; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be no longer necessary thanks to box-sizing above, but I'll keep this for now.
github-actions
bot
added
the
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
label
Apr 7, 2022
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
t3chguy
reviewed
Apr 11, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane otherwise
Thank you very much for checking. I'm going to address them soon 😄 |
Signed-off-by: Suguru Hirahara <[email protected]>
Signed-off-by: Suguru Hirahara <[email protected]>
t3chguy
reviewed
Apr 13, 2022
Signed-off-by: Suguru Hirahara <[email protected]>
t3chguy
approved these changes
Apr 19, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane to me, thanks!
Can you please pull latest develop |
Johennes
pushed a commit
to Johennes/matrix-react-sdk
that referenced
this pull request
Apr 19, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses element-hq/element-web#14520 (#8217)
Current implementation:
LTR layout
RTL layout
The icon is moved to the left side because of the
float: right;
. This PR fixes the bug by replacing float with flexbox (note: you could otherwise setfloat: left
for the RTL layout by either replacing the current padding setting with a logical one and setting a specific className for the layout to a higher element).The position of the avatar inside pill is out of scope of this PR. It should be taken care of by #8217.
Multiple bridges:
Signed-off-by: Suguru Hirahara [email protected]
type: task
This change is marked as an internal change (Task), so will not be included in the changelog.
Preview: https://pr8243--matrix-react-sdk.netlify.app
⚠️ Do you trust the author of this PR? Maybe this build will steal your keys or give you malware. Exercise caution. Use test accounts.