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

💄 Improve menu location form styling #15

Merged
merged 1 commit into from
Aug 17, 2024
Merged

💄 Improve menu location form styling #15

merged 1 commit into from
Aug 17, 2024

Conversation

Log1x
Copy link
Contributor

@Log1x Log1x commented Aug 16, 2024

This changes the menu location checkbox list to toggle buttons.

Before

Screenshot

After

Screenshot

Tóm tắt bởi Sourcery

Nâng cao biểu mẫu vị trí menu bằng cách thay thế danh sách hộp kiểm bằng các nút chuyển đổi, thêm các hành động để chọn và bỏ chọn tất cả các vị trí, và cập nhật các tệp ngôn ngữ để hỗ trợ các hành động này.

Cải tiến:

  • Thay thế danh sách hộp kiểm vị trí menu bằng các nút chuyển đổi để cải thiện phong cách và tương tác người dùng.
Original summary in English

Summary by Sourcery

Enhance the menu location form by replacing the checkbox list with toggle buttons, adding actions for selecting and deselecting all locations, and updating language files to support these actions.

Enhancements:

  • Replace the menu location checkbox list with toggle buttons for improved styling and user interaction.

Copy link

sourcery-ai bot commented Aug 16, 2024

Hướng Dẫn Đánh Giá của Sourcery

Yêu cầu kéo này cải thiện kiểu dáng của biểu mẫu vị trí menu bằng cách thay thế danh sách hộp kiểm bằng các nút chuyển đổi. Những thay đổi này nâng cao giao diện người dùng và thêm chức năng mới để chọn và bỏ chọn tất cả các vị trí. Việc triển khai bao gồm việc sửa đổi thành phần biểu mẫu trong MenuResource, cập nhật các tệp ngôn ngữ và điều chỉnh hành vi của thành phần.

Thay Đổi Cấp Độ Tệp

Tệp Thay đổi
src/Resources/MenuResource.php Thay thế CheckboxList bằng ToggleButtons cho việc chọn vị trí
src/Resources/MenuResource.php Thêm hành động 'Chọn tất cả' và 'Bỏ chọn tất cả' vào thành phần chọn vị trí
resources/lang/en/menu-builder.php
resources/lang/vi/menu-builder.php
Cập nhật các tệp ngôn ngữ để bao gồm các bản dịch mới cho các hành động 'Chọn tất cả' và 'Bỏ chọn tất cả'
src/Resources/MenuResource.php Sửa đổi thuộc tính thành phần để tăng cường tính phản ứng và hiển thị nội tuyến

Mẹo
  • Kích hoạt một đánh giá Sourcery mới bằng cách bình luận @sourcery-ai review trên yêu cầu kéo.
  • Tiếp tục thảo luận của bạn với Sourcery bằng cách trả lời trực tiếp các bình luận đánh giá.
  • Bạn có thể thay đổi cài đặt đánh giá của mình bất kỳ lúc nào bằng cách truy cập bảng điều khiển:
    • Bật hoặc tắt tóm tắt yêu cầu kéo hoặc hướng dẫn đánh giá do Sourcery tạo ra;
    • Thay đổi ngôn ngữ đánh giá;
  • Bạn luôn có thể liên hệ với chúng tôi nếu bạn có bất kỳ câu hỏi hoặc phản hồi nào.
Original review guide in English

Reviewer's Guide by Sourcery

This pull request improves the menu location form styling by replacing the checkbox list with toggle buttons. The changes enhance the user interface and add new functionality for selecting and deselecting all locations. The implementation involves modifying the form component in the MenuResource, updating language files, and adjusting the component's behavior.

File-Level Changes

Files Changes
src/Resources/MenuResource.php Replaced CheckboxList with ToggleButtons for location selection
src/Resources/MenuResource.php Added 'Select all' and 'Deselect all' actions to the location selection component
resources/lang/en/menu-builder.php
resources/lang/vi/menu-builder.php
Updated language files to include new translations for 'Select all' and 'Deselect all' actions
src/Resources/MenuResource.php Modified component properties to enhance reactivity and inline display

Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Chào @Log1x - Tôi đã xem xét các thay đổi của bạn và chúng trông rất tuyệt!

Đây là những gì tôi đã xem xét trong quá trình đánh giá
  • 🟢 Vấn đề chung: tất cả đều tốt
  • 🟢 Bảo mật: tất cả đều tốt
  • 🟢 Kiểm tra: tất cả đều tốt
  • 🟢 Độ phức tạp: tất cả đều tốt
  • 🟢 Tài liệu: tất cả đều tốt

Sourcery miễn phí cho mã nguồn mở - nếu bạn thích các đánh giá của chúng tôi, vui lòng cân nhắc chia sẻ chúng ✨
Giúp tôi trở nên hữu ích hơn! Vui lòng nhấp 👍 hoặc 👎 trên mỗi bình luận để cho tôi biết nếu nó hữu ích.
Original comment in English

Hey @Log1x - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

Copy link
Owner

@datlechin datlechin left a comment

Choose a reason for hiding this comment

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

Love it 😍, thanks!

@datlechin datlechin merged commit cd21926 into datlechin:main Aug 17, 2024
1 check passed
@Log1x
Copy link
Contributor Author

Log1x commented Aug 17, 2024

Glad you like it! 💄

@Log1x Log1x deleted the enhance/improve-menu-location branch August 17, 2024 04:04
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