You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I think that it is a better UX to display the newest logs in the floating log output window at the top.
Currently when I want to check what's changed between logs (sometimes I log big objects) I have to open the floating window, hit C+w C+w to focus it and scroll to the bottom to see the newest result.
Describe the solution you'd like
Maybe add a property to the opts table of open_float ?
Something like require('timber.buffers').open_float({sort: 'asc' / 'desc'})
Or maybe add a setting to the opts table of the plugin?
Did you check the docs?
Is your feature request related to a problem? Please describe.
I think that it is a better UX to display the newest logs in the floating log output window at the top.
Currently when I want to check what's changed between logs (sometimes I log big objects) I have to open the floating window, hit
C+w C+w
to focus it and scroll to the bottom to see the newest result.Describe the solution you'd like
Maybe add a property to the opts table of
open_float
?Something like
require('timber.buffers').open_float({sort: 'asc' / 'desc'})
Or maybe add a setting to the opts table of the plugin?
Describe alternatives you've considered
Can't think of something else.
Additional context
No response
The text was updated successfully, but these errors were encountered: