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: navigation drawer item title is generated from the slide configuration #56

Merged
merged 2 commits into from Dec 27, 2023

Conversation

mkobuolys
Copy link
Owner

Description

The navigation drawer item title is generated based on the following rules:

  • The slide title is used if it is set in the slide configuration (FlutterDeckSlideConfiguration.title).
  • If the slide title is not set, the header title is used if it is set in the slide header configuration (FlutterDeckHeaderConfiguration.title).
  • The slide route is used otherwise.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@mkobuolys mkobuolys self-assigned this Dec 27, 2023
@mkobuolys mkobuolys merged commit dc666b3 into main Dec 27, 2023
3 checks passed
@mkobuolys mkobuolys deleted the feat/navigation-drawer-item-title branch December 27, 2023 22:08
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.

None yet

1 participant