Skip to content

Commit

Permalink
fix(docgen-sidebar): add collapsible component to hide nested tags (b…
Browse files Browse the repository at this point in the history
…ox#3626)

* fix(docgen-sidebar): add collapsible component to hide nested tags

* fix(docgen-sidebar): nesting of tags in tag tree

* fix(docgen-tags): update styles to use blueprint tokens

* fix(docgen-tags): replace bdl tokens with blueprint tokens

* fix(docgen-tags): convert test from enzyme to rtl

* fix(docgen-tags): remove snapshots, reuse blueprint loader

* fix(docgen-tags): address code review comments

* fix(docgen-tags): remove the sidebar test file

* fix(docgen-tags): file with updated name

* Update src/elements/content-sidebar/__tests__/DocGenSidebar.test.tsx

Co-authored-by: greg-in-a-box <103291617+greg-in-a-box@users.noreply.github.com>

* Update src/elements/content-sidebar/__tests__/DocGenSidebar.test.tsx

Co-authored-by: greg-in-a-box <103291617+greg-in-a-box@users.noreply.github.com>

* fix(docgen-sidebar): address code review comments

* fix(docgen-sidebar): address code review comments

* fix(docgen-sidebar): remove unused mock

---------

Co-authored-by: greg-in-a-box <103291617+greg-in-a-box@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 20, 2024
1 parent 7e5f7c1 commit d0fbd9f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions i18n/en-US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1934,3 +1934,19 @@ boxui.validation.requiredError = Required Field
boxui.validation.tooLongError = Input cannot exceed {max} characters
# Error message for when an input value is too short. {min} is the minimum length
boxui.validation.tooShortError = Input must be at least {min} characters
# Text inside the chip for the first suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionLabel1 = Summarize this document
# Text inside the chip for the second suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionLabel2 = What are the key takeaways?
# Text inside the chip for the third suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionLabel3 = How can this document be improved?
# Text inside the chip for the fourth suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionLabel4 = Are there any next steps defined?
# Actual prompt for the first suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionPrompt1 = Summarize this document
# Actual prompt for the second suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionPrompt2 = What are the key takeaways?
# Actual prompt for the third suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionPrompt3 = How can this document be improved?
# Actual prompt for the fourth suggested question for documents
enduser.contentAnswers.documentSuggestedQuestionPrompt4 = Are there any next steps defined?

0 comments on commit d0fbd9f

Please sign in to comment.