Show orgs in project card when a project is owned by an org (#5892)
* fix: link to user using id instead of username * feat: show org in project card * fix: account for outdated documents * refactor: use struct to store owner information * fix: default new fields * fix lint
This commit is contained in:
@@ -1133,6 +1133,9 @@ export namespace Labrinth {
|
||||
project_type: string
|
||||
slug: string | null
|
||||
author: string
|
||||
author_id: string | null
|
||||
organization: string | null
|
||||
organization_id: string | null
|
||||
title: string
|
||||
description: string
|
||||
categories: string[]
|
||||
@@ -1167,6 +1170,9 @@ export namespace Labrinth {
|
||||
project_types: string[]
|
||||
slug: string | null
|
||||
author: string
|
||||
author_id: string | null
|
||||
organization: string | null
|
||||
organization_id: string | null
|
||||
name: string
|
||||
summary: string
|
||||
categories: string[]
|
||||
|
||||
Reference in New Issue
Block a user