Skip to content

fix(UX): mobile tree buttons#224

Merged
perber merged 2 commits intomainfrom
fix/mobile-tree-node
Oct 24, 2025
Merged

fix(UX): mobile tree buttons#224
perber merged 2 commits intomainfrom
fix/mobile-tree-node

Conversation

@perber
Copy link
Owner

@perber perber commented Oct 24, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 24, 2025 08:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the mobile user experience for tree node action buttons by conditionally applying padding styles based on device type. The change removes hardcoded padding classes and instead applies them only on non-mobile devices, resulting in a more appropriate button layout for mobile users.

Key Changes

  • Added clsx import for conditional class name handling
  • Introduced conditional padding style variable that applies padding only on non-mobile devices
  • Refactored tree action button container to use the conditional styling

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@perber perber merged commit cf84c10 into main Oct 24, 2025
4 checks passed
@perber perber deleted the fix/mobile-tree-node branch October 24, 2025 10:29
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.

2 participants