summaryrefslogtreecommitdiff
path: root/web/source/settings/lib/navigation/util.ts
AgeCommit message (Collapse)AuthorFiles
2024-06-03[feature/frontend] Add debug sections to settings panel (#2950)Libravatar tobi1
* [feature/frontend] Add debug sections to settings panel * max-width * swagger
2024-04-24[chore] Refactor settings panel routing (and other fixes) (#2864)Libravatar tobi1
2024-04-13[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)Libravatar tobi1
* update settings panels, add pending overview + approve/deny functions * add admin accounts get, approve, reject * send approved/rejected emails * use signup URL * docs! * email * swagger * web linting * fix email tests * wee lil fixerinos * use new paging logic for GetAccounts() series of admin endpoints, small changes to query building * shuffle useAccountIDIn check *before* adding to query * fix parse from toot react error * use `netip.Addr` * put valid slices in globals * optimistic updates for account state --------- Co-authored-by: kim <grufwub@gmail.com>