Skip to content

Commit

Permalink
Replace local menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed May 28, 2021
1 parent 0fc9843 commit 5351a05
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
18 changes: 11 additions & 7 deletions CREDITS.md
Expand Up @@ -8,8 +8,8 @@
* Simon Brosdetzko
* Александр
* Berto Te
* Clemens Schielicke
* Jeff Huang
* Clemens Schielicke
* kontrollanten
* Laurent Ettouati
* Racida S
Expand All @@ -24,23 +24,23 @@
* GunChleoc
* Slimane Selyan AMIRI
* Zet
* x
* Frank Sträter
* x
* Julien Maulny
* Kimsible
* Mark Van den Borre
* John Livingston
* Jorropo
* Josh Morel
* BO41
* Balázs Meskó
* Eivind Ødegård
* Francesc
* John Livingston
* mando laress
* Eivind Ødegård
* Quentin PAGÈS
* Besnik Bleta
* Ihor Hordiichuk
* ButterflyOfFire
* Kimsible
* Xabi
* buoyantair
* Balázs Úr
Expand Down Expand Up @@ -85,6 +85,7 @@
* Frank Chang
* Green-Star
* Micah Elizabeth Scott
* Poslovitch
* SVNET Libre
* Thomas Kuntz
* William Lahti
Expand All @@ -104,7 +105,6 @@
* Mildred
* Okhin
* Pierre-Alain TORET
* Poslovitch
* Serge Victor
* Théo Le Calvar
* Ugaitz
Expand All @@ -125,9 +125,11 @@
* Daniele Garau
* Dep Pranata
* Ehsan Gholami
* Eric Guichaoua
* Girish Ramakrishnan
* Hakim Oubouali
* Hans Meiser
* Hồ Nhất Duy
* Iñigo A
* Jefferson Hernandez
* Joan Montané
Expand Down Expand Up @@ -166,7 +168,6 @@
* Diazepan Medina
* Dirk Kelly
* EndoGai
* Eric Guichaoua
* Florent Fayolle
* Florian
* Frank de Lange
Expand All @@ -189,6 +190,7 @@
* Quentin
* Ronan
* SerCom_KC
* Stakovicz
* Thai Localization
* Valvin
* YiDai
Expand Down Expand Up @@ -384,6 +386,7 @@
* norrist
* osauzet
* philippe lhardy
* plr20
* potedeo
* sanchis
* spf
Expand Down Expand Up @@ -529,6 +532,7 @@
* `video-language` by Rigel Kent (CC-BY)
* `peertube-x` by Solen DP (CC-BY)
* `flame` by Freepik (Flaticon License)
* `local` by Larea (CC-BY)


# Contributors to our 2020 crowdfunding :heart:
Expand Down
2 changes: 1 addition & 1 deletion client/angular.json
Expand Up @@ -160,7 +160,7 @@
"debug",
"p2p-media-loader-hlsjs",
"video.js",
"sha1",
"sha.js/sha1",
"postcss",
"core-js/features/reflect"
],
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/core/menu/menu.service.ts
Expand Up @@ -83,7 +83,7 @@ export class MenuService {
priority: 130
},
{
icon: 'octagon' as 'octagon',
icon: 'local' as 'local',
label: $localize`Local videos`,
menuLabel: $localize`Local videos`,
path: '/videos/local',
Expand Down
Expand Up @@ -17,6 +17,7 @@ const icons = {
'follower': require('!!raw-loader?!../../../assets/images/misc/account-arrow-left.svg').default, // material ui
'following': require('!!raw-loader?!../../../assets/images/misc/account-arrow-right.svg').default, // material ui
'flame': require('!!raw-loader?!../../../assets/images/misc/flame.svg').default,
'local': require('!!raw-loader?!../../../assets/images/misc/local.svg').default,

// feather icons
'flag': require('!!raw-loader?!../../../assets/images/feather/flag.svg').default,
Expand Down Expand Up @@ -72,7 +73,6 @@ const icons = {
'repeat': require('!!raw-loader?!../../../assets/images/feather/repeat.svg').default,
'message-circle': require('!!raw-loader?!../../../assets/images/feather/message-circle.svg').default,
'codesandbox': require('!!raw-loader?!../../../assets/images/feather/codesandbox.svg').default,
'octagon': require('!!raw-loader?!../../../assets/images/feather/octagon.svg').default,
'award': require('!!raw-loader?!../../../assets/images/feather/award.svg').default
}

Expand Down
3 changes: 0 additions & 3 deletions client/src/assets/images/feather/octagon.svg

This file was deleted.

3 changes: 3 additions & 0 deletions client/src/assets/images/misc/local.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion client/src/sass/include/_mixins.scss
Expand Up @@ -62,7 +62,8 @@

@mixin apply-svg-color ($color) {
::ng-deep .feather,
::ng-deep .material {
::ng-deep .material,
::ng-deep .misc {
color: $color;
}
}
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-code-contributors.ts
Expand Up @@ -37,6 +37,7 @@ async function run () {
console.log(' * `video-language` by Rigel Kent (CC-BY)')
console.log(' * `peertube-x` by Solen DP (CC-BY)')
console.log(' * `flame` by Freepik (Flaticon License)')
console.log(' * `local` by Larea (CC-BY)')
}

{
Expand Down

0 comments on commit 5351a05

Please sign in to comment.