Dimillian / Dimillian/IceCubesApp
Feature request: Implement AsyncRefreshes for fetching all replies
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 7.1k
- Forks
- 720
- PR merge metrics
- No merged PRs in 30d
Description
Mastodon 4.5 added support for fetching all replies. Currently, IceCubes requires you to pull to refresh a status to manually check if there are any new replies found. But the Mastodon web ui uses the AsyncRefreshes api to check on the status of the fetch job, and let the user know if there are new replies to load. The webui implements this by:
- showing a spinner
- then a toast if there's new replies found,with a button to load them inline.
More details:
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.
Research direction
Start with the Mastodon statuses/context and async_refreshes API documentation linked in the issue, then trace IceCubesApp’s existing pull-to-refresh flow for a status. The work is complete when fetching replies can run asynchronously, shows a spinner, and presents a toast with an inline-load action when new replies are available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100