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 830
Add in-progress view to display name EditInPlace #12609
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e556c07
Add in-progress view to display name EditInPlace
dbkr eccf101
Update to new compound-web
dbkr 273a620
Merge branch 'develop' into dbkr/editinplace_inprogress
dbkr bebde77
Update snapshots
dbkr 026f7c3
Update screenshots
dbkr 716f01a
Remove margin
dbkr d72144b
Update screenshots
dbkr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Binary file modified
BIN
-204 Bytes
(100%)
playwright/snapshots/settings/general-user-settings-tab.spec.ts/general-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
...pshots/settings/general-user-settings-tab.spec.ts/general-smallscreen-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,10 +123,10 @@ exports[`<RoomSummaryCard /> has button to edit topic when expanded 1`] = ` | |
data-orientation="horizontal" | ||
role="separator" | ||
/> | ||
<label | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From element-hq/compound-web#178 in new compound-web There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. #12586 handles the same for those curious |
||
<div | ||
aria-checked="false" | ||
class="_item_1gwvj_17 _interactive_1gwvj_36" | ||
data-kind="primary" | ||
for=":r3:" | ||
role="menuitemcheckbox" | ||
> | ||
<div | ||
|
@@ -135,11 +135,12 @@ exports[`<RoomSummaryCard /> has button to edit topic when expanded 1`] = ` | |
height="24" | ||
width="24" | ||
/> | ||
<span | ||
<label | ||
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53" | ||
for=":r3:" | ||
> | ||
Favourite | ||
</span> | ||
</label> | ||
<div | ||
class="_container_ik1u1_18" | ||
> | ||
|
@@ -152,7 +153,7 @@ exports[`<RoomSummaryCard /> has button to edit topic when expanded 1`] = ` | |
class="_ui_ik1u1_42" | ||
/> | ||
</div> | ||
</label> | ||
</div> | ||
<button | ||
class="_item_1gwvj_17 _interactive_1gwvj_36" | ||
data-kind="primary" | ||
|
@@ -520,10 +521,10 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = ` | |
data-orientation="horizontal" | ||
role="separator" | ||
/> | ||
<label | ||
<div | ||
aria-checked="false" | ||
class="_item_1gwvj_17 _interactive_1gwvj_36" | ||
data-kind="primary" | ||
for=":r1:" | ||
role="menuitemcheckbox" | ||
> | ||
<div | ||
|
@@ -532,11 +533,12 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = ` | |
height="24" | ||
width="24" | ||
/> | ||
<span | ||
<label | ||
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53" | ||
for=":r1:" | ||
> | ||
Favourite | ||
</span> | ||
</label> | ||
<div | ||
class="_container_ik1u1_18" | ||
> | ||
|
@@ -549,7 +551,7 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = ` | |
class="_ui_ik1u1_42" | ||
/> | ||
</div> | ||
</label> | ||
</div> | ||
<button | ||
class="_item_1gwvj_17 _interactive_1gwvj_36" | ||
data-kind="primary" | ||
|
@@ -928,10 +930,10 @@ exports[`<RoomSummaryCard /> renders the room topic in the summary 1`] = ` | |
data-orientation="horizontal" | ||
role="separator" | ||
/> | ||
<label | ||
<div | ||
aria-checked="false" | ||
class="_item_1gwvj_17 _interactive_1gwvj_36" | ||
data-kind="primary" | ||
for=":r2:" | ||
role="menuitemcheckbox" | ||
> | ||
<div | ||
|
@@ -940,11 +942,12 @@ exports[`<RoomSummaryCard /> renders the room topic in the summary 1`] = ` | |
height="24" | ||
width="24" | ||
/> | ||
<span | ||
<label | ||
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53" | ||
for=":r2:" | ||
> | ||
Favourite | ||
</span> | ||
</label> | ||
<div | ||
class="_container_ik1u1_18" | ||
> | ||
|
@@ -957,7 +960,7 @@ exports[`<RoomSummaryCard /> renders the room topic in the summary 1`] = ` | |
class="_ui_ik1u1_42" | ||
/> | ||
</div> | ||
</label> | ||
</div> | ||
<button | ||
class="_item_1gwvj_17 _interactive_1gwvj_36" | ||
data-kind="primary" | ||
|
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
Oops, something went wrong.
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.
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.
Not really related but this is another thing that is specified at the dialog level and we need to override, as it's giving us extra spacing.