-
Notifications
You must be signed in to change notification settings - Fork 26
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
Code submission for FLIP fest 'Playground Feature: Improve the resource explorer 29 - Milestone 3' #175
Conversation
@hichana is attempting to deploy a commit to the Flow Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good :)
Just some small changes here and there.
@MaxStalker I made changes based on your feedback and merged to this branch/PR. I left responses to two of your comments in this PR and will wait for your response to see if more changes are needed, which I'm happy to do if so. Thank you for reviewing my submission! |
@hichana can you also check that imports are using absolute paths? i.e. import { SideBar } from "components/Sidebar" and not import { SideBar } from "../../components/Sidebar" I've seen the later for |
@MaxStalker I added the For now, I pushed my changes to the Also, how to handle this for FLIP #18 -- shall I update relative imports there as well? I'll have a look to make sure we didn't use any relative imports for components, but should I implement the Update: the |
Looks great! |
@hichana if you can do a rebase, it might enable you yo merge in this PR as the CODEOWNER file has been updated (so that Max is also one of the code owners) |
* Add Max as Codeowner * Update CODEOWNERS Co-authored-by: Mackenzie <[email protected]>
Hi @kerrywei -- I believe I did the rebase. Is it what was needed? I also made a branch where the upstream commit is at the beginning, before my commits come it. Not sure if that's what is best here but here is the branch: https://github.com/hichana/flow-playground/commits/flip-29-final-submission_backup |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/onflow/flow-playground/3TCrbTCALvXZPyUDtivAb6PCvZjP |
@hichana it should be good to go now |
Closes: N/A
Description
This PR contains code changes for my submission for the 3rd/final milestone on FLIP fest issue 29. It contains an implementation of a UI that will allow users to have a better experience with the resources explorer. I made a comprehensive guide with notes and instructions on how to run the updated UI locally HERE.
For contributor use:
Files changed
in the Github PR explorer