Skip to content

[Feature] Enhance DocumentActionsMenu styling customization support#98

Merged
Gautam25Raj merged 1 commit into
masterfrom
feat/document-actions-menu-styling-controls
May 27, 2026
Merged

[Feature] Enhance DocumentActionsMenu styling customization support#98
Gautam25Raj merged 1 commit into
masterfrom
feat/document-actions-menu-styling-controls

Conversation

@Gautam25Raj
Copy link
Copy Markdown
Collaborator

Summary

This PR enhances the DocumentActionsMenu component by introducing className and triggerClassName props to provide improved styling flexibility and customization support across different UI contexts.

Features

DocumentActionsMenu Improvements

  • Added className prop for custom container styling
  • Added triggerClassName prop for trigger element customization
  • Improved styling flexibility across layouts and integrations
  • Enhanced component reusability within different UI flows

Improvements

UI Customization

  • Improved design system compatibility
  • Enhanced support for context-specific styling overrides
  • Simplified styling control for consuming components

Maintainability

  • Improved component extensibility and consistency
  • Reduced need for wrapper-based styling workarounds
  • Enhanced long-term maintainability of shared UI components

Notes

  • No breaking changes
  • Focused on UI flexibility, customization, and shared component usability

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🧪 Tests (adding or updating tests)

Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@Gautam25Raj Gautam25Raj added bug Something isn't working enhancement New feature or request frontend UI/client-side code labels May 27, 2026
@Gautam25Raj Gautam25Raj merged commit ba9eb03 into master May 27, 2026
1 check failed
@Gautam25Raj Gautam25Raj deleted the feat/document-actions-menu-styling-controls branch May 27, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request frontend UI/client-side code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Document card actions are hover-only and difficult for touch/keyboard users

1 participant