feat: update event system for fiber architecture#43
Draft
MarcelOlsen wants to merge 1 commit intofiber/commit-phasefrom
Draft
feat: update event system for fiber architecture#43MarcelOlsen wants to merge 1 commit intofiber/commit-phasefrom
MarcelOlsen wants to merge 1 commit intofiber/commit-phasefrom
Conversation
This was referenced Feb 13, 2026
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Feb 13, 2026
Owner
Author
This was referenced Feb 13, 2026
76c683d to
96287c1
Compare
0c2705d to
e45912c
Compare
96287c1 to
77e5aef
Compare
e45912c to
e205905
Compare
77e5aef to
1bf03e3
Compare
e205905 to
6fcd4cf
Compare
1bf03e3 to
3545c27
Compare
6fcd4cf to
fc3606a
Compare
3545c27 to
d1cd349
Compare
fc3606a to
3c868cb
Compare
d1cd349 to
335be3d
Compare
3c868cb to
72692cb
Compare
335be3d to
6ae8219
Compare
ed092c2 to
34f39ba
Compare
634526c to
1ded6b2
Compare
980c664 to
826387d
Compare
3c1ad0a to
e05a1e6
Compare
6ac7657 to
d38c52c
Compare
e05a1e6 to
c246ba9
Compare
Refactor event delegation to work with fiber nodes. Add registerFiber, unregisterFiber, and fiber-based event routing while removing old VDOM-based event handling.
c246ba9 to
674ad21
Compare
d38c52c to
3289558
Compare
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.

Refactor event delegation to work with fiber nodes. Add registerFiber,
unregisterFiber, and fiber-based event routing while removing old
VDOM-based event handling.