-
Notifications
You must be signed in to change notification settings - Fork 55
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
fix: default for collaborators set to 1 and added dev tag #820
fix: default for collaborators set to 1 and added dev tag #820
Conversation
Hey @nischal-shetty2! Nice! Thanks for the contribution! One additional change request is to only apply this when the app is in "dev mode" (as stated in the linked issue). |
Sure i can do that right away! |
This is my first contribution to this repo, and even though it's a small one, I'm glad to start somewhere. |
@nischal-shetty2 I do not think the "dev" tag is needed, because this feature is also available in production. Should it be removed? What do you think? Also, can we use |
@theborakompanioni yes, if this is the case in production as well then its definitely not required! I think it would be best not to show the dev tag
on it! |
@theborakompanioni made the changes, could you review it now! |
Made some small changes move the dependency on Can you review the changes and verify they work properly on your side as well? Start once with |
tested it locally on both dev as well as prod and works perfectly! This can be merged now if everything is good! @theborakompanioni although i noticed one more thing unrelated to this issue, on the |
💪
This should change to something meaningful as soon as you input an amount! |
yes yes got it, my bad i didnt input the amount field |
Fixes #780
previously the default number of collaborators was randomised between 8-10, which would cause the collaboration transaction to fail. This PR fixes this issue by setting the default value of collaborations to 1 and adds a dev tag as a visual hint.
now if we directly send with 1 collaborator selected by default the transaction succeeds as expected.
Screen.Recording.2024-08-21.at.11.26.52.PM.mov