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-897: Sidebar drag and drop scss component #1975

Merged
merged 4 commits into from
Oct 28, 2021

Conversation

lucasOsti
Copy link
Contributor

@lucasOsti lucasOsti commented Oct 19, 2021

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

Checklist:

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

@lucasOsti lucasOsti marked this pull request as draft October 19, 2021 13:28
@lucasOsti lucasOsti force-pushed the IBX-897-sidebar-component branch 2 times, most recently from 63e3274 to e6164a5 Compare October 25, 2021 12:57
@lucasOsti lucasOsti marked this pull request as ready for review October 25, 2021 21:35
@lucasOsti lucasOsti changed the title [WIP]IBX-897: Sidebar drag and drop scss component IBX-897: Sidebar drag and drop scss component Oct 25, 2021
overflow: auto;
}

&--is-draggabel {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
&--is-draggabel {
&--is-draggable {

@lucasOsti lucasOsti requested a review from GrabowskiM October 26, 2021 09:28
@lucasOsti lucasOsti force-pushed the IBX-897-sidebar-component branch from 0e89e72 to 7f45377 Compare October 26, 2021 10:23
@@ -8,7 +8,7 @@
const token = doc.querySelector('meta[name="CSRF-Token"]').content;
const siteaccess = doc.querySelector('meta[name="SiteAccess"]').content;
const sectionsNode = doc.querySelector('.ibexa-content-type-edit__sections');
const searchFieldInput = doc.querySelector('.ibexa-available-field-types__search');
const searchFieldInput = doc.querySelector('.ibexa-available-field-types__sidebar-filter');
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const searchFieldInput = doc.querySelector('.ibexa-available-field-types__sidebar-filter');
const filterFieldInput = doc.querySelector('.ibexa-available-field-types__sidebar-filter');

?

@lucasOsti lucasOsti force-pushed the IBX-897-sidebar-component branch from e1a8255 to 5c42a74 Compare October 27, 2021 10:40
@lucasOsti lucasOsti requested a review from dew326 October 27, 2021 10:43
@lucasOsti lucasOsti force-pushed the IBX-897-sidebar-component branch from 5c42a74 to 349fdb2 Compare October 27, 2021 10:46
width: calculateRem(24px);
background-color: $ibexa-color-light-300;

&:nth-child(1) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
&:nth-child(1) {
&:first-child {

overflow: auto;
}

&--is-draggable {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
&--is-draggable {
&--draggable {

@lucasOsti lucasOsti force-pushed the IBX-897-sidebar-component branch from 605f0c6 to 7ee1247 Compare October 28, 2021 09:02
@sonarqubecloud
Copy link

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
1.9% 1.9% Duplication

@dew326 dew326 merged commit 73cda04 into ezsystems:master Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants