Skip to content
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

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

Merged
merged 15 commits into from
Sep 16, 2024

Conversation

rustam-e
Copy link
Contributor

@rustam-e rustam-e commented Aug 30, 2024

Update: wrap tag tree in a collapsible component

before:
Screenshot 2024-08-30 at 10 57 09

After:
Screenshot 2024-09-04 at 15 57 38

@rustam-e rustam-e requested a review from a team as a code owner August 30, 2024 08:55
@rustam-e rustam-e requested a review from a team as a code owner September 4, 2024 13:49
rustam-e and others added 3 commits September 9, 2024 16:51
Co-authored-by: greg-in-a-box <103291617+greg-in-a-box@users.noreply.github.com>
Co-authored-by: greg-in-a-box <103291617+greg-in-a-box@users.noreply.github.com>
@mergify mergify bot merged commit 3480efb into box:master Sep 16, 2024
7 checks passed
greg-in-a-box added a commit to greg-in-a-box/box-ui-elements that referenced this pull request Sep 17, 2024
…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>
greg-in-a-box added a commit to greg-in-a-box/box-ui-elements that referenced this pull request Sep 17, 2024
…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>
greg-in-a-box added a commit to greg-in-a-box/box-ui-elements that referenced this pull request Sep 20, 2024
…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>
greg-in-a-box added a commit that referenced this pull request Oct 2, 2024
* fix(docgen-sidebar): add collapsible component to hide nested tags (#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>

* chore(storybook): Added global types for storybook

* feat(content-answers): Upgrade Content Answers

* feat(content-answers): fix tests

* feat(content-answers): Enabled some new features

* feat(content-answers): Feedback

* chore(content-answers): feedback

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): vrt width

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): Providers

* feat(content-answers): Providers

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): tests

* feat(content-answers): Feedback

* feat(content-answers): Feedback

---------

Co-authored-by: rustam-e <6816931+rustam-e@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
jankowiakdawid pushed a commit to jankowiakdawid/box-ui-elements that referenced this pull request Oct 3, 2024
* fix(docgen-sidebar): add collapsible component to hide nested tags (box#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>

* chore(storybook): Added global types for storybook

* feat(content-answers): Upgrade Content Answers

* feat(content-answers): fix tests

* feat(content-answers): Enabled some new features

* feat(content-answers): Feedback

* chore(content-answers): feedback

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): vrt width

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): Providers

* feat(content-answers): Providers

* feat(content-answers): Feedback

* feat(content-answers): Feedback

* feat(content-answers): tests

* feat(content-answers): Feedback

* feat(content-answers): Feedback

---------

Co-authored-by: rustam-e <6816931+rustam-e@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants