mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Alert user for low quota and video auto-block on upload page (#4336)
* Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com>
This commit is contained in:
parent
644800ef55
commit
4e1592daa4
10 changed files with 122 additions and 21 deletions
|
@ -58,6 +58,9 @@ export const clientFilterHookObject = {
|
|||
// Filter left menu links
|
||||
'filter:left-menu.links.create.result': true,
|
||||
|
||||
// Filter upload page alert messages
|
||||
'filter:upload-page.alert-messages.edit.result': true,
|
||||
|
||||
// Filter videojs options built for PeerTube player
|
||||
'filter:internal.player.videojs.options.result': true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue