mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Rebrand some GitHub links
This commit is contained in:
parent
06611cb9cb
commit
d05c022d4f
@ -19,7 +19,7 @@ module.exports = {
|
|||||||
"at-rule-no-unknown": null,
|
"at-rule-no-unknown": null,
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"scss/at-rule-no-unknown": [true, {
|
"scss/at-rule-no-unknown": [true, {
|
||||||
// https://github.com/vector-im/riot-web/issues/10544
|
// https://github.com/vector-im/element-web/issues/10544
|
||||||
"ignoreAtRules": ["define-mixin"],
|
"ignoreAtRules": ["define-mixin"],
|
||||||
}],
|
}],
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TODO: Match the user's theme: https://github.com/vector-im/riot-web/issues/12794
|
// TODO: Match the user's theme: https://github.com/vector-im/element-web/issues/12794
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Nunito';
|
font-family: 'Nunito';
|
||||||
|
@ -116,7 +116,7 @@ let meetApi: any; // JitsiMeetExternalAPI
|
|||||||
console.log("Got OpenID Connect token");
|
console.log("Got OpenID Connect token");
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/riot-web/issues/12795)
|
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/element-web/issues/12795)
|
||||||
|
|
||||||
widgetApi.on(`action:${ElementWidgetActions.HangupCall}`,
|
widgetApi.on(`action:${ElementWidgetActions.HangupCall}`,
|
||||||
(ev: CustomEvent<IWidgetApiRequest>) => {
|
(ev: CustomEvent<IWidgetApiRequest>) => {
|
||||||
|
@ -40,7 +40,7 @@ export default abstract class VectorBasePlatform extends BasePlatform {
|
|||||||
/**
|
/**
|
||||||
* Delay creating the `Favicon` instance until first use (on the first notification) as
|
* Delay creating the `Favicon` instance until first use (on the first notification) as
|
||||||
* it uses canvas, which can trigger a permission prompt in Firefox's resist fingerprinting mode.
|
* it uses canvas, which can trigger a permission prompt in Firefox's resist fingerprinting mode.
|
||||||
* See https://github.com/vector-im/riot-web/issues/9605.
|
* See https://github.com/vector-im/element-web/issues/9605.
|
||||||
*/
|
*/
|
||||||
get favicon() {
|
get favicon() {
|
||||||
if (this._favicon) {
|
if (this._favicon) {
|
||||||
|
Loading…
Reference in New Issue
Block a user