Skip to content

changes to model details#3775

Open
ARADDCC002 wants to merge 4 commits into
mainfrom
dev/model-details-changes
Open

changes to model details#3775
ARADDCC002 wants to merge 4 commits into
mainfrom
dev/model-details-changes

Conversation

@ARADDCC002

Copy link
Copy Markdown
Member

No description provided.

@github-actions github-actions Bot added javascript Pull requests that update Javascript code frontend Changes affecting the user-facing interface, client-side code, or presentation layer. labels Jun 24, 2026
Comment on lines +29 to +36
{response ? (
<Stack direction='row' spacing={1}>
<div>{formatDateStringAsDayMonthAndYear(response.createdAt.toString())} by</div>
<UserDisplay dn={response.entity} showIcon />
</Stack>
) : (
<em>Error fetching review</em>
)}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think because this information pertains the model card, it might be better placed at the top of the model card. Instead of on the details. As in Last reviewed by Joe Blogs on 01/01/1970?

Additionally I think Next review due: is irrelevant to a consumer. So maybe a warning at the top of the screen (for expiry) if you are an owner, in the same way we have ones to intact a schema migration might be better.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it takes up too much real estate at the top. The top of the page should really be reserved for the most important information in my opinion, and because the review information is only of interest to either a few people depending on circumstance I think it's better inside Model details

Comment thread frontend/src/entry/EntryOverviewDetails.tsx Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Changes affecting the user-facing interface, client-side code, or presentation layer. javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants