Refactor how we use icons
authorChocobozzz <me@florianbigard.com>
Wed, 16 Jan 2019 15:05:40 +0000 (16:05 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 17 Jan 2019 09:38:18 +0000 (10:38 +0100)
commit457bb213b273a9b206cc5654eb085cede4e916ad
tree6b1a317872a4ca27b5d0dbe543452320b26aacff
parent848f499def54db2dd36437ef0dfb74dd5041c23b
Refactor how we use icons

Inject them in an angular component so we can easily change their color
137 files changed:
client/package.json
client/src/app/+about/about-instance/contact-admin-modal.component.html
client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html
client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/+admin/users/user-list/user-list.component.scss
client/src/app/+my-account/my-account-history/my-account-history.component.scss
client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss
client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
client/src/app/+my-account/my-account-videos/my-account-videos.component.html
client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html
client/src/app/app.component.html
client/src/app/core/confirm/confirm.component.html [deleted file]
client/src/app/core/confirm/confirm.component.scss [deleted file]
client/src/app/core/confirm/confirm.component.ts [deleted file]
client/src/app/core/confirm/index.ts
client/src/app/core/core.module.ts
client/src/app/header/header.component.html
client/src/app/header/header.component.scss
client/src/app/login/login.component.html
client/src/app/menu/avatar-notification.component.scss
client/src/app/menu/language-chooser.component.html
client/src/app/search/search.component.scss
client/src/app/shared/actor/actor.model.ts
client/src/app/shared/buttons/action-dropdown.component.html
client/src/app/shared/buttons/action-dropdown.component.scss
client/src/app/shared/buttons/button.component.html
client/src/app/shared/buttons/button.component.scss
client/src/app/shared/buttons/button.component.ts
client/src/app/shared/buttons/delete-button.component.html
client/src/app/shared/buttons/edit-button.component.html
client/src/app/shared/confirm/confirm.component.html [new file with mode: 0644]
client/src/app/shared/confirm/confirm.component.scss [new file with mode: 0644]
client/src/app/shared/confirm/confirm.component.ts [new file with mode: 0644]
client/src/app/shared/icons/global-icon.component.html [new file with mode: 0644]
client/src/app/shared/icons/global-icon.component.scss [new file with mode: 0644]
client/src/app/shared/icons/global-icon.component.ts [new file with mode: 0644]
client/src/app/shared/misc/help.component.html
client/src/app/shared/misc/help.component.scss
client/src/app/shared/moderation/user-ban-modal.component.html
client/src/app/shared/moderation/user-ban-modal.component.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/users/user-notification.model.ts
client/src/app/shared/users/user-notification.service.ts
client/src/app/shared/users/user-notifications.component.html
client/src/app/shared/users/user-notifications.component.scss
client/src/app/shared/users/user-notifications.component.ts
client/src/app/shared/video/feed.component.html
client/src/app/shared/video/feed.component.scss
client/src/app/shared/video/video-miniature.component.scss
client/src/app/shared/video/video.model.ts
client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.html
client/src/app/videos/+video-edit/shared/video-edit.component.html
client/src/app/videos/+video-edit/shared/video-edit.component.scss
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.scss
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html
client/src/app/videos/+video-edit/video-add-components/video-import-url.component.scss [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts
client/src/app/videos/+video-edit/video-add-components/video-send.scss [new file with mode: 0644]
client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/videos/+video-edit/video-update.component.html
client/src/app/videos/+video-watch/comment/video-comment.component.scss
client/src/app/videos/+video-watch/modal/video-blacklist.component.html
client/src/app/videos/+video-watch/modal/video-download.component.html
client/src/app/videos/+video-watch/modal/video-report.component.html
client/src/app/videos/+video-watch/modal/video-share.component.html
client/src/app/videos/+video-watch/modal/video-support.component.html
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
client/src/assets/images/global/add.html [new file with mode: 0644]
client/src/assets/images/global/add.svg [deleted file]
client/src/assets/images/global/alert.html [new file with mode: 0644]
client/src/assets/images/global/circle-tick.html [new file with mode: 0644]
client/src/assets/images/global/cloud-download.html [new file with mode: 0644]
client/src/assets/images/global/cloud-error.html [new file with mode: 0644]
client/src/assets/images/global/cog.html [new file with mode: 0644]
client/src/assets/images/global/cross.html [new file with mode: 0644]
client/src/assets/images/global/cross.svg [deleted file]
client/src/assets/images/global/delete-black.svg [deleted file]
client/src/assets/images/global/delete-grey.svg [deleted file]
client/src/assets/images/global/delete-white.svg [deleted file]
client/src/assets/images/global/delete.html [new file with mode: 0644]
client/src/assets/images/global/download.html [new file with mode: 0644]
client/src/assets/images/global/edit-black.svg [deleted file]
client/src/assets/images/global/edit-grey.svg [deleted file]
client/src/assets/images/global/edit.html [new file with mode: 0644]
client/src/assets/images/global/help.html [new file with mode: 0644]
client/src/assets/images/global/help.svg [deleted file]
client/src/assets/images/global/im-with-her.html [new file with mode: 0644]
client/src/assets/images/global/im-with-her.svg [deleted file]
client/src/assets/images/global/no.html [new file with mode: 0644]
client/src/assets/images/global/sparkle.html [new file with mode: 0644]
client/src/assets/images/global/syndication.html [new file with mode: 0644]
client/src/assets/images/global/syndication.svg [deleted file]
client/src/assets/images/global/tick.html [new file with mode: 0644]
client/src/assets/images/global/tick.svg [deleted file]
client/src/assets/images/global/undo.html [new file with mode: 0644]
client/src/assets/images/global/undo.svg [deleted file]
client/src/assets/images/global/user-add.html [new file with mode: 0644]
client/src/assets/images/global/validate.html [new file with mode: 0644]
client/src/assets/images/global/validate.svg [deleted file]
client/src/assets/images/header/upload-white.svg [deleted file]
client/src/assets/images/video/alert.svg [deleted file]
client/src/assets/images/video/blacklist.svg [deleted file]
client/src/assets/images/video/dislike-grey.svg [deleted file]
client/src/assets/images/video/dislike-white.svg [deleted file]
client/src/assets/images/video/dislike.html [new file with mode: 0644]
client/src/assets/images/video/download-black.svg [deleted file]
client/src/assets/images/video/download-grey.svg [deleted file]
client/src/assets/images/video/download-white.svg [deleted file]
client/src/assets/images/video/heart.html [new file with mode: 0644]
client/src/assets/images/video/heart.svg [deleted file]
client/src/assets/images/video/like-grey.svg [deleted file]
client/src/assets/images/video/like-white.svg [deleted file]
client/src/assets/images/video/like.html [new file with mode: 0644]
client/src/assets/images/video/more.html [new file with mode: 0644]
client/src/assets/images/video/more.svg [deleted file]
client/src/assets/images/video/share.html [new file with mode: 0644]
client/src/assets/images/video/share.svg [deleted file]
client/src/assets/images/video/upload.html [new file with mode: 0644]
client/src/assets/images/video/upload.svg [deleted file]
client/src/sass/application.scss
client/src/sass/include/_mixins.scss
client/src/sass/include/_variables.scss
client/yarn.lock
server/models/account/user-notification.ts
shared/models/actors/actor.model.ts
shared/models/users/user-notification.model.ts
shared/models/videos/video.model.ts