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

refactor: tweak panel component #1129

Merged
merged 1 commit into from Aug 9, 2022
Merged

Conversation

adrianthedev
Copy link
Collaborator

Description

Prepare Avo::PanelComponent for public consumption.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

@codeclimate
Copy link

codeclimate bot commented Aug 9, 2022

Code Climate has analyzed commit de559f1 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Aug 9, 2022

Codecov Report

Merging #1129 (de559f1) into main (90cc721) will increase coverage by 0.20%.
The diff coverage is 88.49%.

@@            Coverage Diff             @@
##             main    #1129      +/-   ##
==========================================
+ Coverage   94.08%   94.29%   +0.20%     
==========================================
  Files         430      543     +113     
  Lines        7861    10778    +2917     
==========================================
+ Hits         7396    10163    +2767     
- Misses        465      615     +150     
Impacted Files Coverage Δ
.../avo/fields/common/single_file_viewer_component.rb 40.90% <0.00%> (ø)
app/controllers/avo/private_controller.rb 80.00% <0.00%> (-20.00%) ⬇️
lib/avo/configuration.rb 54.16% <44.44%> (-36.26%) ⬇️
app/controllers/avo/debug_controller.rb 46.15% <46.15%> (ø)
app/controllers/avo/actions_controller.rb 71.73% <57.14%> (-3.27%) ⬇️
lib/avo/app.rb 75.25% <60.78%> (-15.66%) ⬇️
app/components/avo/sidebar_component.rb 75.00% <66.66%> (-25.00%) ⬇️
lib/avo/base_action.rb 80.39% <66.66%> (-1.06%) ⬇️
app/controllers/avo/home_controller.rb 64.28% <75.00%> (+0.64%) ⬆️
lib/avo/concerns/has_editable_controls.rb 75.00% <75.00%> (ø)
... and 302 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@adrianthedev adrianthedev merged commit 06d1f45 into main Aug 9, 2022
@adrianthedev adrianthedev deleted the refactor/tweak-panel-component branch August 9, 2022 15:41
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

This PR has been merged into main. The functionality will be available in the next release.

Please check the release guide for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant