lizmat / App-Raku-Log

Cro application for presenting Raku IRC logs
Artistic License 2.0
3 stars 3 forks source link

Search page should also scroll up #26

Closed lizmat closed 2 years ago

lizmat commented 3 years ago

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.

lizmat commented 2 years ago

This has now been implemented and is live.