-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
bug: EZA_GRID_ROWS
does not have any effect on grid details view
#1044
Comments
To be perfectly honest I'm extremely sick from covid so I can't really be of much help rn, but I vague get the sense that the current intention behind EZA_GRID_ROWS (whether it works or not) could be done differently, and maybe should be... |
fwiw from the man page:
|
I wish you the best! Get well soon! ❤️🩹 |
Grid details view had been prevented only by console width being unavailable. This changeset implements `EZA_GRID_ROWS` as secondary grid details inhibitor, preventing grid details view if the minimum rows threshold is not reached by grid which would be rendered. Fix: eza-community#66 (comment) Fix: eza-community#1044 BREAKING CHANGE: Before this change, the `EZA_GRID_ROWS` variable was ignored, despite documentation existing. Users relying on `EZA_GRID_ROW` not doing anything will find their output changed. For more info, see
Grid details view had been prevented only by console width being unavailable. This changeset implements `EZA_GRID_ROWS` as secondary grid details inhibitor, preventing grid details view if the minimum rows threshold is not reached by grid which would be rendered. Fix: eza-community#66 (comment) Fix: eza-community#1044 BREAKING CHANGE: Before this change, the `EZA_GRID_ROWS` variable was ignored, despite documentation existing. Users relying on `EZA_GRID_ROW` not doing anything will find their output changed. For more info, see
Grid details view had been prevented only by console width being unavailable. This changeset implements `EZA_GRID_ROWS` as secondary grid details inhibitor, preventing grid details view if the minimum rows threshold is not reached by grid which would be rendered. Fix: eza-community#66 (comment) Fix: eza-community#1044 BREAKING CHANGE: Before this change, the `EZA_GRID_ROWS` variable was ignored, despite documentation existing. Users relying on `EZA_GRID_ROW` not doing anything will find their output changed. For more info, see
Grid details view had been prevented only by console width being unavailable. This changeset implements `EZA_GRID_ROWS` as secondary grid details inhibitor, preventing grid details view if the minimum rows threshold is not reached by grid which would be rendered. Fix: eza-community#66 (comment) Fix: eza-community#1044 BREAKING CHANGE: Before this change, the `EZA_GRID_ROWS` variable was ignored, despite documentation existing. Users relying on `EZA_GRID_ROW` not doing anything will find their output changed. For more info, see
This is a follow-up to #66 (comment) and the discussion following it.
On
eza
,main
branch,EZA_GRID_ROWS
does not effectively prevent a grid view from being rendered if the threshold of configured number of rows is not reached.The intention of
EZA_GRID_ROWS
is to force a details list view if there are only few items in the result set.A fix is implemented in #1043.
The text was updated successfully, but these errors were encountered: