nfischer / framily-tree

:beers: An interactive family tree for Theta Chi fraternity
https://nfischer.github.io/framily-tree/
MIT License
7 stars 11 forks source link

feat: search for a particular brother #7

Closed nfischer closed 6 years ago

nfischer commented 6 years ago

This adds a search box to the HTML, as well as functionality to search for an arbitrary brother in the graph.

Search queries can be any substring of a brother's name, case-insensitive. If a search succeeds, the graph zooms in and selects the brother's node. If a search fails, the search text is highlighted in red.

Test: manual

nfischer commented 6 years ago

@austinberke PTAL

austinberke commented 6 years ago

See https://github.com/nfischer/framily-tree/pull/10