-
Notifications
You must be signed in to change notification settings - Fork 42
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 L/R arrows for org and homepage #333
Comments
Hi @ecurrencyhodler |
@ecurrencyhodler can you assign this one to me |
@ecurrencyhodler Since the next bounty (if present) will only be acknowledged after user has clicked on the button it is best to show an alert that user has reached the end of list, instead of disabling the button to scroll. what are your thoughts on this? |
for now I have added the default html alert, we can implement a new site wide alert component, or use one from a library, which I think can be handled in a seprate PR from this. |
@Vayras We have a toast that appears on the bottom right. Can we use that instead? Message should be: There are no more bounties to display! |
Sure let's use that |
Describe the bug
When scrolling L/R on the secondbrain organization bounties, the wrong bounty is displayed as it is not the next listed bounty on the org homepage. Here is the org: https://community.sphinx.chat/org/bounties/ck9drb84nncjnaefo090
Also when you click L, a deleted bounty page appears occasionally
LR.bug.mov
The bounty deleted page also appears on the home page:
Bounty.deleted.mov
Expected behavior
Desktop (please complete the following information):
Acceptance Criteria
Here is an example unit test
Here is an example component test
The text was updated successfully, but these errors were encountered: