stakwork / sphinx-tribes

Backend for sphinx tribes and bounties. The bounty platform pays out in bitcoin. Sign up with Sphinx Chat, complete a bounty, and earn bitcoin! Go to our website for available bounties.
https://community.sphinx.chat/bounties
33 stars 60 forks source link

Remove small white module that appears before viewing a bounty from profile #1029

Closed ecurrencyhodler closed 10 months ago

ecurrencyhodler commented 10 months ago

Describe the bug When I view a bounty that I created from my profile, a small white module and my profile appears before I see the full bounty.

https://github.com/stakwork/sphinx-tribes/assets/32662508/83f80471-edcb-4cd6-bcc6-d7353e48baa5

Expected behavior I should be taken directly to the bounty.

Desktop (please complete the following information):

Acceptance Criteria

Vayras commented 10 months ago

Hey @ecurrencyhodler , I would like to contribute towards this issue.

ecurrencyhodler commented 10 months ago

Okay i'll assign the bounty to you too.

Vayras commented 10 months ago

Hi, @ecurrencyhodler can you please help me , I have trouble with the frontend unable to fetch data from the backend while running the project locally on my system the Golang backend with postgres is working just fine but when I run the frontend I get fetch error

ecurrencyhodler commented 10 months ago

@elraphty Can you help @Vayras here?

Vayras commented 10 months ago

@elraphty @ecurrencyhodler let me know the fix ,I wish to solve this issue ,Thanks

ecurrencyhodler commented 10 months ago

Hey @Vayras we believe this is a router issue where it's going to a page ID but it may be opening multiple.

Vayras commented 10 months ago

Okay @ecurrencyhodler thanks for letting me know , I am trying to fix this issue, let me check a few things

Vayras commented 10 months ago

Hey @ecurrencyhodler fixed the issue , the issue was the modal was loaded even before data is fetched , will be raising the PR for this now