Commit Graph

18 Commits

Author SHA1 Message Date
trashtemp
62085713e4 fix(voice): fixed header style 2022-01-16 13:44:00 +01:00
Ed L
553d3239d5 feat(profile): add link to username settings (#364) 2022-01-04 13:26:42 +00:00
trashtemp
6f28892a7d fix(home,settings): updated homepage, settings
* new home screen
* cleaned up settings
2021-12-23 17:29:35 +00:00
Paul
2532a0bcdd chore: hide badge editor 2021-12-21 11:14:47 +00:00
Paul Makles
3ee0c37a60 feat(settings): UI improvements (#448)
* Fixed CSS for Settings.tsx + new Theme Shop design

* reformat

* More changes to UI CSS

* Small CSS fixes for Settings.tsx, Account, Bots

* Updated theme shop, settings pages, cleanup

* chore: force sync language submodule

* fix(sidebar): prevent items from shrinking

* fix(push): fix timestamp and icon for push notifications

* fix(voice): hide grant permission button after grant

* chore: hide new shop / chevron before merge

* chore(ci): bump node to v16 in dockerfile

* fix(sidebar): change width of channel sidebar

Co-authored-by: trashtemp <96388163+trashtemp@users.noreply.github.com>
2021-12-20 13:37:21 +00:00
tbodt
c88391fcd7 chore: rename the string for previewing the profile page (#390) 2021-11-12 22:21:35 +00:00
Paul
24ca89913b Fix observer on Profile pane. 2021-08-30 12:35:12 +01:00
Paul
872b710bc4 Make the linter happy. 2021-08-05 14:47:00 +01:00
Paul
3f8a698039 Start migration to revolt.js@5.0.0.
200 error milestone
2021-07-30 20:24:53 +01:00
Paul
67f041a4f5 Work towards removing useUsers. 2021-07-29 15:11:21 +01:00
Paul
14809f1989 Use tabWidth 4 without actual tabs. 2021-07-05 11:25:20 +01:00
Paul
a9ce64c9fe Run prettier on all files. 2021-07-05 11:23:23 +01:00
bree
b341f5d166 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
d8930d5e94 Add auto-complete to profile editor. 2021-07-03 23:35:27 +01:00
Paul
d34efc1e69 Add permissions / roles settings. 2021-07-01 17:36:34 +01:00
Paul
d965b20ee2 TextAreaAutoSize test 2021-06-21 14:20:29 +01:00
Paul
9e460c5b3d Refactor + add message box. 2021-06-20 20:30:42 +01:00
Paul
31d8950ea1 Port settings. 2021-06-19 22:37:12 +01:00