We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a list of issues that is not blocking release of v1, but would be nice to do someday to make the codebase cleaner.
"materials"
"tools"
"binary"
"gradient"
dashboard.js
useEffect
handleChange
shared.js
mk_provider_to_meta
get_country
orgProvision
countryFlags
unhighlighted
node
currSelectedNode
InputDetail
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a list of issues that is not blocking release of v1, but would be nice to do someday to make the codebase cleaner.
"materials"
,"tools"
"binary"
,"gradient"
dashboard.js
, theuseEffect
andhandleChange
functions have some code duplication that could be refactoredshared.js
filemk_provider_to_meta
use theget_country
function?orgProvision
and use flags from thecountryFlags
dict in the frontendunhighlighted
node
andcurrSelectedNode
which seem duplicativeInputDetail
so that the variant and non-variant country and org tables are constructed similarlyThe text was updated successfully, but these errors were encountered: