From 5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jan 2022 09:17:28 +0100 Subject: Add missing password field to update user api doc --- client/src/sass/player/control-bar.scss | 6 +++++- client/src/sass/player/peertube-skin.scss | 5 ----- support/doc/api/openapi.yaml | 10 ++++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss index dd4e33e75..2f76e599f 100644 --- a/client/src/sass/player/control-bar.scss +++ b/client/src/sass/player/control-bar.scss @@ -96,7 +96,6 @@ } } - .vjs-play-control { @include disable-outline; @@ -281,6 +280,11 @@ max-width: $control-bar-icon-size; height: 100%; max-height: $control-bar-volume-slider-height; + + &::before { + // Remove circle + content: ''; + } } &:focus { diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 5f873d495..c420e825e 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss @@ -20,10 +20,6 @@ body { font-size: $font-size; color: pvar(--embedForegroundColor); - .vjs-volume-level::before { - content: ''; /* Remove Circle From Progress Bar */ - } - .vjs-audio-button { display: none; } @@ -100,7 +96,6 @@ body { } .vjs-poster { - outline: none; /* Remove Blue Outline on Click*/ outline: 0; } diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9bf5024bb..5746d3a47 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -6757,6 +6757,8 @@ components: $ref: '#/components/schemas/UserRole' adminFlags: $ref: '#/components/schemas/UserAdminFlags' + password: + $ref: '#/components/schemas/password' UpdateMe: # see shared/models/users/user-update-me.model.ts: properties: @@ -7228,13 +7230,13 @@ components: - `13` NEW_INSTANCE_FOLLOWER - `14` AUTO_INSTANCE_FOLLOWING - + - `15` ABUSE_STATE_CHANGE - + - `16` ABUSE_NEW_MESSAGE - + - `17` NEW_PLUGIN_VERSION - + - `18` NEW_PEERTUBE_VERSION read: type: boolean -- cgit v1.2.3