-
Notifications
You must be signed in to change notification settings - Fork 46
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
#2256 Add ability to display text description next to heading label #2263
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6932f32
#2256 Add ability to display text description next to heading label
srikant-ch5 2666aea
Merge branch 'main' into Action-Image-Align
srikant-ch5 c3379c6
Merge branch 'main' into Action-Image-Align
srikant-ch5 54294aa
Include classname change
srikant-ch5 a0c3e38
Include changes in paramDef
srikant-ch5 0aebd18
Merge branch 'main' into Action-Image-Align
srikant-ch5 d97e731
Include description in Form
srikant-ch5 06f9714
Include description object
srikant-ch5 e53c03a
Merge branch 'main' into Action-Image-Align
srikant-ch5 c7beac5
Merge branch 'main' into Action-Image-Align
srikant-ch5 62cc2e9
Include renderTooltip function to show tooltip with link based on des…
srikant-ch5 9fc9962
Merge branch 'main' into Action-Image-Align
srikant-ch5 8214c5f
Merge branch 'main' into Action-Image-Align
srikant-ch5 a82ebe1
Change renderTootlip as per conditions
srikant-ch5 e532200
Merge branch 'main' into Action-Image-Align
srikant-ch5 cff31e2
Refactor title-editor code and include tests and include showHeadingD…
srikant-ch5 697784a
Update description text in Form
srikant-ch5 30b7f47
Fix test cases
srikant-ch5 be033c1
uncomment test cases
srikant-ch5 762748b
fix test case 2
srikant-ch5 cc18701
Merge branch 'main' into Action-Image-Align
srikant-ch5 ef729d2
Fix ui issues
srikant-ch5 a2b0edb
Update Help button label
srikant-ch5 c87918d
Merge branch 'main' into Action-Image-Align
srikant-ch5 51aaefd
Merge branch 'main' into Action-Image-Align
srikant-ch5 340e4b0
Merge branch 'main' into Action-Image-Align
matthoward366 25854af
Replace button with a link in title editor description
srikant-ch5 3ac2293
Include readonly desc with details
srikant-ch5 e64edb6
Merge branch 'main' into Action-Image-Align
srikant-ch5 2adf75e
Merge branch 'main' into Action-Image-Align
srikant-ch5 1347b86
Merge branch 'main' into Action-Image-Align
matthoward366 c376bdc
Remove span and include translated button label
srikant-ch5 7e45c1f
Include pointer title-editor desc help tooltip link
srikant-ch5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is data-id used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-id
is used in test case just like existing help button.const helpButton = container.querySelector(".properties-title-editor-desc-btn[data-id='desc-help']");