-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Preserve contentMode and "show resources" during navigation #511
Comments
@chegoryu Hi! |
Okay... Anyway thanks for contentMode fix :) |
The root cause of contentMode problem might be somewhere here: ytsaurus-ui/packages/ui/src/ui/store/reducers/navigation/content/map-node/url-mapping.ts Line 36 in bf64b2c
Here |
Done, now we do not reset contentMode between pages. |
I use
contentMode=resources
andshow resources
to find "bad" directories with high quota usage.However sometimes you need to go into some subdirectories to find exact bad directory/table without merged chunks/etc.
But right now after clicking on subdirectory
contentMode=resources
andshow resources
options are reset, so you need to enable them again and it is really inconvenient.The text was updated successfully, but these errors were encountered: