conghuhu
|
e108d26ec7
|
fix: recover header logo && add styleint check (#1084)
* fix: fix header logo not show
* feat: update lint-staged
feat: add stylelint
|
2022-08-31 23:26:58 +08:00 |
|
conghuhu
|
5948782cdd
|
fix: fix eslint error in webstorm (#1073)
|
2022-08-29 15:23:51 +08:00 |
|
conghuhu
|
674d1619dd
|
fix: fix hot update error #1071 (#1072)
|
2022-08-29 13:45:31 +08:00 |
|
conghuhu
|
11b8b65ca0
|
feat: update antd and react to latest (#1069)
|
2022-08-28 23:14:04 +08:00 |
|
q1anx1
|
b14554a5ba
|
feat(web): check style when commit (#980)
feat(web): check style when commit
|
2022-08-08 00:10:31 +08:00 |
|
q1anx1
|
45d2745b67
|
chore(style): add eslint rules: no-unused-imports and no-unused-vars (#976)
* feat(web): no-unused-imports and no-unused-vars
* chore: fix json style
|
2022-08-07 11:51:53 +08:00 |
|
q1anx1
|
539ca2d731
|
chore(web): add fix command (#964)
|
2022-08-05 23:40:04 +08:00 |
|
キリサメ qianxi
|
503d244166
|
feat(web): add lint (#875)
* feat: add lint
* feat: fix lint error
* chore: add ignore file
* chore: close indent
|
2022-07-10 15:45:55 +08:00 |
|
Nekotoxin
|
cfbce79e32
|
fix: add ie support (ie >= 9) (#538)
* fix: add ie support (ie > 9)
* fix: add support for IE11
* fix: small fix
* fix: fix
|
2022-03-05 16:32:37 +08:00 |
|
Yang Luo
|
ba1646a0c3
|
Add cert pages.
|
2021-12-31 00:36:36 +08:00 |
|
Yixiang Zhao
|
10a85f2386
|
feat: add server-side search, filter and sorter for all pages (#388)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
Co-authored-by: Yang Luo <hsluoyz@qq.com>
|
2021-12-25 10:55:10 +08:00 |
|
turbodog03
|
1394dce306
|
fix: preinstall scripts bug (#331)
* feat: ban npm to solve potential bugs
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
* feat: fix preinstall scripts bug
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
|
2021-11-17 21:13:20 +08:00 |
|
Yixiang Zhao
|
f5fdf0af6a
|
feat: translate the region select box (#321)
Signed-off-by: “seriouszyx” <seriouszyx@foxmail.com>
|
2021-11-10 22:27:58 +08:00 |
|
turbodog03
|
08eaf298c1
|
feat: ban npm to solve potential bugs (#296)
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
|
2021-09-17 17:07:31 +08:00 |
|
ErikQQY
|
857c9e540f
|
fix: Fix Crowdin failing
Signed-off-by: ErikQQY <2283984853@qq.com>
|
2021-07-09 16:01:43 +08:00 |
|
ErikQQY
|
dcf85591e2
|
feat: Integrate Crowdin
Signed-off-by: ErikQQY <2283984853@qq.com>
|
2021-07-03 10:09:29 +08:00 |
|
Yang Luo
|
11f1f8f440
|
Show properties in user page.
|
2021-05-30 18:35:05 +08:00 |
|
Yang Luo
|
e206ec5057
|
Update antd to latest v4.15.5
|
2021-05-15 20:32:00 +08:00 |
|
Yang Luo
|
5779d57960
|
Set org's document title and favicon.
|
2021-04-29 19:51:03 +08:00 |
|
kuchaguangjie
|
93564e8389
|
fix: add cross-env to set port for both windows & linux (#49)
* add cross-env to set port for both windows & linux,
* add package-lock.json back,
* don't commit package-lock.json
|
2021-04-29 15:42:59 +08:00 |
|
Yang Luo
|
5c49693bc0
|
Use react-social-login-buttons.
|
2021-03-29 22:11:28 +08:00 |
|
Yang Luo
|
2063f1d27d
|
Update antd to 4.14.1
|
2021-03-26 23:41:18 +08:00 |
|
Yang Luo
|
3bcc292da2
|
Change antd primary-color.
|
2021-03-26 23:18:24 +08:00 |
|
hsluoyz
|
d0e243fca3
|
Merge pull request #23 from Kininaru/master
feat: added avatar tailoring and uploading
|
2021-03-17 13:25:53 +08:00 |
|
Kininaru
|
1908f528c8
|
feat: added avatar tailoring and uploading
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed type errors
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed the wrong folder
Signed-off-by: Kininaru <shiftregister233@outlook.com>
rewrite login check logic, added unix time to avatar url
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed a bug about strconv
Signed-off-by: Kininaru <shiftregister233@outlook.com>
supported oss
Signed-off-by: Kininaru <shiftregister233@outlook.com>
disabled oss provide qiniu
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Fixed avatar url error
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Fixed avatar length bug
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Fixed avatar length bug
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed oss.conf
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Put uploading avatar into UserEditPage
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed avatar dir
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed avatar in main.go
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Made CropperDiv a reusable component, and updated README for OSS config
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Convert ts to js
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed ts
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fix: set avatar link to string 255
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fix: updated yarn lock
Signed-off-by: Kininaru <shiftregister233@outlook.com>
add: Casbin license
Signed-off-by: Kininaru <shiftregister233@outlook.com>
|
2021-03-17 13:19:23 +08:00 |
|
Yang Luo
|
df948e9e34
|
Fix JWT token bugs.
|
2021-03-14 23:08:08 +08:00 |
|
hsluoyz
|
717d655fdb
|
Merge pull request #14 from RobotHuang/master
feat: support i18n
|
2021-02-20 18:00:12 +08:00 |
|
RobotHuang
|
e301121c21
|
feat: support i18n
Signed-off-by: RobotHuang <1183598761@qq.com>
|
2021-02-20 10:25:29 +08:00 |
|
Yang Luo
|
4daa4416c1
|
Add react-github-corner.
|
2021-02-13 14:22:49 +08:00 |
|
Yang Luo
|
b5eb673c81
|
Add user list and edit pages.
|
2020-10-20 23:14:03 +08:00 |
|
Yang Luo
|
88fd1fda47
|
Add NavBar.
|
2020-10-20 22:37:38 +08:00 |
|
Yang Luo
|
bb06e55d8d
|
Add antd.
|
2020-10-20 22:21:38 +08:00 |
|
Yang Luo
|
dedca64568
|
Create React app.
|
2020-10-20 21:46:44 +08:00 |
|