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(NcAppNavigationCaption): Add heading-id prop to allow setting the ID on the caption itself #5565

Merged
merged 1 commit into from
May 10, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented May 8, 2024

☑️ Resolves

Add a prop to set caption id to the caption, needed for linking list and caption.

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

@susnux susnux added bug Something isn't working 3. to review Waiting for reviews feature: app-navigation Related to the app-navigation component labels May 8, 2024
@susnux susnux requested review from Pytal, ShGKme and Antreesy May 8, 2024 16:27
@susnux susnux marked this pull request as ready for review May 8, 2024 16:27
Copy link
Contributor

@Pytal Pytal left a comment

Choose a reason for hiding this comment

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

🚀

@susnux

This comment was marked as outdated.

@ShGKme

This comment was marked as resolved.

@susnux

This comment was marked as resolved.

@susnux susnux added enhancement New feature or request and removed bug Something isn't working labels May 8, 2024
@susnux susnux requested a review from ShGKme May 8, 2024 20:09
@susnux susnux changed the title fix(NcAppNavigationCaption): Forward attributes to caption if no actions are used feat(NcAppNavigationCaption): Add caption-id prop to allow setting the ID on the caption itself May 8, 2024
…the ID on the caption itself

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux changed the title feat(NcAppNavigationCaption): Add caption-id prop to allow setting the ID on the caption itself feat(NcAppNavigationCaption): Add heading-id prop to allow setting the ID on the caption itself May 10, 2024
@susnux susnux enabled auto-merge May 10, 2024 16:40
@susnux susnux merged commit a2854e9 into master May 10, 2024
18 checks passed
@susnux susnux deleted the fix/navigation-caption branch May 10, 2024 18:53
@ShGKme
Copy link
Contributor

ShGKme commented May 10, 2024

/backport to next

Copy link

backportbot bot commented May 10, 2024

The backport to next failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout next
git pull origin next

# Create the new backport branch
git checkout -b backport/5565/next

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5d4b6d70

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/5565/next

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented May 10, 2024

/backport to next

Did it manually: #5580

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews backport-request enhancement New feature or request feature: app-navigation Related to the app-navigation component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants