-
Notifications
You must be signed in to change notification settings - Fork 46
Notion: add progress bar #507
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment @cursor review or bugbot run to trigger another review on this PR
For large databases I think it may be worth demonstrating some progress while the initial processing is occurring, this can take a really long time so giving some indicator that's it's not just frozen and to be patient would help (unsure if we can give any 1-100 sense of progress at this stage though) Here's an example: https://www.notion.so/framer/2bdadf6e8c9680ce92c8f6d44abd5d91?v=c763738b1511469395a97cb4e78c3dca&source=copy_link |
This comment was marked as outdated.
This comment was marked as outdated.
48392ef to
0e1609c
Compare
|
This PR has been automatically marked as stale because it has not had any activity in the last 7 days. It will be closed if no further activity occurs in the next 7 days. |

Description
This pull request adds a progress bar to the Notion plugin while syncing.


This replaces the percentage in the sync button:

The design is based on the AI translate progress UI:

Testing
Question
Should we also show this modal when syncing is triggered with the sync button (syncManagedCollection mode)?