Creator links back to the submission page #140

Closed
opened 2025-04-27 21:41:15 +00:00 by numberss · 2 comments
Member

The creator on every map page just links back to the same page. Quat said its an empty href (idk what that is sorry) so uh yeah. Could be cool if it linked to a list of that person's maps (maybe through a Creator filter in maps list)

The creator on every map page just links back to the same page. Quat said its an empty href (idk what that is sorry) so uh yeah. Could be cool if it linked to a list of that person's maps (maybe through a Creator filter in maps list)
Owner

This is the relevant section of website code:

<div>
<h1>{stats.name}</h1>
<aside data-review-status={stats.review} className="review-status">
<p>{Review}</p>
</aside>
</div>
<p className="by-creator">by <Link href="" target="_blank">{stats.creator}</Link></p>
<p className="submitter">Submitter {stats.submitter}</p>
<p className="asset-id">Model Asset ID {stats.asset_id}</p>
<p className="uploaded-asset-id">Uploaded Asset ID {stats.uploaded_asset_id}</p>
<span className="spacer"></span>
<Comments comments_data={stats}/>

This is the relevant section of website code: https://git.itzana.me/StrafesNET/maps-service/src/commit/929b5949f016e1b21f2754b40d986e3339e38059/web/src/app/submissions/%5BsubmissionId%5D/page.tsx#L40-L51
Owner

Closed by #183.

Closed by #183.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StrafesNET/maps-service#140