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

[WIP] fix(core,platform): make headingLevel a shared type, use for table toolbar #12500

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mikerodonnell89
Copy link
Member

fixes #11893

A while ago @InnaAtanasova made the heading for dynamic page configurable. This takes the heading type and moves it to a shared folder, and makes the heading of table toolbar configurable in the same way as dynamic page.

@mikerodonnell89 mikerodonnell89 requested review from InnaAtanasova and a team October 2, 2024 19:39
@mikerodonnell89 mikerodonnell89 self-assigned this Oct 2, 2024
Copy link

netlify bot commented Oct 2, 2024

Deploy Preview for fundamental-ngx ready!

Name Link
🔨 Latest commit 79d25cd
🔍 Latest deploy log https://app.netlify.com/sites/fundamental-ngx/deploys/6700235cff999d0008757427
😎 Deploy Preview https://deploy-preview-12500--fundamental-ngx.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Oct 2, 2024

Visit the preview URL for this PR (updated for commit 79d25cd):

https://fundamental-ngx-gh--pr12500-fix-11893-kh9bp4if.web.app

(expires Mon, 07 Oct 2024 17:22:58 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff

@droshev droshev requested a review from a team October 4, 2024 14:09
Comment on lines 138 to 140
* The level of the Toolbar title
* Possible options: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'
* Default: 'h2'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to update this

* Default: 'h2'
*/
@Input()
headingLevel: HeadingLevel = 'h2';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

h2 should be 2

Comment on lines 145 to 147
* The level of the Toolbar title
* Possible options: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'
* Default: 'h2'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be updated

* Default: 'h2'
*/
@Input()
headingLevel: HeadingLevel = 'h2';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 2

@mikerodonnell89 mikerodonnell89 changed the title fix(core,platform): make headingLevel a shared type, use for table toolbar [WIP] fix(core,platform): make headingLevel a shared type, use for table toolbar Oct 4, 2024
@mikerodonnell89 mikerodonnell89 changed the title [WIP] fix(core,platform): make headingLevel a shared type, use for table toolbar fix(core,platform): make headingLevel a shared type, use for table toolbar Oct 4, 2024
@mikerodonnell89 mikerodonnell89 changed the title fix(core,platform): make headingLevel a shared type, use for table toolbar [WIP] fix(core,platform): make headingLevel a shared type, use for table toolbar Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Sourcing-2][Accessibility: ACC-263.1] Heading: Heading Hierarchy issue
2 participants