wordpress-mobile / wordpress-mobile/WordPress-Android
Improve "Revision Browser" entry in the editor overflow menu
Open
Beginner friendly
Nobody has claimed this yet.
[Status] Stale
[Type] Enhancement
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
Currently the menu item to access the "Revision Browser" is "History". It's not clear. Calypso uses a different approach:

Solution: replace "History" by "Revisions (N)" in this menu.
| Current Implementation | Future Solution |
|---|---|
![]() |
![]() |
WPiOS ticket
https://github.com/wordpress-mobile/WordPress-iOS/issues/11994
Contributor guide
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.
Research direction
Start at the editor overflow menu implementation and find the existing "History" entry. Trace how the revision count is available, then update the entry to display "Revisions (N)". Verify that the menu shows the new wording and the current count.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 64/100

