-
Notifications
You must be signed in to change notification settings - Fork 2
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
v1.0.0-beta.5 (Sprint 12) #278
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r a contributor joined
…a certain editor area
…-cards-in-home Added proper feature cards on the homepage
…ions and split off multiple-in-one operations
…-causes-the-default-content-to-be-inserted-on-top-of-the-file Fixed bug causing combined Delete & Insert to break the local OT system
…nserted-on-top-of-the-file' into dev-sprint-12
…chromium and other packages in rest-api/Dockerfile
…te and shared routes that allow reloading without side effects
…d `_startCursorWatchers()`
…review-navigate-to-the-specific-area-using-the-scroll-state-of-the-editor-ignore-cursor-state
…-slide-in-the-preview-navigate-to-the-specific-area-using-the-scroll-state-of-the-editor-ignore-cursor-state Sync current editor area with corresponding preview slide and reversed
…ike standard ordinal numbering)
…viewer-starts-slide-index-at-0-instead-of-1 Fixed phone subslides viewer slide index starting at 0 instead of 1
Kaede25
previously approved these changes
Jan 27, 2025
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.
Nice changes °^°
a9dd75f
to
608b728
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of change does this PR perform?
Summary
New development release
v1.0.0-beta.4
for twelfth sprint completion.List of Changes
AsyncLock
which allows the async locking of multiple processes requiring sequential critical sections.success
callback inSDSClient.sendOTrans()
which does nothing./editor/share/{uuid}
/editor/local
./editor/o/{uuid}
./editor/local?new=true
.waitForConditionAndExecute()
which allows the execution of a given callback after a specific condition has been met and fulfilled.onCursorChange
function to the editor which calculates the slide index and callssetSlide
at the end.setSlide
function, which decides if the line number calculation function should be called after setting a slide.Does this PR create new warnings?
None.
Linked issues or PRs