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

Feature selection UI refactor #697

Merged
merged 26 commits into from
Jun 7, 2023
Merged

Conversation

juandjara
Copy link
Contributor

Description

Shortcut: https://app.shortcut.com/cartoteam/story/315828/refactor-feature-selection-to-extract-ui-components-in-c4r [sc-315828]

Refactor FeatureSelectionWidgetUI split into many exported pieces + design revamp

Type of change

(choose one and remove the others)

  • Refactor

Acceptance

This PR is needed to close project for drawing geometries in Workflows GeoJSON Editor.
This feature deals with theme / UI or internal elements used also in CARTO 3

More details to de defined...

Basic checklist

  • Good PR name
  • Shortcut link
  • Changelog entry
  • Just one issue per PR
  • GitHub labels
  • Proper status & reviewers
  • Tests
  • Documentation

@juandjara juandjara requested review from VictorVelarde and vmilan June 1, 2023 18:42
@shortcut-integration
Copy link

@coveralls
Copy link
Collaborator

coveralls commented Jun 2, 2023

Pull Request Test Coverage Report for Build 5199588497

  • 69 of 73 (94.52%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.3%) to 71.449%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/react-ui/src/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.js 16 20 80.0%
Totals Coverage Status
Change from base Build 5199578677: -0.3%
Covered Lines: 2209
Relevant Lines: 2857

💛 - Coveralls

Copy link
Contributor

@Josmorsot Josmorsot left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@VictorVelarde VictorVelarde left a comment

Choose a reason for hiding this comment

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

Overall LGTM, my only doubt is about sx injection of props

Copy link
Contributor

@vmilan vmilan left a comment

Choose a reason for hiding this comment

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

LGTM, just added some minor comments. Thanks!!

Comment on lines +12 to +16
scrollbarWidth: 'none',
msOverflowStyle: 'none',
'&::-webkit-scrollbar': {
display: 'none'
}
Copy link
Contributor

Choose a reason for hiding this comment

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

ok, let's wait for the design QA 👍

@VictorVelarde VictorVelarde merged commit 4fb4a01 into master Jun 7, 2023
@VictorVelarde VictorVelarde deleted the feature-selection-ui-refactor branch June 7, 2023 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants