Skip to content

[PER-10678] Replace navigate lean in filesystem - #1141

Draft
aasandei-vsp wants to merge 3 commits into
PER-10677-replace-navigate-lean-timelinefrom
PER-10678-replace-navigate-lean-filesystem
Draft

[PER-10678] Replace navigate lean in filesystem#1141
aasandei-vsp wants to merge 3 commits into
PER-10677-replace-navigate-lean-timelinefrom
PER-10678-replace-navigate-lean-filesystem

Conversation

@aasandei-vsp

Copy link
Copy Markdown
Contributor

No description provided.

NavigateMin was used mainly by the folder picker modal, so this is
a more encapsulated change. But because we needed to map some new
properties in the folder object, there are side effects that need
extensive testing and care to make sure we do not do any regression.
This would happen because properties that up until now would be ignored
suddenly do have a value and we need to make sure it is the correct one.

It is worth mentioning that we also had a positive side effect. With this
change, we fixed a bug related to the back button on the folder picker,
where instead of creating a folder from its ID, we actually load the
correct folder with all its information.

Issues: PER-10476, PER-10735
The publish dialog polls the public route in order to find the copy
that was just made. Now the polling will happen through getWithChildren.

Issue: PER-10679
@aasandei-vsp aasandei-vsp self-assigned this Aug 21, 2026
@aasandei-vsp
aasandei-vsp marked this pull request as draft August 21, 2026 14:14
@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.39%. Comparing base (3bae6b8) to head (eca895f).

Additional details and impacted files
@@                             Coverage Diff                              @@
##           PER-10677-replace-navigate-lean-timeline    #1141      +/-   ##
============================================================================
+ Coverage                                     52.16%   52.39%   +0.22%     
============================================================================
  Files                                           360      359       -1     
  Lines                                         12542    12512      -30     
  Branches                                       2274     2268       -6     
============================================================================
+ Hits                                           6543     6556      +13     
+ Misses                                         5764     5721      -43     
  Partials                                        235      235              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant