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

feat(daffio): add sidebar section strategy support #3459

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

Conversation

griest024
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Fixes: #3447

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@griest024 griest024 added the package: daff.io @daffodil/daff.io label Jan 22, 2025
@griest024 griest024 requested a review from xelaint January 22, 2025 00:01
@griest024 griest024 requested review from a team as code owners January 22, 2025 00:01
@@ -1,12 +1,21 @@
import { DaffSidebarRegistration } from '@daffodil/design/sidebar';
import {
Copy link
Member

Choose a reason for hiding this comment

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

Can you rename this file to sidebar-registration.type.ts

@@ -0,0 +1,6 @@
import { DaffioSidebarSectionStrategy } from './type';
Copy link
Member

Choose a reason for hiding this comment

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

Can you rename this file to sidebar.strategies.ts or sidebar-strategies.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: daff.io @daffodil/daff.io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Allow individual sidebars to have the option to display header and footer on all screen sizes
2 participants