Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web-next] social login #3909

Merged
merged 486 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
486 commits
Select commit Hold shift + click to select a range
08b22c3
fix(editor): remove className supports for link extension
robertu7 Sep 15, 2023
c3105c0
Merge branch 'develop' into feat/force-set-username
robertu7 Sep 15, 2023
360b0e7
Merge pull request #3812 from thematters/feat/force-set-username
robertu7 Sep 15, 2023
898fb6d
fix(username): skip check userName availability for legacy users
robertu7 Sep 15, 2023
7957670
Merge pull request #3815 from thematters/fix/allow-same-username
robertu7 Sep 15, 2023
32015bc
fix(username): fix `isLegacyUserConfirm`
robertu7 Sep 15, 2023
466ba63
Merge pull request #3816 from thematters/fix/legacy-user-confirm
robertu7 Sep 15, 2023
5bd6589
fix(username): fix incorrect loading state
robertu7 Sep 15, 2023
31a03d6
Merge pull request #3817 from thematters/fix/loading-state
robertu7 Sep 15, 2023
a56b35d
fix(Auth): fix wallet tab error
wlliaml Sep 15, 2023
399ea8a
Merge branch 'develop' into fix/wallet-tab-error
wlliaml Sep 15, 2023
f988a2f
Merge pull request #3818 from thematters/fix/wallet-tab-error
wlliaml Sep 15, 2023
7e219c0
fix(username): fix loadign state of `useAvailableUserName`
robertu7 Sep 18, 2023
f08e5d5
Merge pull request #3819 from thematters/fix/loading-state-username
robertu7 Sep 18, 2023
6d0b4b8
feat(draft): revise local cache updating on /me/drafts
robertu7 Sep 18, 2023
5ddf633
Merge branch 'develop' into feat/me-drafts-cache
robertu7 Sep 18, 2023
8f342ec
feat(CollectionDetail): add sequence sorter
wlliaml Sep 18, 2023
035c95d
fix SetUserNameDialog): fix user profile
wlliaml Sep 18, 2023
6d9bdde
Merge pull request #3820 from thematters/feat/me-drafts-cache
robertu7 Sep 18, 2023
94fd765
fix(Auth): fix WalletConnect copy
wlliaml Sep 18, 2023
434bd63
feat(CollectionDetail): revise code
wlliaml Sep 18, 2023
55f1d56
fix(SetUserNameDialog): to lower preset username
wlliaml Sep 18, 2023
44b791a
feat(article-connections): downsize articles max nums in connections
Sep 18, 2023
f285e53
fix(Dialog): Set the default value of smExtraSpacing to false
wlliaml Sep 19, 2023
3556370
fix(Auth): add <Head />
wlliaml Sep 19, 2023
670f0cd
fix(AsideUserProfile): fix space for follow button
wlliaml Sep 19, 2023
14de353
fix(EmailVerificationToast): clear prev toast
wlliaml Sep 19, 2023
47ea2c3
Merge branch 'develop' into fix/new-login-stage-1
wlliaml Sep 19, 2023
d66857a
fix(SetUserNameDialog): toLocaleLowerCase instead of toLower
wlliaml Sep 19, 2023
c766806
fix(Dialogs): fix smExtraSpacing
wlliaml Sep 19, 2023
1b5ee81
fix(Settings): fix password
wlliaml Sep 19, 2023
8667a08
fix(Callback): revise email verification
wlliaml Sep 19, 2023
d3683e3
Merge pull request #3830 from thematters/fix/revise-email-verification
wlliaml Sep 20, 2023
3c0d2bc
Revert "fix(Dialogs): fix smExtraSpacing"
wlliaml Sep 20, 2023
ab55c9f
Revert "fix(Dialog): Set the default value of smExtraSpacing to false"
wlliaml Sep 20, 2023
e34edf4
Merge branch 'develop' into fix/new-login-stage-1
wlliaml Sep 20, 2023
143987c
feat(Auth): revise init step in sign up page
wlliaml Sep 20, 2023
74cb69d
Merge pull request #3824 from thematters/fix/new-login-stage-1
wlliaml Sep 20, 2023
ff0a2fe
fix(username): validate userName field for legacy users
robertu7 Sep 20, 2023
e7728dc
Merge branch 'develop' into fix/validate-for-legacy-user
robertu7 Sep 20, 2023
47a47f7
Merge pull request #3822 from thematters/fix/validate-for-legacy-user
robertu7 Sep 20, 2023
ba0d31f
Merge branch 'develop' into feat/collection-articles-sorter
wlliaml Sep 20, 2023
c2f41e3
chore(deps): bump semver from 5.7.1 to 5.7.2
dependabot[bot] Sep 20, 2023
cbe871a
fix(CollectionDetail): revise set query
wlliaml Sep 20, 2023
51ccf39
fix(user): fix password copy of unverified email user
robertu7 Sep 20, 2023
903e4aa
fix(utils): fix typo & add emailVerifyCallbackUrl
wlliaml Sep 20, 2023
1d9fcae
fix(EmailVerificationToast): fix redirect url error
wlliaml Sep 20, 2023
610336f
feat(DialogBeta): init
wlliaml Sep 20, 2023
23e9446
fix(SetPasswordDialog): Use DialogBeta instead of Dialog
wlliaml Sep 20, 2023
b057846
feat(Message): revise p style
wlliaml Sep 20, 2023
97fcf37
fix(SetEmailDialog): Use DialogBeta instead of Dialog
wlliaml Sep 20, 2023
ae03eee
fix(AddWalletLoginDialog): Use DialogBeta instead of Dialog
wlliaml Sep 20, 2023
bcfe7bf
fix(RemoveWalletLoginDialog): Use DialogBeta instead of Dialog
wlliaml Sep 20, 2023
f249390
fix(DialogBeta): revise selector
wlliaml Sep 20, 2023
1576e9d
Merge pull request #3831 from thematters/fix/user-settings-copies
robertu7 Sep 20, 2023
fbdbc8a
Merge branch 'develop' into fix/email-verify-url
wlliaml Sep 21, 2023
a20b45b
Merge pull request #3832 from thematters/fix/email-verify-url
wlliaml Sep 21, 2023
7284adc
feat(upload): use directImageUpload on draft
robertu7 Sep 21, 2023
d451f09
feat(DialogBeta): fix bottom space in mobile
wlliaml Sep 21, 2023
d2f09ac
fix(SetUserName): Use DialogBeta instead of Dialog
wlliaml Sep 21, 2023
11461b3
fix(RemoveSocialLogin): Use DialogBeta instead of Dialog
wlliaml Sep 21, 2023
0bf142e
fix(UniversalAuthDialog): Use DialogBeta instead of Dialog
wlliaml Sep 21, 2023
7e80e4b
fix(SelectAuthMethodForm): Use DialogBeta instead of Dialog
wlliaml Sep 21, 2023
38a40f5
fix(EmailLoginForm): Use DialogBeta instead of Dialog
wlliaml Sep 21, 2023
44eb65e
fix(EmailSignUp): Use DialogBeta instead of Dialog
wlliaml Sep 21, 2023
313f3a0
fix(DialogBeta): reuse dialog component
wlliaml Sep 21, 2023
9595016
Merge branch 'develop' into fix/DialogBeta
wlliaml Sep 21, 2023
c53815e
feat(upload): use directImageUpload on avatar and cover upload
robertu7 Sep 21, 2023
9453ec4
fix(DialogBeta): reuse dialog component 2
wlliaml Sep 21, 2023
6d60317
fix(AddWalletLoginDialog): fix typo
wlliaml Sep 21, 2023
ca718a9
fix(WalletAuthForm.Connect): remove unused code
wlliaml Sep 21, 2023
a0b83da
Merge pull request #3833 from thematters/fix/DialogBeta
wlliaml Sep 21, 2023
49dd12f
fix(user): fix set change password button
robertu7 Sep 21, 2023
f59b610
Merge pull request #3835 from thematters/fix/password-setting
robertu7 Sep 21, 2023
f188e86
feat(image): validate image before uploading
robertu7 Sep 21, 2023
1ba22a2
fix(Form): fix re-render error
wlliaml Sep 22, 2023
9441915
Merge pull request #3837 from thematters/fix/form-first-submit-error
wlliaml Sep 22, 2023
08148b1
fix(e2e): fix auth
wlliaml Sep 22, 2023
61269c4
fix(e2e): fix publish button disable error
wlliaml Sep 22, 2023
d7cf390
fix(e2e): fix e2e publish button disable error
wlliaml Sep 22, 2023
6dcdd85
fix(e2e): add comment
wlliaml Sep 22, 2023
5e9033a
Merge pull request #3840 from thematters/fix/e2e-publish-btns-disable…
wlliaml Sep 22, 2023
0dae950
Merge branch 'develop' into fix/review-e2e-error
wlliaml Sep 22, 2023
7838ee3
fix(SetUserNameDialog): fix re-render
wlliaml Sep 24, 2023
a391751
fix(SetEmailDialog): fix re-render error
wlliaml Sep 24, 2023
e6ccd3f
fix(SetPasswordDialog): fix re-render error
wlliaml Sep 24, 2023
7a9dcd5
fix(EmailLoginForm): fix copy
wlliaml Sep 24, 2023
17137f6
fix(EmailLoginForm): fix loading state
wlliaml Sep 24, 2023
0f3ae7b
fix(styles): Remove the background color of the input autofill
wlliaml Sep 24, 2023
79be953
fix(SetUserNameDialog): turn of auto fill feature in safari
wlliaml Sep 24, 2023
2d79cb8
fix(SetUserNameDialog): fix confirm userName error hint
wlliaml Sep 24, 2023
5fa8d52
fix(Logout): redirect to homepage
wlliaml Sep 24, 2023
3ac936d
fix(Callback): fix space
wlliaml Sep 24, 2023
7d9525b
fix(Callback): fix height
wlliaml Sep 24, 2023
58ee5a8
fix(WalletAuthForm): fix layout of dialog
wlliaml Sep 24, 2023
9d7bbde
fix(EmailVerificationToast): fix button color
wlliaml Sep 24, 2023
14011d6
fix(SetUserNameDialog): fix max user name error
wlliaml Sep 24, 2023
e4bf37b
fix(env): update twitter client id
wlliaml Sep 25, 2023
0dc46ad
Merge pull request #3844 from thematters/fix/update-twiiter-client-id
wlliaml Sep 25, 2023
96bd365
Revert "fix(styles): Remove the background color of the input autofill"
wlliaml Sep 25, 2023
e98770e
fix(Setting): open edit profile dialog after click profile cell
wlliaml Sep 25, 2023
204ff0c
fix(EditProfileDialog): fix bio
wlliaml Sep 25, 2023
9cf87a5
fix(GQL): shouldn't toast error in callback page
wlliaml Sep 25, 2023
4868375
fix(error): revise copy
wlliaml Sep 25, 2023
282426a
fix(lang): fix copy
wlliaml Sep 25, 2023
a001543
fix(SetUserNameDialog): fix font style
wlliaml Sep 25, 2023
9abd1c2
Merge branch 'develop' into fix/new-login-round-II
wlliaml Sep 25, 2023
2e8aa09
fix(Setting): fix right text color of password cell
wlliaml Sep 26, 2023
c179dfa
fix(errorCode): add USER_SOCIAL_ACCOUNT_EXISTS code
wlliaml Sep 26, 2023
c013ebc
fix(SetUserNameDialog): save user input username
wlliaml Sep 26, 2023
66b87f8
fix(draft): skip creating a new draft if update with empty value
robertu7 Sep 26, 2023
fd9d026
fix(SocialCallback): back to prev page when user reject
wlliaml Sep 27, 2023
f87a17f
fix(Head): Adapt the Wallet Login Dialog to show the matters icon.
wlliaml Sep 27, 2023
e08297b
fix(SetPasswordDialog): fix update keys after submit
wlliaml Sep 27, 2023
500fda7
fix(AsideUserProfile): fix display name
wlliaml Sep 27, 2023
915e1f0
fix(DialogBeta): fix switching back to the mail input when inputting …
wlliaml Sep 27, 2023
de9a0ea
Merge pull request #3848 from thematters/fix/draft-new-save
robertu7 Sep 27, 2023
d03469a
Merge branch 'develop' into fix/editor-styles-bugs
robertu7 Sep 27, 2023
ee95318
fix(SetPassword): remove border
wlliaml Sep 28, 2023
ed3e8bd
fix(color): revise variable name
wlliaml Sep 28, 2023
991387c
Merge branch 'develop' into fix/new-login-round-II
wlliaml Sep 28, 2023
b2fe756
fix(Head): revise key
wlliaml Oct 3, 2023
4d0c9db
fix(AsideUserProfile): revise button for a11y
wlliaml Oct 3, 2023
8a3091f
fix(EmailVerification): Do not show login toast
wlliaml Oct 3, 2023
f2f852f
Merge pull request #3842 from thematters/fix/new-login-round-II
wlliaml Oct 3, 2023
df4a739
Merge branch 'develop' into feat/downsize-article-connections-max-num
gary02 Oct 4, 2023
faa9e54
Merge branch 'develop' into feat/collection-articles-sorter
wlliaml Oct 4, 2023
38304c5
Merge branch 'develop' into feat/downsize-article-connections-max-num
gary02 Oct 4, 2023
03ae4d8
fix(search): Search result remove count
Sep 25, 2023
5bc33ef
Merge pull request #3823 from thematters/feat/downsize-article-connec…
gary02 Oct 4, 2023
6a7c242
fix(signup): pass langauge to sign up mutations
robertu7 Oct 4, 2023
2d686b4
Merge pull request #3836 from thematters/feat/image-limits
robertu7 Oct 4, 2023
4e43553
feat(turnstile): Use Cloudflare Turnstile instead of Google reCAPTCHA
Sep 20, 2023
1831de8
Merge pull request #3807 from thematters/fix/editor-styles-bugs
robertu7 Oct 5, 2023
c81b856
Merge pull request #3834 from thematters/feat/direct-image-upload
robertu7 Oct 5, 2023
4b235d7
Merge pull request #3863 from thematters/feat/sign-up-lang
robertu7 Oct 5, 2023
8620537
fix(image): fix unable to upload image on editor
robertu7 Oct 5, 2023
a19a47b
Merge pull request #3866 from thematters/fix/editor-image-upload
robertu7 Oct 5, 2023
15a7962
fix(toast): skip ignite email verification toast if email is null
robertu7 Oct 5, 2023
cae0764
Merge branch 'develop' into fix/email-verification-toast
robertu7 Oct 5, 2023
7f6684d
Merge pull request #3864 from thematters/fix/email-verification-toast
robertu7 Oct 5, 2023
b2a9abe
fix(image): fix newly uplaoded images return 404
robertu7 Oct 5, 2023
35ef5d9
Merge branch 'develop' into feat/collection-articles-sorter
wlliaml Oct 5, 2023
1629cc8
fix(CollectionArticles): fix sorter button style
wlliaml Oct 5, 2023
329f643
fix(font): fix font family of code tags
robertu7 Oct 5, 2023
fc2e0fa
feat(CollectionArticles): compatible with other types of sorting
wlliaml Oct 5, 2023
70cf5c1
Merge pull request #3868 from thematters/fix/code-block-font
robertu7 Oct 5, 2023
49d5c01
fix(url): add comment
wlliaml Oct 5, 2023
b7ed6c3
Merge branch 'develop' into feat/collection-articles-sorter
wlliaml Oct 5, 2023
902d36f
fix(signup): pass langauge to sendVerificationCode mutation
robertu7 Oct 5, 2023
b55facd
Merge pull request #3821 from thematters/feat/collection-articles-sorter
wlliaml Oct 5, 2023
6cc0792
Merge pull request #3872 from thematters/fix/send-code-lang
robertu7 Oct 5, 2023
eb315c4
fix(Head): fix dapp icon
wlliaml Oct 5, 2023
f941be3
fix(lang): fix copy
wlliaml Oct 5, 2023
7622a61
Merge pull request #3867 from thematters/fix/image-upload-404
robertu7 Oct 6, 2023
56f7893
fix(draft): create new draft if user tries to upload cover
robertu7 Oct 6, 2023
ff78179
fix(lang): use INSUFFICIENT_AUTHORITY instead of FORBIDDEN_BY_STATE
wlliaml Oct 6, 2023
70dfdf2
fix(login): disable sendLoginCode button when mutation is loading
robertu7 Oct 6, 2023
d1861d9
Merge pull request #3874 from thematters/fix/otp-button
robertu7 Oct 6, 2023
ade15d6
Merge pull request #3873 from thematters/fix/new-draft-set-cover
robertu7 Oct 6, 2023
aa71c4e
fix(collection): correct local cache on adding articles to collection
robertu7 Oct 6, 2023
3778930
Merge pull request #3870 from thematters/fix/add-article-to-collectio…
robertu7 Oct 6, 2023
3ddd197
fix(EmailLoginForm): add unavailable error
wlliaml Oct 6, 2023
e1ab3ca
fix(SocialCallback): add unavailable error
wlliaml Oct 6, 2023
5b1b48a
fix(WalletAuthForm): add unavailable error
wlliaml Oct 6, 2023
39b6cc4
fix(AddWalletLoginDialog): add unavailable error
wlliaml Oct 6, 2023
055be8b
fix(PaymentForm): fix copy
wlliaml Oct 6, 2023
45535cf
fix(image): fix `validateImage` resolver
robertu7 Oct 6, 2023
f475e8c
fix(FollowingDialog): fix space
wlliaml Oct 6, 2023
f34e47b
fix(article): fix color of archived article digest
robertu7 Oct 6, 2023
da879ac
feat(image): await direct upload process
robertu7 Oct 6, 2023
aa6fab1
Merge branch 'develop' into fix/New-Login
wlliaml Oct 6, 2023
d202334
Merge pull request #3875 from thematters/fix/image-validator
robertu7 Oct 6, 2023
42d158b
Revert "fix(lang): use INSUFFICIENT_AUTHORITY instead of FORBIDDEN_BY…
wlliaml Oct 9, 2023
1c0168a
fix(SocialLogin): revise error copy
wlliaml Oct 9, 2023
64f6595
Merge branch 'develop' into fix/New-Login
wlliaml Oct 9, 2023
48a9235
Merge pull request #3876 from thematters/fix/New-Login
wlliaml Oct 9, 2023
c92819a
fix(Head): revise comment
wlliaml Oct 9, 2023
4396f38
fix(Toast): fix action color
wlliaml Oct 9, 2023
9da58b1
Merge pull request #3877 from thematters/fix/fix-toast-action-color
wlliaml Oct 9, 2023
a636770
fix(UniversalAuthDialog): expand auth dialog
wlliaml Oct 9, 2023
f2e4073
fix(DialogBeta): fix overlay
wlliaml Oct 9, 2023
411ac5e
fix(DialogBeta): fix overlay after close dialog
wlliaml Oct 10, 2023
6b92c39
Merge pull request #3878 from thematters/fix/expand-dialog
wlliaml Oct 10, 2023
afcb8be
fix(font): remove monospace reset on code tags
robertu7 Oct 10, 2023
1e7cd57
fix(EmailVerificationToast): revise copy
wlliaml Oct 10, 2023
0e406f6
Merge pull request #3882 from thematters/fix/email-reset-toast-copy
wlliaml Oct 10, 2023
2dc5bfb
feat(article): prefer to fetch article detail data by articleId inste…
robertu7 Oct 10, 2023
a5ab2d9
Merge pull request #3881 from thematters/fix/mono
robertu7 Oct 10, 2023
69c1215
feat(ga-event): Emit GA event: image upload time
Oct 8, 2023
2ff368f
fix(DialogBeta): fix handle clickable
wlliaml Oct 11, 2023
f33871a
fix(DialogBeta): remove log
wlliaml Oct 11, 2023
37e04a6
Merge pull request #3884 from thematters/fix/dialogbeta-handle-clickable
wlliaml Oct 11, 2023
713877a
fix(UniversalAuth): go to login page when click enter button
wlliaml Oct 11, 2023
651c025
Merge pull request #3885 from thematters/fix/enter-button-goto-login-…
wlliaml Oct 11, 2023
c9a8f80
feat(dialog): revise FingerprintDialog styles
robertu7 Oct 12, 2023
1851bf4
Merge pull request #3886 from thematters/fix/ipfs-dialog-styles
robertu7 Oct 12, 2023
5a4be57
fix(UserTabs): fix collection count
wlliaml Oct 12, 2023
cffa8c1
Merge branch 'develop' into fix/collection-tab-count-error
wlliaml Oct 12, 2023
fe0c2b7
fix(AddCollectionDialog): add bug comment
wlliaml Oct 12, 2023
76f92c6
fix(PaymentForm): fix copy
wlliaml Oct 12, 2023
d381b50
Merge pull request #3887 from thematters/fix/collection-tab-count-error
wlliaml Oct 12, 2023
124f314
fix(Head): use 32px as default favicon
wlliaml Oct 12, 2023
ca676ed
Merge pull request #3888 from thematters/fix/update-favicon-size
wlliaml Oct 12, 2023
4cff947
fix(login): disable sendLoginCode button when mutation is loading
robertu7 Oct 12, 2023
55b8d9f
Merge pull request #3889 from thematters/fix/disable-resend-code-on-c…
robertu7 Oct 12, 2023
6dfb3c1
fix(GlobalDialogs): disable SetUserNameDialog in callback page
wlliaml Oct 12, 2023
e9f83a8
fix(SetPasswordDialog): remove password auto fill
wlliaml Oct 12, 2023
013f019
fix(Account): fix social account bind state toast
wlliaml Oct 13, 2023
c837933
Merge branch 'develop' into fix/social-login
wlliaml Oct 13, 2023
fa40d8a
Merge pull request #3890 from thematters/fix/social-login
wlliaml Oct 13, 2023
fda9633
fix(DeleteCollection): fix check empty collection
wlliaml Oct 13, 2023
461f778
Merge pull request #3891 from thematters/fix/delete-collection-dialog
wlliaml Oct 13, 2023
7e9ea2d
fix(Layout): remove pull to refresh
wlliaml Oct 13, 2023
97d043f
Merge pull request #3892 from thematters/fix/remove-pull-to-refresh
wlliaml Oct 13, 2023
f444028
fix(useColorThief): fix theme color
wlliaml Oct 13, 2023
397e004
fix(useColorThief): add try get color time limit
wlliaml Oct 13, 2023
663b0f6
Merge pull request #3893 from thematters/fix/update-book-color-in-fir…
wlliaml Oct 16, 2023
867302b
Revert "fix(Layout): remove pull to refresh"
wlliaml Oct 16, 2023
06fddc6
Merge pull request #3894 from thematters/fix/revert-pull-to-refresh
wlliaml Oct 16, 2023
2033878
Merge branch 'develop' into fix/review-e2e-error
wlliaml Oct 16, 2023
606eb66
fix(e2e): fix sign in copy
wlliaml Oct 16, 2023
a89945a
Merge pull request #3895 from thematters/fix/e2e-auth-copy
wlliaml Oct 16, 2023
131e6f9
fix(ArticleDetail): refetch article public after revise article
wlliaml Oct 16, 2023
208347a
Merge branch 'fix/refetch-article-after-mediaHash-update' into fix/re…
wlliaml Oct 16, 2023
937461f
Merge pull request #3896 from thematters/fix/refetch-article-after-me…
wlliaml Oct 16, 2023
5c03a8a
Merge branch 'develop' into fix/review-e2e-error
wlliaml Oct 16, 2023
5cf0d8a
fix(e2e): await new article content update
wlliaml Oct 16, 2023
1bbd324
feat(i18n): enable "formatjs/enforce-id" rule
robertu7 Oct 16, 2023
469ccc4
fix(i18n): fix translations
robertu7 Oct 16, 2023
3d255d2
Merge pull request #3898 from thematters/feat/i18n-enforce-id
robertu7 Oct 16, 2023
e786f2e
fix(recaptcha): enable recaptcha for wallet login
robertu7 Oct 17, 2023
9fc5efc
Merge pull request #3901 from thematters/fix/enable-recaptcha-wallet
robertu7 Oct 17, 2023
97e68b6
feat(forms): remove unused forms
robertu7 Oct 17, 2023
63090e9
fix(ArticleDetail): refetch public and private data after revise article
wlliaml Oct 17, 2023
4f33c56
fix(ArticleDetail): refetch data after save revisions
wlliaml Oct 17, 2023
5683df3
Merge pull request #3904 from thematters/fix/refetch-private-data-aft…
wlliaml Oct 17, 2023
43bc5d5
Merge branch 'develop' into fix/review-e2e-error
wlliaml Oct 17, 2023
8550950
Merge pull request #3841 from thematters/fix/review-e2e-error
wlliaml Oct 17, 2023
97b651f
Merge branch 'develop' into feat/remove-unused-forms
robertu7 Oct 17, 2023
1bc70bd
fix(e2e): fix publish button clickable
wlliaml Oct 17, 2023
3a993d3
Merge pull request #3905 from thematters/fix/publish-button-enabled
wlliaml Oct 17, 2023
18df268
Merge pull request #3903 from thematters/feat/remove-unused-forms
robertu7 Oct 17, 2023
a1b8640
fix(env): update prod envs
wlliaml Oct 17, 2023
57e0ef7
Merge pull request #3908 from thematters/feat/update-prod-env
wlliaml Oct 17, 2023
c687890
docs: new translation default.json (Chinese Simplified) [ci skip]
matters-tech Oct 17, 2023
646b7dd
docs: new translation default.json (Chinese Traditional) [ci skip]
matters-tech Oct 17, 2023
b22ac04
docs: new translation default.json (English) [ci skip]
matters-tech Oct 17, 2023
2540da1
Merge branch 'develop' into l10n_develop4
robertu7 Oct 17, 2023
aa68333
Merge pull request #3910 from thematters/l10n_develop4
robertu7 Oct 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,5 @@
},
}
]
],
"plugins": [
"@babel/plugin-proposal-optional-chaining",
[
"formatjs",
{
"idInterpolationPattern": "[sha512:contenthash:base64:6]",
"ast": true
}
]
]
}
4 changes: 4 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ NEXT_PUBLIC_LOGBOOKS_URL=https://logbooks-vercel.matters.town
NEXT_PUBLIC_ALCHEMY_KEY=1dMo8xjAFo8M6Y4sQ45WTD3Zie2-MA4C
NEXT_PUBLIC_USDT_CONTRACT_ADDRESS=0xfe4F5145f6e09952a5ba9e956ED0C25e3Fa4c7F1
NEXT_PUBLIC_CURATION_CONTRACT_ADDRESS=0xa219c6722008aa22828b31a13ab9ba93bb91222c
NEXT_PUBLIC_GOOGLE_CLIENT_ID=315393900359-2r9fundftis7dc0tdeo2hf8630nfdd8h.apps.googleusercontent.com
NEXT_PUBLIC_TWITTER_CLIENT_ID=X3d6Szg5bnVCMm5wRWxSVmhXUTc6MTpjaQ
NEXT_PUBLIC_FACEBOOK_CLIENT_ID=823885921293850
NEXT_PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY=0x4AAAAAAAKiedvR5qiLUhIs
DEBUG=false
PLAYWRIGHT_RUNTIME_ENV=ci
PLAYWRIGHT_TEST_BASE_URL=https://web-develop.matters.town
Expand Down
6 changes: 6 additions & 0 deletions .env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
NEXT_PUBLIC_RUNTIME_ENV=production
NEXT_PUBLIC_SITE_DOMAIN=matters.town
NEXT_PUBLIC_SITE_BRAND_NAME=Matters.Town
NEXT_PUBLIC_SITE_DOMAIN_TLD=matters.town
NEXT_PUBLIC_SITE_DOMAIN_TLD_OLD=matters.news
NEXT_PUBLIC_EMBED_ASSET_DOMAIN=assets.matters.news
NEXT_PUBLIC_CF_IMAGE_URL=https://imagedelivery.net/kDRCweMmqLnTPNlbum-pYA/prod
NEXT_PUBLIC_NEXT_ASSET_DOMAIN=assets-next.mattersprotocol.io
Expand All @@ -27,4 +29,8 @@ NEXT_PUBLIC_LOGBOOKS_URL=https://logbook.matters.town
NEXT_PUBLIC_ALCHEMY_KEY=bOu-fCphi9mvePsxg968Qe-pidHQNdlT
NEXT_PUBLIC_USDT_CONTRACT_ADDRESS=0xc2132D05D31c914a87C6611C10748AEb04B58e8F
NEXT_PUBLIC_CURATION_CONTRACT_ADDRESS=0x5edebbdae7b5c79a69aacf7873796bb1ec664db8
NEXT_PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY=0x4AAAAAAAKVODkJMwfIxG78
DEBUG=false
NEXT_PUBLIC_GOOGLE_CLIENT_ID=44467013562-jg111f44kohi2s2fqqm6uq7ifudvvorq.apps.googleusercontent.com
NEXT_PUBLIC_TWITTER_CLIENT_ID=cmdKbUlyd1ZZZDZYa3dTampidGo6MTpjaQ
NEXT_PUBLIC_FACEBOOK_CLIENT_ID=1415638158583454
14 changes: 12 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@
"plugin:storybook/recommended"
],
"plugins": [
"simple-import-sort"
"simple-import-sort",
"formatjs"
],
"rules": {
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off"
"@next/next/no-img-element": "off",
"formatjs/no-offset": "error",
"formatjs/enforce-default-message": "error",
"formatjs/no-multiple-whitespaces": "error",
"formatjs/enforce-id": [
"error",
{
"idInterpolationPattern": "[sha512:contenthash:base64:6]"
}
]
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ compiled-lang
# Relay build output

*__generated__*
*.diff
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
commit_message: 'docs: new translation %original_file_name% (%language%) [ci skip]'
append_commit_message: false

files:
- source: /lang/default.json
translation: /lang/%locale%.json
Loading
Loading