Skip to content
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(#1137): Display created bounty after successful bounty creation #1191

Merged
merged 5 commits into from
Dec 26, 2023
Merged

fix(#1137): Display created bounty after successful bounty creation #1191

merged 5 commits into from
Dec 26, 2023

Conversation

Vayras
Copy link
Contributor

@Vayras Vayras commented Dec 26, 2023

With This pull request changes made are:
Now when you post a bounty you are redirected to the created bounty page as required by the issue #1137

The fix : get the current bounty index from api and use the data to redirect to created bounty page

video

0179-1228.mp4

This has been Tested on Chrome and Firefox
fixes #1137

@kevkevinpal
Copy link
Contributor

is there anyway to not make the page reload to get the new bounty?

@kevkevinpal
Copy link
Contributor

rebased to master for you f1daccf

@Vayras
Copy link
Contributor Author

Vayras commented Dec 26, 2023

is there anyway to not make the page reload to get the new bounty?

@kevkevinpal Yeah If I remove the await window.location.reload(); it would still work fine and no reloads

@kevkevinpal
Copy link
Contributor

is there anyway to not make the page reload to get the new bounty?

@kevkevinpal Yeah If I remove the await window.location.reload(); it would still work fine and no reloads

nice can you make that change I think that would work better

@Vayras
Copy link
Contributor Author

Vayras commented Dec 26, 2023

is there anyway to not make the page reload to get the new bounty?

@kevkevinpal Yeah If I remove the await window.location.reload(); it would still work fine and no reloads

nice can you make that change I think that would work better

@kevkevinpal removed the reload

@kevkevinpal kevkevinpal merged commit b26a45e into stakwork:master Dec 26, 2023
5 checks passed
@ecurrencyhodler
Copy link
Contributor

Tested and this works nicely. Will pay you once we get our org funded. Good work.

elraphty pushed a commit that referenced this pull request Jan 26, 2024
…1191)

* fix(#1137): Display created bounty after successful bounty creation

* fix(#1137): Display created bounty after successful bounty creation

* Removed window reload

* formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display created bounty after successful bounty creation
3 participants