Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1596
Resolve "More extensible person and group detail page"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "More extensible person and group detail page"
1109-more-extensible-person-and-group-detail-page
into
master
Overview
1
Commits
14
Pipelines
8
Changes
14
All threads resolved!
Hide all comments
Merged
Julian
requested to merge
1109-more-extensible-person-and-group-detail-page
into
master
5 months ago
Overview
1
Commits
14
Pipelines
8
Changes
14
All threads resolved!
Hide all comments
Expand
Closes
#1109 (closed)
0
0
Merge request reports
Compare
master
version 6
de50bc37
5 months ago
version 5
43b65ba1
5 months ago
version 4
106b7cdc
5 months ago
version 3
04828c8a
5 months ago
version 2
2567455a
5 months ago
version 1
8e06194d
5 months ago
master (base)
and
latest version
latest version
1aecd6db
14 commits,
5 months ago
version 6
de50bc37
13 commits,
5 months ago
version 5
43b65ba1
12 commits,
5 months ago
version 4
106b7cdc
11 commits,
5 months ago
version 3
04828c8a
10 commits,
5 months ago
version 2
2567455a
7 commits,
5 months ago
version 1
8e06194d
4 commits,
5 months ago
14 files
+
256
−
49
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/frontend/components/generic/chips/CounterChip.vue
+
1
−
1
Options
<
template
>
<v-chip
v-bind=
"$attrs"
v-on=
"$listeners"
>
<v-avatar
:left=
"!onlyShowCount"
v-if=
"count !== null"
>
{{
count
}}
{{
$n
(
count
)
}}
</v-avatar>
<slot
v-if=
"!onlyShowCount"
/>
</v-chip>
Loading