Paul Makles
be12c6da20
chore: migrate Button to @revoltchat/ui ( #617 )
...
* chore: start moving Button over
* fix: convert ServerIdentityModal
* fix: modal button styling
* fix: popover styles
* fix: clean up references to ui/*.*
* fix: button sizing
Co-authored-by: Ed L <beartechtalks@gmail.com>
2022-05-23 21:21:29 +01:00
Paul Makles
b2f4411850
feat: switch to revolt.js@6.0.0 + new revolt-api
2022-04-09 15:47:04 +01:00
trashtemp
2bef311f9a
fix(modals): finally fixed width
2022-01-15 22:19:29 +01:00
Paul
4ec598db81
Hide edit profile button while editing, closes #301 .
...
Block UI when account edit request is sent, closes #303 .
2021-10-10 16:32:30 +01:00
Paul Makles
148c0edcbf
Merge pull request #268 from brecert/fix-198
2021-10-09 23:45:52 +01:00
Paul
ce0749d9e8
Prevent double sending of requests.
2021-09-19 13:47:25 +01:00
brecert
ecb0bff4f3
Set appropriate `autocomplete` attributes for password reset
...
- make autocomplete set to `current-password` and `new-password` for password resets
- fixes #198
2021-09-19 04:11:54 -04:00
Paul
52875ab197
Fix change email / password.
2021-09-13 16:41:47 +01:00
Paul
5b422b89e3
Migrate to rAuth v1.
2021-09-11 17:36:23 +01:00
Paul
55e00bf93f
Make the linter happy.
2021-08-05 14:47:00 +01:00
Paul
98e0edd331
Re-write types for modal actions.
2021-07-06 11:34:36 +01:00
Paul
b5a11d5c8f
Use tabWidth 4 without actual tabs.
2021-07-05 11:25:20 +01:00
Paul
7bd33d8d34
Run prettier on all files.
2021-07-05 11:23:23 +01:00
bree
a4051330a3
remove most uses of `as any` in typescript
...
- replaced many uses of `as any` with another more specific cast `as T`
- filled in missing typed for items that needed to be typed
- new runtime code was added where necessary to satisfy the new types with comments
- added missing theme variable "sidebar-active" to the Theme variables
- forms using `react-hook-form` are now typechecked
- changed some instances of `target` into `currentTarget` while removing `as any` assertions
2021-07-04 07:09:39 -04:00
Paul
8a16724892
Fix: "Modify Account" did not have access to client
2021-06-26 10:34:48 +01:00