show unverified tab indicator on sidebar (#1862)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 4 Aug 2024 04:19:37 +0000 (09:49 +0530)
committerGitHub <noreply@github.com>
Sun, 4 Aug 2024 04:19:37 +0000 (14:19 +1000)
commit681287c46ae6aab6c3a3697a8a062acbebc519c9
treedb5462bcfec65513c3673ff107769527c8c45b95
parent9cb5c70d5174332eb306b3792a97f9ee7c126ace
show unverified tab indicator on sidebar (#1862)
src/app/hooks/useDeviceList.js [deleted file]
src/app/hooks/useDeviceList.ts [new file with mode: 0644]
src/app/pages/client/SidebarNav.tsx
src/app/pages/client/sidebar/UnverifiedTab.css.ts [new file with mode: 0644]
src/app/pages/client/sidebar/UnverifiedTab.tsx [new file with mode: 0644]
src/app/pages/client/sidebar/index.ts
src/util/matrixUtil.js