Doubly-linked Items#9
Merged
Merged
Conversation
efbf479 to
528c2e7
Compare
Only use editing on mobile.
0e05e9f to
9f2e3c8
Compare
9f2e3c8 to
2aae37c
Compare
…ank while in reducer.
78b3933 to
d2c24e7
Compare
…eeds contextChildren passed in.
Allow the results of the new getChildrenWithRank which uses contextChildren to be compared against getChildrenWithRankDEPRECATED which uses inefficient memberOf collation to test for functional parity at the given probability between 0 (no testing) and 1 (test every call to getChildrenWithRank)
Both removing one thought of many (in which the entry will still have an array) and removing the last thought (entry removed from contextChildren).
c802e41 to
a2649f6
Compare
…ead of overwriting user's data.
…g first child. Refactor deleteItem.
cindmichelle
added a commit
to cindmichelle/em
that referenced
this pull request
May 11, 2026
…review) Addresses review items cybersemics#2–cybersemics#9: - Bump "Gestures" header to semibold (cybersemics#2) - Set command subtitle to regular weight (cybersemics#3) - Reduce gesture diagram from 32 to 26 (cybersemics#4) - Tighten header→divider gap (cybersemics#5) - Tighter non-highlighted row spacing, larger gap below highlighted row (cybersemics#6, cybersemics#7) - Shrink Cancel-block gap; flush to top when main list is empty (cybersemics#8, cybersemics#9)
This file contains hidden or 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
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.
Store children in parents for faster children lookup.
Parents are still stored in children for performant parents lookup. Both must be maintained in parallel.