add user hover cards and ext. link warnings
this is my first PR, so i probably made a few mistakes. here's what i've done:
add user hover cards to relevant components
these are meant to be as unintrusive as possible and remove when the user scrolls. it takes 150ms for it to start loading the assets required for it on hover of a user-link.
add external link warnings
this checks if the user is visiting a link that is outside of the modrinth scope and gives them a warning if they are.
the command/ctrl+k menu is a fully localizable command menu that opens when a user presses the command/ctrl + k keybind.
https://github.com/user-attachments/assets/f2743f48-f0e6-4523-a476-9e3ccdb0ea7f
This is awesome, hope this gets merged soon!
Lots of great stuff in this pull request, would you be able to split it up into separate PRs though?
Lots of great stuff in this pull request, would you be able to split it up into separate PRs though?
Could take a while. If absolutely necessary, sure.
Appreciate the contribution! A large PR like this with many unrelated features will likely not get merged, however, since the design and code review it would take is likely unjustifiable. If you'd like to reopen any of these features in the future as individual PRs, please do keep them small in scope and be prepared for both design and code reviews that may require significant changes.