ui(admin): add "working" React admin ui

This commit is contained in:
Matthew Penner 2022-12-15 19:06:14 -07:00
parent d1c7494933
commit 5402584508
No known key found for this signature in database
199 changed files with 13387 additions and 151 deletions

View file

@ -47,7 +47,7 @@ export default () => {
{!data && isValidating ? (
<Spinner centered />
) : (
<div className={'bg-gray-700'}>
<div className={'bg-slate-700'}>
{data?.items.map(activity => (
<ActivityLogEntry key={activity.id} activity={activity}>
{typeof activity.properties.useragent === 'string' && (