Now that the scroll-up logic for the live view is working as intended, it is maybe time to think about creating the same type of functionality for the search results view.
This would need changes to either the scroll-up endpoint in App::IRC::Channel, or maybe create a new endpoint to handle this case.
Then the "entries-per-page" option can be removed.
This may also need additional functionality in IRC::Channel::Log.
Now that the scroll-up logic for the live view is working as intended, it is maybe time to think about creating the same type of functionality for the search results view.
This would need changes to either the
scroll-up
endpoint inApp::IRC::Channel
, or maybe create a new endpoint to handle this case.Then the "entries-per-page" option can be removed.
This may also need additional functionality in
IRC::Channel::Log
.