summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/groups/components/group_item.vue
Commit message (Expand)AuthorAgeFilesLines
* Fix more eslint rulesFilipa Lacerda2018-01-081-5/+7
* Merge branch '40549-render-emoj-in-groups-overview' into 'master'Sean McGivern2018-01-081-1/+2
|\
| * Rendering of emoji's in Group-OverviewJacopo2017-12-241-1/+2
* | Make tooltip placement bottom by default as per design guidelines40533-groups-tree-updatesKushal Pandya2018-01-041-1/+1
* | Update avatar size to be 24pxKushal Pandya2017-12-261-3/+5
|/
* updated importsurl-utility-es-modulePhil Hughes2017-12-111-2/+2
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
* Resolve "Display member role per project"Mike Greiling2017-12-071-6/+11
* Show only group name by default and put full namespace in tooltipKushal Pandya2017-12-011-2/+12
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-163/+65
* Update identicon path and selectorkushalpandya2017-08-301-3/+3
* Use kebab-case for propskushalpandya2017-08-021-2/+2
* Import `group_identicon` minor clean up and prop updateskushalpandya2017-08-011-7/+7
* Use GroupIdenticon for missing avatarskushalpandya2017-07-311-0/+13
* Expose correct path to groupAlfredo Sumaran2017-06-161-3/+3
* Add missing aria-hidden attribute to i tagsAlfredo Sumaran2017-06-081-8/+21
* Do not show access type to a group if there’s no accessAlfredo Sumaran2017-06-081-0/+2
* Display user access type for each groupAlfredo Sumaran2017-06-071-0/+2
* Address feedbackAlfredo Sumaran2017-06-071-32/+63
* Add rows hover state and improve layout for mobileAlfredo Sumaran2017-06-061-57/+58
* Minor visual adjustmentsAlfredo Sumaran2017-06-061-2/+7
* Fix JS error when filtering by optionAlfredo Sumaran2017-05-311-1/+1
* Restore accidentally deleted codeAlfredo Sumaran2017-05-311-1/+4
* Replace v-show with v-if to conform style guideAlfredo Sumaran2017-05-311-10/+7
* Update i tags so they are not self closedAlfredo Sumaran2017-05-311-2/+2
* Put extra chars length on a constant for readabilityAlfredo Sumaran2017-05-311-1/+2
* Remove unnecesary return statementsAlfredo Sumaran2017-05-311-4/+0
* Add default prop valuesAlfredo Sumaran2017-05-311-0/+1
* Move eslint disable rule before line containing the offenseAlfredo Sumaran2017-05-311-2/+1
* Move component visibility validation to parent componentAlfredo Sumaran2017-05-311-1/+4
* Fix search by inputAlfredo Sumaran2017-05-301-4/+2
* Set visibility icon correctlyAlfredo Sumaran2017-05-301-1/+9
* Fix click event handlingAlfredo Sumaran2017-05-301-5/+16
* Display number of users and number of projects for each groupAlfredo Sumaran2017-05-301-3/+5
* Do not allow to expand a row if group doesn’t have subgroupsAlfredo Sumaran2017-05-301-6/+2
* Do not show edit button if user has no privilegeAlfredo Sumaran2017-05-301-1/+4
* Handle leave group actionAlfredo Sumaran2017-05-301-2/+15
* Fix toggling subgroups and paginationAlfredo Sumaran2017-05-301-1/+1
* Change is-expandable to has-subgroupsAlfredo Sumaran2017-05-301-4/+5
* Stop click event is group has no subgroupsAlfredo Sumaran2017-05-261-3/+1
* Add tests for Group item componentAlfredo Sumaran2017-05-251-7/+10
* Remove parent group prefix from current orphan groupAlfredo Sumaran2017-05-241-2/+31
* Build tree from server responseAlfredo Sumaran2017-05-231-2/+2
* Restore previous tree formatAlfredo Sumaran2017-05-171-1/+1
* Basic layout for groups treeAlfredo Sumaran2017-05-161-15/+79
* Stop event propagation to prevent multiple ajax callsAlfredo Sumaran2017-05-151-1/+1
* Build tree object from endpoint responseAlfredo Sumaran2017-05-121-9/+8
* Decorate server response objectsAlfredo Sumaran2017-05-111-3/+3
* Better checking for subgroupsAlfredo Sumaran2017-05-101-1/+1
* Set tree structure for groupsAlfredo Sumaran2017-05-091-22/+21