Skip to content
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

Fix issue with not highlighted snippets and automatically scroll to snippets #168

Merged
merged 2 commits into from
Sep 16, 2024

Commits on Sep 15, 2024

  1. frontend: fix not highlighted snippets in review

    Fix fedora-copr#166
    
    The `partition` function takes only doesn't include partitions with
    fewer items than `n`. Therefore when we have an odd number of
    snippets, the last one was not being highlighted.
    FrostyX committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7b11de3 View commit details
    Browse the repository at this point in the history
  2. frontend: automatically scroll to snippets

    When the review page is loaded, automatically scroll down to the
    displayed snippet. Also, when user clicks on a snippet in the right
    column, automatically scroll to it as well.
    FrostyX committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    258e954 View commit details
    Browse the repository at this point in the history