about summary refs log tree commit diff
path: root/src/components/dialogs/SearchablePeopleList.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918)Samuel Newman2025-09-091-1/+1
| | | | | | | | | | | | | * update dependencies * rm `import type React from 'react'` * run codemods * patch discord types * update types/react-dom * Update yarn.lock
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-2/+2
| | | | | | | * upgrade prettier * run prettier * more files
* disable avatar preview in searchable people list (#8453)Samuel Newman2025-06-111-0/+1
|
* Use `SearchablePeopleList` for add user to list dialog, replace old modal ↵Samuel Newman2025-04-171-0/+538
(#8212) * move to dialogs dir * make searchable people list more generic * new list-add-remove-users dialog * update header text * fix header on android * delete old modal * reduce spacing on items