We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a6c4a commit 90700fcCopy full SHA for 90700fc
1 file changed
src/widgets/peopleSearch.ts
@@ -8,6 +8,9 @@
8
* It currently traverses the FOAF graph up to 3 degrees of separation (friends of friends of friends)
9
* to find people, and also loads contacts from any linked address books. The search is performed
10
* client-side on the discovered set of people, allowing for fast filtering as the user types.
11
+ * Below the name of each person, a label indicates whether they are a direct friend, a contact
12
+ * from an address book, or just a person discovered through the FOAF graph. Contacts take precedence
13
+ * over friends, and friends take precedence over people when determining the label.
14
* Configurable options include a click handler for when a person is selected, otherwise it
15
* opens their profile in the same window.
16
*
0 commit comments