* First pass * Mooarrr * lint * snapshots
UserListItem
* feat: Port `UserListItem` to functional style * Add translation for pending invite * Add missing translations * Update `translations.json` * Revert "Update `translations.json`" This reverts commit d8000a75105a984f9ee8418b278d93a034ad4adf. * fix: Incorrect translation strings Co-authored-by: Tom Moor <tom.moor@gmail.com>
This PR moves the entire project to Typescript. Due to the ~1000 ignores this will lead to a messy codebase for a while, but the churn is worth it – all of those ignore comments are places that were never type-safe previously. closes #1282