Metaculus / Metaculus/metaculus
Update visibility logic of elements in Question Tile footer
Open
@elisescu is already working on this.
Since Feb 19, 2026.
Stale
- Dominant language
- TypeScript
- Stars
- 113
- Forks
- 34
- Avg merge
- 16h 34m
- Merged PRs (30d)
- 30
Description
Currently, when the question tile starts shrinking, we start hiding the Resolution Date to make space for other elements.
Let's update this rule to hide things in this order of priority:
- The Project tag is removed first (this is already the case)
- The word "forecasters" second
- The words "Closes" or "Resolved" near the actual date gets removed next
- The exact date gets removed last "Dec 31, 2026" becomes "Dec 2026"
This change shouldn't affect the smallest (mobile) size that currently already hides both "forecasters" and the resolution date.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.