diff --git a/README.md b/README.md index 728dec9..e712eef 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,12 @@ LeetHub-3.0 works with two different Leetcode UIs. There are known issues when u 1. **old layout** or 2. new **"dynamic layout"** -## Limitations - -Your submission may not be successfully uploaded to GitHub if you update the text in the editor too fast. It is necessary to wait for 4 seconds (until the spinner stops) after submitting the solution before entering new characters, switching languages, or switching editors. During this period, your solution is being pushed to GitHub, and the website should maintain its layout without alteration. While this process is less than ideal, we have not found a better solution so far. Sorry for this inconvenience! If you find a fix, your PRs are welcome! - +## Manual synchronization +Your submission may not be successfully uploaded to GitHub if you update the text in the editor too fast. It is necessary to wait for 4 seconds (until the spinner stops) after submitting the solution before entering new characters, switching languages, or switching editors. During this period, your solution is being pushed to GitHub, and the website should maintain its layout without alteration. While this process is less than ideal, we have not found a better solution so far. Sorry for this inconvenience! If you find a fix, your PRs are welcome! +In the meantime, we have added a manual synchronization button. To trigger a manual synchronization to GitHub, hover with you mouse over this button for 1 second. Then, a confirmation dialog will open. Please do only use the manual sync button after you have already submitted your solution to Leetcode and it got accepted. diff --git a/manifest.json b/manifest.json index 0185eb6..3849394 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "LeetHub v3", "description": "Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub", "homepage_url": "https://github.com/raphaelheinz/LeetHub-3.0", - "version": "0.0.8", + "version": "0.0.9", "author": "Raphael Heinz", "action": { "default_icon": "assets/thumbnail.png",