Yaodong Yu
|
95b32d5ebf
|
feat: support customize theme (#1500)
* refactor: simplify functions and improve variable naming
* feat: add themeEditor component
* feat: support customize theme
* chore: resolve conflict and add LICENCE
* chore: format code
* refactor: use icon replace background url
* feat: improve organization and application theme editor
|
2023-02-01 22:06:40 +08:00 |
|
Yaodong Yu
|
b525210835
|
feat: destroy session after delete user (#1441)
* fix: destroy session after delete user
* feat: visual session
* fix: go lint
* feat: add translation
* feat: auto flush after offline
* fix: delete one session
* fix: move 403 page to baseListPage
|
2023-01-06 15:04:13 +08:00 |
|
Yaodong Yu
|
e3c36beaf4
|
fix: the link button with disabled style but can click (#1390)
|
2022-12-10 22:14:20 +08:00 |
|
Yaodong Yu
|
0856977b92
|
feat: update to antd 5.0 (#1362)
* feat: update to ant5.X
* fix: incompatible styles
* fix: adjust the style
|
2022-12-04 23:05:30 +08:00 |
|
Chell
|
304643736b
|
fix: forget password and sign up router (#1227)
* fix: forget password and sign up router
* fix: link
* fix: jump logic
* fix: signup link
* fix: signup link
* fix: login and signup router
* remove comments
* fix: normal router
* fix: link abstraction
* rename jump component
* fix: session storage
* fix: store signin url
* fix: jumplink props
* fix: simplify link
* fix: path join
* fix: remove unused functions
|
2022-10-22 23:17:50 +08:00 |
|
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 |
|
キリサメ 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 |
|
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 |
|
ErikQQY
|
3923574d57
|
fix: Update yarn.lock
Signed-off-by: ErikQQY <2283984853@qq.com>
|
2021-07-19 09:58:06 +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 |
|
Yang Luo
|
18c021b009
|
Merge two login functions.
|
2021-03-20 00:30:37 +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 |
|
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
|
09b39d69f6
|
Change CRLF to LF.
|
2021-02-13 12:15:19 +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 |
|