diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-02 17:39:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-02 17:39:21 +0200 |
commit | f421fa06ada7bb01d91142cc8211a65e2b390d7b (patch) | |
tree | 6d95c32b3693ee99c6b195ddb32eae1dc35fd0e3 /client/src | |
parent | a1a216d9cb51db60cfc445b47de654f27e7d3b12 (diff) | |
download | PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.tar.gz PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.tar.zst PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.zip |
Update client dep
Diffstat (limited to 'client/src')
5 files changed, 2 insertions, 21 deletions
diff --git a/client/src/app/+admin/admin.component.scss b/client/src/app/+admin/admin.component.scss deleted file mode 100644 index e69de29bb..000000000 --- a/client/src/app/+admin/admin.component.scss +++ /dev/null | |||
diff --git a/client/src/app/+admin/admin.component.ts b/client/src/app/+admin/admin.component.ts index 1a4dd6786..b4b807c67 100644 --- a/client/src/app/+admin/admin.component.ts +++ b/client/src/app/+admin/admin.component.ts | |||
@@ -3,8 +3,7 @@ import { UserRight } from '../../../../shared' | |||
3 | import { AuthService } from '../core/auth/auth.service' | 3 | import { AuthService } from '../core/auth/auth.service' |
4 | 4 | ||
5 | @Component({ | 5 | @Component({ |
6 | templateUrl: './admin.component.html', | 6 | templateUrl: './admin.component.html' |
7 | styleUrls: [ './admin.component.scss' ] | ||
8 | }) | 7 | }) |
9 | export class AdminComponent { | 8 | export class AdminComponent { |
10 | constructor (private auth: AuthService) {} | 9 | constructor (private auth: AuthService) {} |
diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.scss b/client/src/app/shared/moderation/user-moderation-dropdown.component.scss deleted file mode 100644 index e69de29bb..000000000 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.scss +++ /dev/null | |||
diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts index 9a2461ebf..9dd16812b 100644 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts +++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts | |||
@@ -10,8 +10,7 @@ import { BlocklistService } from '@app/shared/blocklist' | |||
10 | 10 | ||
11 | @Component({ | 11 | @Component({ |
12 | selector: 'my-user-moderation-dropdown', | 12 | selector: 'my-user-moderation-dropdown', |
13 | templateUrl: './user-moderation-dropdown.component.html', | 13 | templateUrl: './user-moderation-dropdown.component.html' |
14 | styleUrls: [ './user-moderation-dropdown.component.scss' ] | ||
15 | }) | 14 | }) |
16 | export class UserModerationDropdownComponent implements OnChanges { | 15 | export class UserModerationDropdownComponent implements OnChanges { |
17 | @ViewChild('userBanModal') userBanModal: UserBanModalComponent | 16 | @ViewChild('userBanModal') userBanModal: UserBanModalComponent |
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 28c10c75c..b55b4bace 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -1,22 +1,5 @@ | |||
1 | import './embed.scss' | 1 | import './embed.scss' |
2 | 2 | ||
3 | import 'core-js/es6/symbol' | ||
4 | import 'core-js/es6/object' | ||
5 | import 'core-js/es6/function' | ||
6 | import 'core-js/es6/parse-int' | ||
7 | import 'core-js/es6/parse-float' | ||
8 | import 'core-js/es6/number' | ||
9 | import 'core-js/es6/math' | ||
10 | import 'core-js/es6/string' | ||
11 | import 'core-js/es6/date' | ||
12 | import 'core-js/es6/array' | ||
13 | import 'core-js/es6/regexp' | ||
14 | import 'core-js/es6/map' | ||
15 | import 'core-js/es6/weak-map' | ||
16 | import 'core-js/es6/set' | ||
17 | // For google bot that uses Chrome 41 and does not understand fetch | ||
18 | import 'whatwg-fetch' | ||
19 | |||
20 | import * as Channel from 'jschannel' | 3 | import * as Channel from 'jschannel' |
21 | 4 | ||
22 | import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared' | 5 | import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared' |