Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106_2022_02
boco-frontend
Commits
95448be6
Commit
95448be6
authored
2 years ago
by
Titus Netland
Browse files
Options
Downloads
Plain Diff
Merge branch 'memberlist_button_remove' into 'main'
Members list icon removal See merge request
!60
parents
c1f24544
4e8c9e9c
No related branches found
No related tags found
1 merge request
!60
Members list icon removal
Pipeline
#178228
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/CommunityComponents/CommunityHome.vue
+0
-12
0 additions, 12 deletions
src/components/CommunityComponents/CommunityHome.vue
with
0 additions
and
12 deletions
src/components/CommunityComponents/CommunityHome.vue
+
0
−
12
View file @
95448be6
<
template
>
<section
class=
"w-full px-5 py-4 mx-auto rounded-md"
>
<div>
<img
class=
"cursor-pointer h-8 float-right"
v-if=
"isLoggedIn"
src=
"@/assets/members.png"
alt=
"Medlemmer"
@
click=
"$router.push('/group/:id/memberlist')"
/>
</div>
<CommunityHeader
:admin-status=
"false"
:community=
"community"
class=
"mb-5"
/>
<!-- Search field -->
...
...
@@ -74,7 +64,6 @@ export default {
data
()
{
return
{
isLoggedIn
:
false
,
items
:
[],
item
:
{
img
:
""
,
...
...
@@ -98,7 +87,6 @@ export default {
},
},
beforeMount
()
{
if
(
this
.
$store
.
state
.
user
.
token
!==
null
){
this
.
isLoggedIn
=
true
}
this
.
getCommunityFromAPI
();
//To get the id of the community before mounting the view
this
.
getListingsOfCommunityFromAPI
();
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment