nextcloud / nextcloud/mail

Display a counter when doing the initial loading/indexing

Open
#5,749 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement nextcloud-gmbh
Dominant language
JavaScript
Stars
1k
Forks
348
Avg merge
12h 28m
Merged PRs (30d)
91

Description

When a user first use the Mail app they are welcomed by a an animated loading icon and a message "Loading messages" that can last for several minutes if they have a big mailbox.
As a user i would like to see a counter that gives me a feedback about the number of messages that are loaded. Something like x messages from yyy messages are loaded.

This can be also very useful when a user has a very large email account and when a lot of messages are being loaded, its not sure if its still loading(because its very big) or if it got stuck.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the JavaScript frontend entry point that displays the initial "Loading messages" state and tracing how mailbox messages are loaded. Add visible progress showing loaded and total message counts, then verify that the counter updates throughout initial indexing and clearly indicates completion.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.