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

[frontend] fix remove cursor pointer on operator that is not clickable + Missing translations #5157

Merged
merged 4 commits into from
Dec 8, 2023

Conversation

jpkha
Copy link
Member

@jpkha jpkha commented Dec 8, 2023

Proposed changes

  • Remove cursor pointer on operator that is not clickable

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@@ -26,25 +26,6 @@ FilterIconButtonGlobalOperatorProps
const { t } = useFormatter();
const theme = useTheme();
if (filtersUsedAsApiParameters.includes(displayedFilters[currentIndex].key)) {
if (
Copy link
Member Author

Choose a reason for hiding this comment

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

We won't have this scenario anymore

@Archidoit
Copy link
Member

cursor pointer still present for the modes within a filter
image

ok for the modes between different filters

@Archidoit Archidoit self-requested a review December 8, 2023 14:23
@Archidoit Archidoit added filigran team use to identify PR from the Filigran team filters temporarily used to identify filter issue to facilitate filter team’s work identification labels Dec 8, 2023
@Archidoit
Copy link
Member

everything is ok for pointers 👍

@jpkha jpkha changed the title [frontend] fix remove cursor pointer on operator that is not clickable [frontend] fix remove cursor pointer on operator that is not clickable + Missing translations Dec 8, 2023
@Archidoit
Copy link
Member

everything is ok for operators translation 👍

@SamuelHassine SamuelHassine merged commit cea68cc into master Dec 8, 2023
6 checks passed
@SamuelHassine SamuelHassine deleted the issue/operator-cursor-filter branch December 8, 2023 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team filters temporarily used to identify filter issue to facilitate filter team’s work identification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants