Skip to content
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

WIP: Isolate Drawer menu from the rest of the UI #3773

Draft
wants to merge 71 commits into
base: 9.0
Choose a base branch
from

Conversation

grebaldi
Copy link
Contributor

@grebaldi grebaldi commented Apr 30, 2024

refs: #3119
previous: #3682
depends on: #3792, #3804

WIP.

@github-actions github-actions bot added the 9.0 label Apr 30, 2024
@grebaldi grebaldi force-pushed the feature/multi-app/02-loosen-the-menu branch 2 times, most recently from 5666f1d to acbdd0a Compare May 30, 2024 11:05
This introduces a very basic implementation of the observable pattern
for the Neos UI.

This will allow us to replace redux opportunistically in various places.
This new package contains react bindings for the other recently
introduced package `@neos-project/framework-observable`.
...by using the newly introduced observable primitives. The
neos-ui-error package now exposes a method to show flash messages.

A saga has been created to redirect redux actions (that may still be
used in plugins) to that method.
Until now, dropdown contents were `null`ed when the dropdown is closed.
This leads to unneccessary re-renders every time the dropdown visibility
is toggled.

This commit changes this logic. Dropdown contents are now always
rendered, but hidden when the dropdown is closed.
@grebaldi grebaldi force-pushed the feature/multi-app/02-loosen-the-menu branch from 4c78c28 to ebaf71e Compare July 5, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant