Feature/slash commands#5523
Closed
hetunandu wants to merge 120 commits into
Closed
Conversation
2. Added connect buttons to em
Changed commands
* Slash commands feature init commit * Added more commands * Introduced JSX to render custom commands * Merge conflict fix * Spacing changes * Added slash commands button * Adjust styles for better ui * Added new datasource command * Minor changes to add new bindings command. Changed ui behaviour of / button * UI style change * Insert binding command UI change * More UI changes * Move command actions to a saga Added support to binding the data back to the widget when are new API is created from widget * Added reverse binding for DB queries * Show / button only on hover * Hide actions from suggestions in action pages * Changes widget.data to widget in slash commands * Minor refactoring. Changed commands * Removed unused code
…mith into feature/simple-nav-main
Fixed autocomplete not showing up
Contributor
|
@akash-codemonk couple of points for the associated entities and the slash commands. Let's check if they're easy to fix. Slash commands:
Screen.Recording.2021-07-01.at.4.42.16.PM.movAssociated entities at the property pane:
|
Contributor
|
#5558 was used to merge these changes |
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.
Description
Introducing slash commands, the quicker and simpler way to let users bind their widgets to a datasource. Commands can be triggered by typing "/" and it should work anywhere outside a dynamic binding. Following are the commands supported in the initial cut.
Fixes #4540
Type of change
Checklist: