Members

{{svg-jar "settings"}}
  • Import members
  • New member
    {{#unless this.members.loading}}
    {{#if (and this.members this.showingAll)}}
    {{/if}}
    {{!-- overlaid on header to keep table column sizing --}} {{#if this.isEditing}}
    {{/if}}
      {{#if this.members}}
    1. {{#if this.isEditing}} {{!-- necessary because we add an extra column in the list items --}}
      {{/if}}
      {{this.listHeader}}
      Location
      Created
      {{!-- TODO: 🍆🖌 --}} {{#if this.config.enableDeveloperExperiments}} {{/if}}
    2. {{else}}
    3. {{svg-jar "members-placeholder" class="gh-members-placeholder"}} {{#if this.showingAll}}

      No members yet

      {{else}}

      No members match the current filter

      {{/if}}
    4. {{/if}}
    {{else}}
    {{/unless}}
    {{outlet}} {{#if this.showDeleteMembersModal}} {{/if}} {{#if this.showLabelModal}} {{/if}}