Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
864
Issues
864
List
Boards
Labels
Service Desk
Milestones
Merge Requests
45
Merge Requests
45
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
c3cc56c3
Commit
c3cc56c3
authored
1 hour ago
by
Juan Manuel Solaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore) Remove user avatar, login/signup and hamburger menu from pro top bar
parent
b8b013ac
epic/minds-pro
1 merge request
!459
WIP: (feat): Minds Pro (development branch)
Pipeline
#75198984
failed with stages
in 36 minutes and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
32 deletions
+4
-32
channel.component.html
src/app/modules/pro/channel/channel.component.html
+0
-13
pro-user-menu.component.html
...es/pro/channel/pro-user-menu/pro-user-menu.component.html
+0
-19
pro-user-menu.component.scss
...es/pro/channel/pro-user-menu/pro-user-menu.component.scss
+4
-0
No files found.
src/app/modules/pro/channel/channel.component.html
View file @
c3cc56c3
...
...
@@ -65,19 +65,6 @@
routerLinkActive=
"active"
i18n
>
Donate
</a>
<a
class=
"m-proChannelTopbar__navItem"
[routerLink]=
"['/pro', channel.username, 'signup']"
routerLinkActive=
"active"
*ngIf=
"!currentUser"
i18n
>
Signup / Login
</a>
</ng-container>
<ng-container
*ngIf=
"currentUser"
>
<a
[routerLink]=
"['/', channel.username]"
routerLinkActive=
"active"
>
<minds-avatar
[object]=
"currentUser"
[editMode]=
"false"
></minds-avatar>
</a>
</ng-container>
<m-pro-user-menu
[channelName]=
"channel.username"
[showNavItems]=
"collapseNavItems"
[query]=
"searchedText"
></m-pro-user-menu>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/pro-user-menu/pro-user-menu.component.html
View file @
c3cc56c3
...
...
@@ -45,25 +45,6 @@
<a
[routerLink]=
"['/pro', channel.username, 'donate']"
routerLinkActive=
"active"
>
Donate
</a>
</li>
</ng-container>
<li
class=
"m-dropdownList__item m-pro-user-menuDropdown__item"
(click)=
"closeMenu()"
>
<a
[routerLink]=
"['/', channelName]"
>
<i
class=
"material-icons"
>
remove_red_eye
</i>
<span
i18n
>
View on Minds
</span>
</a>
</li>
<li
class=
"m-dropdownList__item m-pro-user-menuDropdown__item"
*ngIf=
"getCurrentUser()"
(click)=
"closeMenu()"
>
<a
routerLink=
"/logout"
>
<i
class=
"material-icons"
>
exit_to_app
</i>
<span
i18n
>
Logout
</span>
</a>
</li>
</ul>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/pro-user-menu/pro-user-menu.component.scss
View file @
c3cc56c3
...
...
@@ -2,6 +2,10 @@ m-pro-user-menu {
display
:
inline-block
;
position
:
relative
;
cursor
:
pointer
;
@media
screen
and
(
min-width
:
1000px
)
{
display
:
none
;
}
}
.m-pro-user-menu__dropdown
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment