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

Adds hover-highlighting for relations in the raw membership list #5429

Merged

Commits on Oct 25, 2018

  1. Adds hover-highlighting for relations in the raw membership list

    Moves hover-highlighting behavior to its own function
    Hover-highlighting now correctly highlights all members of the target relation
    quincylvania committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    81feb1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb6e1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51386e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Moves the entity highlighting function to util/util.js

    Breaks out the code for getting a selector for entities and all their descendants into a generic function
    Accounts for circular relations when recursively getting all relation member IDs
    quincylvania committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    1161767 View commit details
    Browse the repository at this point in the history