Merged
Conversation
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 <alexandre@rsseau.fr>
Co-authored-by: Alexandre Rousseau <alexandre@rsseau.fr>
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
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.
No description provided.