0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
Commit graph

133 commits

Author SHA1 Message Date
Xiao Yijun
44eb14fd6b
fix(console): input outline should be red in the error state on focused (#484) 2022-04-01 17:27:41 +08:00
Wang Sijie
3ac019c4b7
fix(console): add textField class to application details formfields (#489) 2022-04-01 17:23:50 +08:00
Wang Sijie
039f3d0cbb
fix(console): adjust styles on table (#476) 2022-04-01 16:17:54 +08:00
Wang Sijie
36cfdf4b16
feat(console): sticky footer in details page (#486) 2022-04-01 16:13:43 +08:00
Xiao Yijun
b416ee877e
feat(console): multi-text-input (#472) 2022-04-01 13:45:57 +08:00
Wang Sijie
c9a8855c0d
Merge pull request #468 from logto-io/sijie--log-1975-table-scroll
feat(console): table scroll
2022-04-01 13:40:09 +08:00
Charles Zhao
48bd57c94e
chore: bump version of configs 2022-03-31 15:18:34 +08:00
wangsijie
7feafe8d21
feat(console): table scroll 2022-03-31 14:49:40 +08:00
Wang Sijie
10fc7e4205
feat(console): support icon in text-input (#458)
* feat(console): support icon in text-input

* feat(console): user search (#460)

* fix: inputValue empty

* fix: remove contional
2022-03-30 14:01:18 +08:00
Charles Zhao
34992a2116
Merge pull request #462 from logto-io/charles-log-2031-refactor-title-subtitle-styles
refactor(console): match design mockups by adjusting fonts, paddings, etc
2022-03-30 11:57:36 +08:00
Charles Zhao
e297dcbb33
Merge pull request #463 from logto-io/charles-update-code-comments
chore(console): update code comments in markdown util
2022-03-29 18:07:41 +08:00
Wang Sijie
eb1b20cdac
refactor(console): remove zero-colspan (#464) 2022-03-29 17:54:29 +08:00
Charles Zhao
329966e206
chore(console): update code comments in markdown util 2022-03-29 17:41:03 +08:00
Charles Zhao
5cc177381f
refactor(console): match design mockups by adjusting fonts, paddings, etc 2022-03-29 17:01:45 +08:00
Xiao Yijun
58ab342c47
refactor(console): the submit state of forms (#455) 2022-03-29 12:58:53 +08:00
Wang Sijie
d557d9b65c
fix(console): align button icon size to 20 (#456) 2022-03-29 11:26:48 +08:00
Wang Sijie
1d71064a88
feat(console): extract total number from headers for useSWR (#448) 2022-03-28 15:39:42 +08:00
Wang Sijie
9a437e3c0d
feat(console): table empty state (#446)
* feat(console): table empty state

* fix: cr
2022-03-28 15:03:11 +08:00
Wang Sijie
7d76428e57
fix(console): prevent css overiding in table-loading (#454) 2022-03-28 15:02:28 +08:00
Wang Sijie
fd8ea43f0b
feat(console): pagination (#453)
* feat(console): pagination

* fix: large number

* fix: new icon
2022-03-28 15:01:50 +08:00
Charles Zhao
a08abfd4c6
Merge pull request #432 from logto-io/charles-log-1919-dynamically-load-get-started-markdown-metadata
feat(core): provide a means to fetch get-started markdown metadata
2022-03-28 14:56:15 +08:00
Xiao Yijun
791801a7df
feat(console): modal layout dimensions (#440) 2022-03-28 14:00:03 +08:00
Charles Zhao
7033bdc2cd
feat(core): provide API to fetch get-started markdown metadata 2022-03-28 13:50:40 +08:00
Wang Sijie
3f8cc6af69
refactor(console): use nullable in form type (#452) 2022-03-25 15:16:57 +08:00
Wang Sijie
b46cfd2bc3
refactor(console): use colgroup in table (#445) 2022-03-25 14:46:37 +08:00
Charles Zhao
028c7d6a56
refactor(console): minor adjustments made to plain button styles 2022-03-24 22:20:13 +08:00
Wang Sijie
b6323113fa
feat(console): table error component (#442)
* feat(console): table error component

* fix: pr
2022-03-24 15:02:31 +08:00
Xiao Yijun
a918dce05f
feat(console): save changes in application detail page (#439) 2022-03-24 11:55:13 +08:00
Wang Sijie
d2c0f623c6
feat(console): table loading component (#441) 2022-03-24 11:48:39 +08:00
Xiao Yijun
847e018b02
feat(console): readme in details (#438) 2022-03-23 10:34:25 +00:00
Wang Sijie
3998f39db7
feat(console): add connector (#428)
* feat(console): add connector

* feat(console): delete connector (#433)

* feat(console): add connector

* feat(console): delete connector

* fix: rebase error
2022-03-23 11:57:14 +08:00
Wang Sijie
e8b4862843
feat(console): user details connectors (#434)
* feat(console): user details connectors

* fix: is submiting
2022-03-23 11:48:42 +08:00
Xiao Yijun
4f41162ac3
refactor(console): refactor modals with modallayout (#435) 2022-03-22 17:40:06 +08:00
Xiao Yijun
ec8ecf262a
feat(console): delete application (#417) 2022-03-21 17:43:13 +08:00
Xiao Yijun
3e99ac172a
feat(console): modal layout (#419) 2022-03-21 09:29:06 +00:00
Xiao Yijun
139a388508
fix(console): api resource table data style (#420) 2022-03-21 14:12:48 +08:00
Wang Sijie
8ae2d7964b
fix(console): add readonly style for text input (#421) 2022-03-21 12:26:16 +08:00
Wang Sijie
c4a0299b1c
feat(console): user details settings (#403) 2022-03-21 11:48:27 +08:00
Charles Zhao
b196d21ca2
Merge pull request #409 from logto-io/charles-log-1804-log-1681-quick-start-guide-ui
feat(console): show get started guide on application creation success
2022-03-18 16:51:00 +08:00
Xiao Yijun
9a9166f45a
fix(console): operation button align in api resource detail (#416) 2022-03-18 08:45:32 +00:00
Charles Zhao
54c80383c6
feat(console): show get started guide on application creation success 2022-03-18 16:15:10 +08:00
Xiao Yijun
3c0ff36817
feat(console): add another for redirect uris in application details (#387) 2022-03-18 16:02:37 +08:00
Wang Sijie
97c3aa37ea
feat(console): change password (#414)
* feat(console): change password

* fix: rename to reset password
2022-03-18 07:46:47 +00:00
Wang Sijie
8144cfee79
feat(console): add styles for code editor (#415) 2022-03-18 15:25:10 +08:00
Wang Sijie
93dee847f6
feat(console): delete user (#406)
* feat(console): delete user

* fix: fix lint

* fix: min width
2022-03-18 03:51:45 +00:00
Wang Sijie
4a73e22d2b
feat(console): add component UnnamedTrans (#401) 2022-03-18 11:20:23 +08:00
Wang Sijie
32b058467c
fix(console): button inline flex (#407)
* fix(console): button inline flex

* fix(console): change to inline-flex in button
2022-03-18 08:46:02 +08:00
Wang Sijie
a3ba8a8065
fix(console): icon button classname (#408) 2022-03-18 08:45:47 +08:00
Gao Sun
f085f08a8e
refactor(console): update sidebar styles (#402) 2022-03-17 17:30:01 +08:00
Wang Sijie
6f3c762632
fix(console): tab nav link font (#399) 2022-03-16 17:21:07 +08:00