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

editor: fixes issue #3577 #3581

Merged
merged 1 commit into from
Mar 17, 2023
Merged

editor: fixes issue #3577 #3581

merged 1 commit into from
Mar 17, 2023

Conversation

jacomyal
Copy link
Contributor

The cause of this issue is a recent update of selectors, that made all inline selectors broken. And the editor was full of them...

This commit replaces all inline selectors to external stores (internal ones were not impacted, so I'll deal with them later) by the proper ones.

The cause of this issue is a recent update of selectors, that made all
inline selectors broken. And the editor was full of them...

This commit replaces all inline selectors to external stores (internal
ones were not impacted, so I'll deal with them later) by the proper
ones.
@jacomyal jacomyal requested a review from a team as a code owner March 17, 2023 11:29
@codecov
Copy link

codecov bot commented Mar 17, 2023

Codecov Report

Merging #3581 (1807a1b) into dev (2eba5e8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##                dev    #3581   +/-   ##
=========================================
  Coverage     68.36%   68.36%           
  Complexity     1897     1897           
=========================================
  Files           420      420           
  Lines         21198    21201    +3     
  Branches       1535     1535           
=========================================
+ Hits          14491    14494    +3     
  Misses         5991     5991           
  Partials        716      716           
Flag Coverage Δ
front 56.87% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rc/applications/editor/tools/routeEdition/utils.ts 43.65% <100.00%> (-0.29%) ⬇️
front/src/applications/editor/tools/types.ts 99.40% <100.00%> (+0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jacomyal jacomyal enabled auto-merge (rebase) March 17, 2023 11:39
@jacomyal jacomyal merged commit eb9ee56 into dev Mar 17, 2023
@jacomyal jacomyal deleted the ajy/issue-3577 branch March 17, 2023 11:42
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.

3 participants