-
Notifications
You must be signed in to change notification settings - Fork 81
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
chore: Merge for release #541
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
Setup `cursor: pointer` for differents core components and also for differents parts of the application.
I introduced a component named `BuilderSidebarTitleSearch` which extract the existing search logic of `BuilderSidebarTree` and use it for `BuilderSidebarToolbar`. I also took the opportunity to improve the accessibility since we use `<i>` elements as button, but they're not focusable and clickable with the keyboard. And finally, I introduced an E2E test which cover the new feature.
* feat: implement subscribe_mutation
* feat: implement fixture to isolate test of global context
* feat: implement calculated properties
* docs: improve the documentation of application state
* fix: make it works on writer framework
* docs: add documentation about calculated properties
* fix: trigger initial mutation on calculated properties
* docs: document mutation event
* chore: review
* feat: subscribe_mutation supports an event handler as a function
* feat: subscribe_mutation supports an event handler as a function * feat: subscribe_mutation supports an async event handler as a function
* fix: handle dot separated expression on subscribe mutation
…n-dev-server-started-instead-of-customdev
feat(ui): add filter to `BuilderSidebarToolbar`. WF-42
…property-on-mutation feat: trigger a calculated property on mutation
* feat: implement reverse option
* feat: implement visible entity
…on-of-visibility-value feat: checkbox for inversion of visibility value
chore: Bump version
Co-authored-by: Alexandre Rousseau <[email protected]>
Co-authored-by: Alexandre Rousseau <[email protected]>
fix: getting the BaseControlBar import to AnnotatedText component
feat: Feature flags
* fix: restore initial mails when getting session into init
feat: Abstract components
…d-js-are-not-loaded-after-oidc-authentication fix: custom stylesheet and js are not loaded after OIDC authentication
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.
No description provided.