-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'matrix-react-sdk/verji-develop' into ve…
…rji-merge-react-sdk
- Loading branch information
Showing
159 changed files
with
28,347 additions
and
943 deletions.
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## VERJI NEEDS TO MANUALLY CHECK THIS ALONG WITH RUNNING ACTION | ||
name: Tests | ||
on: | ||
pull_request: {} | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Verji Release Drafter | ||
on: | ||
push: | ||
branches: [verji-staging] | ||
workflow_dispatch: {} | ||
concurrency: ${{ github.workflow }} | ||
jobs: | ||
draft: | ||
uses: verji/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@verji-develop |
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
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/* | ||
ROSBERG FILE | ||
*/ | ||
|
||
.mx_MiscHeaderButtons { | ||
display: flex; | ||
&::before { | ||
content: unset; | ||
} | ||
} | ||
|
||
.mx_MiscHeaderButtons::before { | ||
content: ""; | ||
//background-color: $header-divider-color; | ||
opacity: 0.5; | ||
margin: 6px 8px; | ||
border-radius: 1px; | ||
width: 1px; | ||
} | ||
|
||
.mx_MiscHeader_miscButton { | ||
cursor: pointer; | ||
flex: 0 0 auto; | ||
margin-left: 1px; | ||
margin-right: 1px; | ||
height: 32px; | ||
width: 32px; | ||
position: relative; | ||
border-radius: 100%; | ||
|
||
&::before { | ||
content: ""; | ||
position: absolute; | ||
top: 4px; // center with parent of 32px | ||
left: 4px; // center with parent of 32px | ||
height: 24px; | ||
width: 24px; | ||
background-color: $icon-button-color; | ||
mask-repeat: no-repeat; | ||
mask-size: contain; | ||
} | ||
|
||
&:hover { | ||
//background: rgba($accent-color, 0.1); | ||
|
||
&::before { | ||
//background-color: $accent-color; | ||
} | ||
} | ||
} | ||
|
||
.mx_MiscHeader_miscButton_highlight { | ||
&::before { | ||
//background-color: $accent-color !important; | ||
} | ||
} | ||
|
||
.mx_MiscHeader_roomSupportButton::before { | ||
mask-image: url("$(res)/img/element-icons/settings/help.svg"); | ||
mask-position: center; | ||
} |
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
Oops, something went wrong.