Commit Graph

428 Commits

Author SHA1 Message Date
Tristan Yang ff7fe05b58 refactor: add more TS constraints 2022-07-04 18:15:24 +08:00
Tristan Yang 8330e45674 chore: rename again 2022-07-04 16:55:13 +08:00
Tristan Yang 227ae51af3 build: upgrade packages 2022-07-04 16:12:50 +08:00
Tristan Yang 101dbdb5ee refactor: rename contact with user 2022-07-04 16:12:23 +08:00
Tristan Yang 6083040e2b chore: remove unused files 2022-07-01 18:28:17 +08:00
Tristan Yang b59e3fd1ac fix: chaos in DM session 2022-07-01 17:59:49 +08:00
Tristan Yang b350328206 fix: google login with id token 2022-06-30 21:57:07 +08:00
Tristan Yang 0097dc171c fix: useContactOperation hook 2022-06-30 11:03:31 +08:00
Tristan Yang 23c4b8d33d Merge pull request #15 from hdsuperman/refactor/typescript
refactor: conditional props example
2022-06-30 09:44:40 +08:00
HD 435da262bb refactor: conditional props example 2022-06-30 00:04:55 +08:00
Tristan Yang 516ee8204b feat: recover public channel 2022-06-29 22:03:04 +08:00
Tristan Yang bdcc9d2c87 chore: unknow typo 2022-06-29 17:54:38 +08:00
Tristan Yang deffb0f9aa Merge remote-tracking branch 'github-desktop-hdsuperman/refactor/typescript' 2022-06-29 17:50:34 +08:00
Tristan Yang a556dd3ca9 build: upgrade packages 2022-06-29 17:09:17 +08:00
HD f1733d030c Merge remote-tracking branch 'upstream/main' into refactor/typescript
# Conflicts:
#	src/common/component/ForwardModal/index.tsx
#	src/common/component/GoogleLoginButton.tsx
#	src/common/component/ManageMembers.tsx
#	src/routes/settingChannel/Overview.tsx
#	src/routes/settingChannel/index.tsx
2022-06-29 17:04:22 +08:00
HD 003353e43f refactor: add typescript support to project 2022-06-29 16:54:58 +08:00
Tristan Yang 1281091db9 refactor: google oauth login 2022-06-29 13:31:42 +08:00
Tristan Yang aff66ad5c8 refactor: add user info to authData 2022-06-29 10:56:50 +08:00
Tristan Yang c5694a07b0 fix: update server logo 2022-06-29 10:55:39 +08:00
Tristan Yang 0b718aae86 chore: remove unused file 2022-06-29 10:53:53 +08:00
Tristan Yang 84ff7a619f fix: server logo at first enter 2022-06-28 11:59:32 +08:00
Tristan Yang 7f2b39ec36 build: voce.chat 2022-06-28 11:22:53 +08:00
HD ccfee28e13 fix: file size calculation error
MDN: The Blob interface's size property returns the size of the Blob or File in bytes
2022-06-28 10:35:11 +08:00
HD 6bf64e38fc refactor: remove getNonNullValues, replace with _.ominBy and _.isNull (lodash)
ref: https://stackoverflow.com/a/70554734/11408375
2022-06-28 10:31:19 +08:00
HD ab5f9e6c07 refactor: simplify judgment conditions 2022-06-28 10:17:45 +08:00
HD d01cb5b2a8 refactor: remove useless judgment logic 2022-06-28 10:17:00 +08:00
HD 8b5a1212cd refactor: typo IconUnkown -> IconUnknown 2022-06-28 10:15:21 +08:00
HD 30a49921e1 Merge remote-tracking branch 'upstream/main' into refactor/typescript
# Conflicts:
#	src/app/services/server.ts
#	src/common/component/GoogleLoginButton.tsx
#	src/common/utils.tsx
2022-06-28 10:10:56 +08:00
HD 2a3535ea13 refactor: add typescript definition 2022-06-28 10:08:36 +08:00
Tristan Yang aa7c740bcf fix: remove from channel 2022-06-27 23:09:30 +08:00
Tristan Yang 7e5a70881d Merge branch 'main' into tristan/development 2022-06-27 16:13:22 +08:00
Tristan Yang 1da6fb6450 Merge branch 'main' of https://github.com/Privoce/vocechat-web 2022-06-27 11:05:17 +08:00
Tristan Yang 585f8a3661 chore: rename everything 2022-06-27 11:01:05 +08:00
Tristan Yang f05bba85ef chore: rename everything 2022-06-27 10:37:03 +08:00
Tristan Yang 4618afc2ed refactor: server StoredServer interface 2022-06-27 09:24:29 +08:00
Tristan Yang 212284cd9b refactor: auth API with TS 2022-06-24 22:20:58 +08:00
Tristan Yang 4ca90c23c0 refactor: server with TS 2022-06-24 12:32:14 +08:00
Tristan Yang 69b4e7aac2 chore: merge from haodong code 2022-06-24 10:32:04 +08:00
Tristan Yang 59593881b2 Merge branch 'refactor/typescript' of https://github.com/hdsuperman/rustchat-web into refactor/typescript 2022-06-24 10:25:04 +08:00
HD e0bbbf4f30 refactor: add typescript definition and fix some type error 2022-06-23 22:58:13 +08:00
Tristan Yang a8ffc197dc feat: remove local magic token after login 2022-06-23 22:03:49 +08:00
Tristan Yang e53ebd63a7 fix: login 410 error tip 2022-06-23 21:58:26 +08:00
Tristan Yang 0310d764ac fix: isEqual 2022-06-23 15:55:59 +08:00
Tristan Yang 0f7072cc8c Merge branch 'tristan/development' 2022-06-22 22:22:11 +08:00
Tristan Yang cce4778c3a fix: magic link login while invite only 2022-06-22 22:21:30 +08:00
HD b66919114d refactor: add typescript definition 2022-06-22 17:36:05 +08:00
HD 0b612d8c8e refactor: add typescript definition and fix type error(null -> undefined) 2022-06-22 17:35:30 +08:00
HD 768100a0db chore: typo, conactsData -> contactsData, dsecription -> description,
remove console.log
2022-06-22 16:29:21 +08:00
Tristan Yang 3e23c72b6d refactor: social login buttons 2022-06-22 12:04:14 +08:00
Tristan Yang 42f15b8d60 Merge pull request #8 from Privoce/tristan/development
fix: add magic token check in register
2022-06-21 23:01:17 +08:00