-
Notifications
You must be signed in to change notification settings - Fork 144
Description
In theses lines there are a TODO:
jsr/frontend/routes/user/[id].tsx
Lines 35 to 40 in b5e62ea
| /*<div> | |
| <span class="font-semibold">Recently published</span> | |
| <div class="text-jsr-gray-500 text-base"> | |
| TODO: all packages recently published by this user | |
| </div> | |
| </div>*/ |
And the goal is to have a list of recents published package.
KnorpelSenf