]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/menu/menu.component.html
Begin new menu design
authorChocobozzz <florian.bigard@gmail.com>
Fri, 1 Dec 2017 08:20:19 +0000 (09:20 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 1 Dec 2017 09:55:56 +0000 (10:55 +0100)
commitb33f657c304b77938c1f68164d8e754787f5aae5
tree93c47cfff0124a1084e7c5344969a82ed60ee926
parentfef2c7164e025b12a64185dbab058ef4129733c6
Begin new menu design
26 files changed:
client/config/webpack.common.js
client/package.json
client/src/app/app.component.html
client/src/app/app.component.scss
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/core/core.module.ts
client/src/app/core/index.ts
client/src/app/core/menu/menu.component.html [deleted file]
client/src/app/core/menu/menu.component.scss [deleted file]
client/src/app/menu/index.ts [moved from client/src/app/core/menu/index.ts with 100% similarity]
client/src/app/menu/menu-admin.component.html [moved from client/src/app/core/menu/menu-admin.component.html with 100% similarity]
client/src/app/menu/menu-admin.component.ts [moved from client/src/app/core/menu/menu-admin.component.ts with 87% similarity]
client/src/app/menu/menu.component.html [new file with mode: 0644]
client/src/app/menu/menu.component.scss [new file with mode: 0644]
client/src/app/menu/menu.component.ts [moved from client/src/app/core/menu/menu.component.ts with 84% similarity]
client/src/app/shared/search/search.component.html
client/src/app/shared/search/search.component.scss
client/src/assets/logo.png [deleted file]
client/src/assets/logo.svg [new file with mode: 0644]
client/src/assets/menu/administration.svg [new file with mode: 0644]
client/src/assets/menu/recently-added.svg [new file with mode: 0644]
client/src/assets/menu/trending.svg [new file with mode: 0644]
client/src/sass/_variables.scss
client/src/sass/application.scss
client/yarn.lock