-
-
- |
-
-
-
-
- {user.name}
-
- |
- {user.email} |
-
-
- {dayjs(user.last_active_at * 1000).fromNow()}
- |
-
-
- {dayjs(user.created_at * 1000).format($i18n.t('MMMM DD, YYYY'))}
- |
-
- {user.oauth_sub ?? ''} |
-
-
-
- {#if $config.features.enable_admin_chat_access && user.role !== 'admin'}
-
-
-
+ {:else}
+
{/if}
+
+ {:else}
+
+
+
+ {/if}
+
+
+ | setSortKey('name')}
+ >
+
+ {$i18n.t('Name')}
-
+ {#if sortKey === 'name'}
+ {#if sortOrder === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
+
+ |
+ setSortKey('email')}
+ >
+
+ {$i18n.t('Email')}
+
+ {#if sortKey === 'email'}
+ {#if sortOrder === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
+
+ |
+
+ setSortKey('last_active_at')}
+ >
+
+ {$i18n.t('Last Active')}
+
+ {#if sortKey === 'last_active_at'}
+ {#if sortOrder === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
+
+ |
+ setSortKey('created_at')}
+ >
+
+ {$i18n.t('Created at')}
+ {#if sortKey === 'created_at'}
+ {#if sortOrder === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
+
+ |
+
+ setSortKey('oauth_sub')}
+ >
+
+ {$i18n.t('OAuth ID')}
+
+ {#if sortKey === 'oauth_sub'}
+ {#if sortOrder === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
+
+ |
+
+ |
+
+
+