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

IBX-963: Buttons on Trash page are hidden on medium resolutions #1888

Merged
merged 5 commits into from
Sep 10, 2021

Conversation

GrabowskiM
Copy link
Contributor

@GrabowskiM GrabowskiM commented Sep 3, 2021

Question Answer
Tickets https://issues.ibexa.co/browse/IBX-963
Bug fix? yes
New feature? no
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

https://github.com/ezsystems/ezplatform-page-builder/pull/827

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

<tr class="ibexa-table__head-row">
{% if form is defined %}
<div class="ibexa-scrollable-wrapper">
<table class="ibexa-table table ibexa-table__draft-conflict {{ (is_draft and have_to_paginate ? 'mb-3' : '') }}">
Copy link
Contributor

Choose a reason for hiding this comment

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

you don't have an ibexa-table parent so i think it should either be ibexa-draft-conflict or ibexa-table--draft-conflict

{% endif %}
</tr>
</thead>
<tbody
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe one line?:)

{% endfor %}
</tbody>
</table>
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

new line

class="ibexa-table__body
{{ table_body_class|default('') -}}"
{{ html.attributes(table_body_attr|default({})) }}
<div class="ibexa-scrollable-wrapper">
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to make it an option?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, why not just put it in every table, if it's not needed, there would just be scroll @dew326

Copy link
Contributor

Choose a reason for hiding this comment

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

I think you didn't understand me. I was thinking about adding an option for 3rd party to disable with default value true.

@sonarcloud
Copy link

sonarcloud bot commented Sep 10, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dew326 dew326 merged commit 12ebe51 into master Sep 10, 2021
@dew326 dew326 deleted the IBX-963-table-responsive branch September 10, 2021 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants