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

Fix : [FO] FILTERING - Resize screen to mobile #495

Merged
merged 3 commits into from
May 11, 2023
Merged

Fix : [FO] FILTERING - Resize screen to mobile #495

merged 3 commits into from
May 11, 2023

Conversation

ga-devfront
Copy link
Collaborator

@ga-devfront ga-devfront commented May 4, 2023

Questions Answers
Description? Fix the problem of front office about filtering resize screen to mobile.
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? Fixes #483
Sponsor company @PrestaShopCorp.
How to test? Test with the explination inside the ticket.

@ga-devfront ga-devfront added Javascript ... or Typescript Category Page Related to category page Waiting for QA Need Tests labels May 4, 2023
@hibatallahAouadni hibatallahAouadni self-assigned this May 9, 2023
Copy link

@hibatallahAouadni hibatallahAouadni left a comment

Choose a reason for hiding this comment

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

Hello @ga-devfront

LGTM, QA ✔️

Thanks!

@kpodemski kpodemski added this to the Beta milestone May 11, 2023
@kpodemski kpodemski merged commit 07f3b16 into PrestaShop:develop May 11, 2023
@ga-devfront ga-devfront deleted the ticket_483/fix_filtering branch May 11, 2023 07:32
import initResponsiveToggler from './responsive-toggler';
import initEmitter from './prestashop';
import {
desktopElement, mobileElement, mobileElementId, contentValue, desktopElementId,
} from './constants/mocks/swapElements-data';
import ThemeType = Theme.ThemeType;
Copy link
Contributor

Choose a reason for hiding this comment

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

@ga-devfront why this import? seems useless.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

on my side then I test without this it fail.

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this import is required elsewhere.
obraz

Is this even a valid way of importing modules?

Copy link
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category Page Related to category page Javascript ... or Typescript QA ✔️
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FO] FILTERING - Resize screen to mobile
5 participants