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

Simple mode: auto jump to next page if no emails to show #167

Open
elie222 opened this issue Mar 10, 2024 · 2 comments
Open

Simple mode: auto jump to next page if no emails to show #167

elie222 opened this issue Mar 10, 2024 · 2 comments

Comments

@elie222
Copy link
Owner

elie222 commented Mar 10, 2024

After removing all emails from list jump to next batch:
CleanShot 2024-03-10 at 16 45 43@2x

@Deeptanshu-sankhwar
Copy link

I will take this up @elie222

@Deeptanshu-sankhwar
Copy link

{props.messages.filter( (m) => !toHandleLater[m.id] && !unsubscribed.find((unsub) => unsub.id === m.id), ).length === 0 && <Celebration message="All emails handled!" />}

As per I understand from the logic @elie222 , I can see that we are showing a celebration container as soon as all the emails of a particular section are tackled. Shall we show the celebration section, or jump to the next page automatically? Or first show the celebration section with a short timeout and then automatically jump to the next page?

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

No branches or pull requests

2 participants