]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/guards/can-deactivate-guard.service.ts
Add confirm when admin use custom js/css
authorChocobozzz <me@florianbigard.com>
Thu, 22 Feb 2018 14:29:32 +0000 (15:29 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 22 Feb 2018 14:29:32 +0000 (15:29 +0100)
commit1f30a1853e38c20a45722dbd6d38aaaec63839e8
treecdce8cc9fcc62d9b3343c9478b1dbcefedcea972
parent78967fca4cacbc247fa6fb62d64b2d6825a10804
Add confirm when admin use custom js/css
17 files changed:
client/.angular-cli.json
client/src/app/+admin/config/config.routes.ts
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/follows/following-add/following-add.component.ts
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+admin/video-blacklist/video-blacklist-list/video-blacklist-list.component.ts
client/src/app/account/account-videos/account-videos.component.ts
client/src/app/core/confirm/confirm.component.html
client/src/app/core/confirm/confirm.component.scss [new file with mode: 0644]
client/src/app/core/confirm/confirm.component.ts
client/src/app/core/confirm/confirm.service.ts
client/src/app/core/core.module.ts
client/src/app/shared/guards/can-deactivate-guard.service.ts
client/src/app/videos/+video-watch/comment/video-comments.component.ts
client/src/app/videos/+video-watch/video-watch.component.ts
server/controllers/client.ts