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
32 stars 62 forks source link

Summary link to tribe text doesnt equal tribe name #498

Open kevkevinpal opened 1 year ago

kevkevinpal commented 1 year ago

Says "hunterstribej" instead of "Bounty Hunters Tribe"

Screenshot 2024-01-22 at 8 00 20 PM

This is the bounty https://people-test.sphinx.chat/bounty/1192

You may have to create a tribe to add it to a bounty.

In src/bounties/BountyModalButtonSet.tsx line 103, the tribe's name is sliced to not be more than 14 characters

 <EuiText className="ButtonText">
      {props.tribe.slice(0, 14)} {props.tribe.length > 14 && '...'}
 </EuiText>

Change the slice to a CSS ellipsis.

acceptance criteria

Marvel-Ib commented 1 year ago

@kevkevinpal currently looking at this.

when i check the props object for this page the tribe name is still tribesfrontend. so are you saying props info for the tribe is wrong?

ecurrencyhodler commented 11 months ago

@kevkevinpal is this issue still relevant?

kevkevinpal commented 11 months ago

@kevkevinpal is this issue still relevant?

ya this is still relavant

gouravmpk commented 8 months ago

@ecurrencyhodler I can take this

KumarNayan commented 7 months ago

Assign

elraphty commented 7 months ago

Says "hunterstribej" instead of "Bounty Hunters Tribe"

Screenshot 2024-01-22 at 8 00 20 PM

This is the bounty https://people-test.sphinx.chat/bounty/1192

You may have to create a tribe to add it to a bounty.

acceptance criteria

  • [ ] I've tested on Chrome
  • [ ] I've posted a screenshot of the correct tribe
  • [ ] I've created a test that asserts the title of the tribe is displayed