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

Hide rank until engaging with a submission #16

Open
markbranly opened this issue Mar 6, 2024 · 3 comments
Open

Hide rank until engaging with a submission #16

markbranly opened this issue Mar 6, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@markbranly
Copy link
Owner

The rank is ephemeral and adds very little value to the user.

Some users may wish to know this information however so we should show it with the submission is being engaged with. That is defined by:

  • hovering over the submission
  • a submission has an active or focused element
@markbranly markbranly added the enhancement New feature or request label Mar 6, 2024
@markbranly
Copy link
Owner Author

This may only need to be applied to the "front page" where post rank is shifting throughout the day.

And perhaps, the approach we should take is too lighten it until engagement. We should look into a11y standards for disabled elements like buttons.

@markbranly markbranly added this to the Design milestone Mar 15, 2024
@markbranly
Copy link
Owner Author

This is currently in a mostly working state. The rank never shows up on the Jobs page.

One concern I have about this approach is that, apart from the URL, the rank is the only indication of what page you are on. Having it never appear takes away that sense of place.

@markbranly
Copy link
Owner Author

Followup on the "rank never shows up on Jobs page". I found the reason—the rank tag is always empty:

<td align="right" valign="top" class="title"><span class="rank"></span></td>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant