Commit Graph

27 Commits (db653b3981422280163ddf58d8a34fba11f159cb)

Author SHA1 Message Date
Paul Makles db653b3981 chore: move "resend verification" button 2022-06-12 12:16:15 +01:00
Paul Makles 992a57e451 feat(@ui): migrate category / overline and header 2022-05-30 14:42:09 +01:00
Paul Makles b75fdb59cf feat(@ui): migrate line divider, preloader and save status 2022-05-30 12:40:01 +01:00
Jan 4b0d304869 feat: add warning on self-hosted instances (#645)
* feat: add warning on self-hosted instances

* update text
2022-05-24 12:53:06 +01:00
Paul Makles b7570611ed 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
Daesun 355bd92c4f fix(login): Fix render of welcome and subtitle text per page (#573) 2022-04-05 23:42:32 +01:00
trashtemp a63f8a9510 fix(import): used root path instead 2022-01-15 13:22:20 +01:00
Paul Makles 729716b22f fix(login): make login form an observer of server config 2021-12-26 23:22:15 +00:00
trashtemp 620758744f fix(login): remove bold text 2021-12-25 21:29:44 +01:00
trashtemp 532ad0083a fix(login): added polish 2021-12-25 21:21:29 +01:00
trashtemp f7ff31612b fix(login): finished new login screen 2021-12-25 19:48:48 +01:00
trashtemp 7d3264d709 feat(login): new login screen design 2021-12-25 16:01:19 +01:00
Paul 763ac4eb98 feat(mobx): migrate auth and config 2021-12-11 21:04:12 +00:00
Paul 857e3a82dd fix(asset): wideSVG is refusing to exist, use legacy loading mechanism 2021-10-23 16:42:04 +01:00
Paul f69a9603a1 fix(assets): remove duplicate, fix wideSVG 2021-10-23 15:48:35 +01:00
Paul 49ce93bb6c chore(assets): create new default set of assets
feat(assets): prepare assets before build
2021-10-23 15:38:52 +01:00
Paul 6d59c441d6 Fix issues introduced in new Typescript version. 2021-08-30 16:45:23 +01:00
Paul 872b710bc4 Make the linter happy. 2021-08-05 14:47:00 +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
nizune 38be8f8fcc Update: Changed icon pack to Boxicons 2021-06-27 12:17:59 +02:00
Paul 22b21c030f Add animations to loaders. 2021-06-22 16:29:47 +01:00
Paul 3c6e3b9fbf Add bottom navigation and locale selector. 2021-06-21 13:44:43 +01:00
Paul 9706dd75f3 Port modal / popover context. 2021-06-19 18:46:05 +01:00
Paul ec97dbebd0 Hide client behind context.
Use idb for saving data.
Allow logins.
2021-06-18 22:47:25 +01:00
Paul 68a35751b3 Port Login UI 2021-06-18 20:21:54 +01:00