-
-
Notifications
You must be signed in to change notification settings - Fork 139
FEATURE: Filter properties in right sidebar #3939
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
Draft
Sebobo
wants to merge
837
commits into
8.4
Choose a base branch
from
feature/property-filter
base: 8.4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
…itions TASK: Adjust To Tethered NodeType Definitions
TASK: Adjust to neos 9 deprecations
TASK: Adjust to workspace name in events
Currently translated at 100.0% (123 of 123 strings) Co-authored-by: gallegonovato <fran-carro@hotmail.es> Translate-URL: https://hosted.weblate.org/projects/neos/neos-ui-main-9-0/es/ Translation: Neos/Neos.Ui - Main - 9.0
…ter merging the long ago branched ESCR adjustments see b2781aa
Currently translated at 100.0% (123 of 123 strings) Co-authored-by: Alexander Girod <girod@vivomedia.de> Translate-URL: https://hosted.weblate.org/projects/neos/neos-ui-main-9-0/de/ Translation: Neos/Neos.Ui - Main - 9.0
…ui-error package
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.
…owFlashMessage` API
BUGFIX: Show the right error message if only child is published
…ook in Weblate.\n\nTranslation: Neos/Neos.Neos.Ui - Main - 8.4\nTranslate-URL: https://hosted.weblate.org/projects/neos/neos-neos-ui-main-84/ Co-authored-by: Hosted Weblate <hosted@weblate.org>
Currently translated at 100.0% (125 of 125 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: gallegonovato <fran-carro@hotmail.es> Translate-URL: https://hosted.weblate.org/projects/neos/neos-ui-main-9-0/es/ Translation: Neos/Neos.Ui - Main - 9.0
…NodeByCoveredDimensionSpacePoint TASK: Replace only (fully obsolete) usage of `getNodeByCoveredDimensionSpacePoint`
TASK: Delete as tag
…() expects class-string, string given
…or-removed-temporary-login-controller TASK: Remove obsolete policy for removed temporary login controller
…mmands` collection
…eeTag-change TASK: Adjust to `NeosSubtreeTag::disabled` change
…odule-opening-if-necessary TASK: Auto rebase workspace on backend module opening if necessary
…ound cleanly this must be done via the node aggregate
the github ci will already tell you if the tests pass and more importantly if the e2e tests pass which are not run here!
the nodeAddress as property on `node` was introduced via #3478 but never really used except in the node info view. To avoid shipping the same information twice to the ui we for now remove the `nodeAddress` as property again.
…toring-for-now TASK: Revert half backed refactoring of `contextPath` to `nodeAddress`
fixes neos/flow-development-collection#3212 (comment) > AbstractCreate.php: Unknown named parameter $elementValues
9a85580
to
2dd4d74
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.
Resolves: #3938
WIP