Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
|
@serhalp what is this PR waiting on? |
94abefe to
68d47df
Compare
1. Add an "about" nav item (and a new about page, content tbd)
2. Always show "github" item instead of hiding it when logged in
3. Add logged in username next to 🟢, clicking brings up `/~user`
4. when logged in, shows new 'packages' + 'orgs' nav items
- clicking packages goes to user's packages
- clicking orgs goes to user's orgs (new page, lists user's orgs, with org card showing # of
pkgs + user's teams)
- hovering on packages pops down user's 10 first packages alphabetically (this is a placeholder,
eventually user prefs screen will allow pinning packages and such)
- hovering on orgs pops down user's 10 first orgs alphabetically (this is a placeholder,
eventually user prefs screen will allow pinning orgs and such)
Closes #95
68d47df to
706f81c
Compare
serhalp
commented
Jan 27, 2026
Comment on lines
+70
to
+71
| // Load details for each org in parallel | ||
| await Promise.all(orgs.value.map(org => loadOrgDetails(org))) |
Member
Author
There was a problem hiding this comment.
This probably isn't ideal, but seems fine to start
Claude, what?
danielroe
reviewed
Jan 27, 2026
danielroe
pushed a commit
to MatteoGabriele/npmx.dev
that referenced
this pull request
Jan 27, 2026
Closed
vinnymac
pushed a commit
to vinnymac/npmx.dev
that referenced
this pull request
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
npmx.nav.demo.v2.mp4
/~userEarlier prototype
npmx.nav.demo.mp4
/~userNote: There's quite a bit of missing test coverage here, but see #157.
Closes #95