-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement lexicographic navigation #68
Conversation
merge 3 commits from main
6,牛逼 |
虽然 index.jsx 看起来改了很多其实只是不小心缩进的原因导致( |
@OrkWard I have reviewed this pull request and completed all the comments. If you have better suggestions regarding the comments, we can continue the discussion. |
I think a better method to perform navigation is using |
I suppose hash navigation is totally fine. It's simple but works. Actually, it is a quite common practice to use hash for quick navigation in a long articles. The url with hash can also make people who open the link jump to the target paragraph faster. React will not trigger re-rendering when the hash changes by default. And if you're really concerned with the history, just use |
@RalXYZ I suppose we could also add hash for each mirror card! |
Glad to heard that, I don't mean to pursue perfect either, just merge it if no other problem Also it won't be busy in my 4th year, so if need I can participate in maintainance |
Thank you very much! We really appreciate your contribution, but we don't want to burden you with too much work. After all, contributing to open-source communities may not bring you material benefits or provide significant technical and product experience compared to participating in internships. Furthermore, our current version of the frontend is already approaching perfection, and there are few new features to be added. In the future, if we have new requirements that need to be implemented, we will create an issue for it. This information will not be directly notified to you, as we don't want it to be like assigning tasks. If you are willing to implement a specific issue, you can communicate with us there. Contributions are welcomed 😊 |
Thank you for your patient reply. However contribution is more like a kind of fun and learning experience...in that case I'll participate in my own pace |
Really thank you for your great work! @OrkWard |
❤️ |
preview the build at https://orkward.github.io/mirror-front