tweetback icon indicating copy to clipboard operation
tweetback copied to clipboard

Consider import console change to show total

Open cfjedimaster opened this issue 3 years ago • 3 comments

I'm doing my import now, and while I know it will be long, it would be nice if the message showed X of Y rather than just X. So by that I mean - I'm currently seeing:

Finished count { count: X }

It would be cool if it said:

Finished count { X of Y }

(Even better - with a percentage. ;)

cfjedimaster avatar Dec 01 '22 21:12 cfjedimaster

@Snugug made mention of a progress bar somewhere!

zachleat avatar Dec 19 '22 15:12 zachleat

This is my modified version of import-from-archive.js. The key here is using cli-progress to build a progress bar and update the bar after tweet is checked into the database.

If y'all are cool with this update, I'm happy to file a PR to add this to Tweetback!

Snugug avatar Dec 19 '22 16:12 Snugug

This is my modified version of import-from-archive.js. The key here is using cli-progress to build a progress bar and update the bar after tweet is checked into the database.

If y'all are cool with this update, I'm happy to file a PR to add this to Tweetback!

I don't know about the maintainers, but I at least would appreciate the PR as a user!

cooljeanius avatar Oct 12 '24 03:10 cooljeanius