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
867
Issues
867
List
Boards
Labels
Service Desk
Milestones
Merge Requests
54
Merge Requests
54
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
738fa536
Commit
738fa536
authored
7 minutes ago
by
Marcelo Rivera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): generic hashtags component
parent
8bc3030a
epic/minds-pro
1 merge request
!486
WIP: (feat): Minds Pro (development branch) - Release 2
Pipeline
#76195458
running with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
18 deletions
+4
-18
channel.component.html
src/app/modules/pro/channel/channel.component.html
+1
-0
channel.component.scss
src/app/modules/pro/channel/channel.component.scss
+1
-18
pro.module.ts
src/app/modules/pro/pro.module.ts
+2
-0
No files found.
src/app/modules/pro/channel/channel.component.html
View file @
738fa536
...
...
@@ -123,6 +123,7 @@
<div
class=
"minds-bg-overlay"
(click)=
"closeMenu()"
[hidden]=
"!isMenuOpen"
></div>
</div>
<m-pro--channel--categories
*ngIf=
"showCategories"
></m-pro--channel--categories>
<div
class=
"m-proChannel__categories"
*ngIf=
"showCategories"
>
<div
class=
"m-proChannel__category"
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/channel.component.scss
View file @
738fa536
...
...
@@ -191,26 +191,9 @@ m-pro--channel {
letter-spacing
:
0
.1em
;
}
.m-proChannel__
categories
{
m-pro--channel--
categories
{
grid-row
:
2
/
span
1
;
grid-column
:
2
/
span
10
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
flex-end
;
.m-proChannel__category
{
cursor
:
pointer
;
color
:
var
(
--
text-color
);
padding
:
16px
16px
0
;
text-transform
:
uppercase
;
letter-spacing
:
0
.1em
;
&
.m-proChannel__selectedCategory
{
color
:
var
(
--
primary-color
);
}
}
}
.m-proChannel__body
{
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/pro.module.ts
View file @
738fa536
...
...
@@ -24,6 +24,7 @@ import { ProChannelListModal } from './channel/list-modal/list-modal.component';
import
{
ProChannelHomeComponent
}
from
'
./channel/home/home.component
'
;
import
{
ProGroupTileComponent
}
from
"
./channel/tiles/group/group-tile.component
"
;
import
{
ProUnsubscribeModalComponent
}
from
'
./channel/unsubscribe-modal/modal.component
'
;
import
{
ProCategoriesComponent
}
from
"
./channel/categories/categories.component
"
;
const
routes
:
Routes
=
[
{
...
...
@@ -86,6 +87,7 @@ const routes: Routes = [
ProTileComponent
,
ProContentModalComponent
,
ProChannelHomeComponent
,
ProCategoriesComponent
,
ProChannelListModal
,
ProChannelComponent
,
ProChannelSignupComponent
,
...
...
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