seladb/StarTrack-js

Is that possible to extend the repo limit from eight to a larger number?

zhimin-z opened this issue · 3 comments

After trying it, I really love this tool!

However, I find it a bit inconvenient when we want to compare the star tracks between more than eight tools, wondering if we can extend the limit.

Thank you for the kind words @zhimin-z !

I think the limit can be extended. Basically need to change maxReposAllowed here:

export const maxReposAllowed = 8;
, and add a color here:

I think that's it, however we need to test it.

Would you consider opening a PR with this change?

Thank you for the kind words @zhimin-z !

I think the limit can be extended. Basically need to change maxReposAllowed here:

export const maxReposAllowed = 8;

, and add a color here:

I think that's it, however we need to test it.

Would you consider opening a PR with this change?

Thank you @seladb Please check this: #51

Thank you @zhimin-z for contributing to this project, I really appreciate it! 🙏 ❤️
Your PR #53 has been merged to master, I'm closing this issue now