0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
Commit graph

53 commits

Author SHA1 Message Date
simeng-li
f6f562a8ba
feat(core): add welcome route (#1080)
* feat(core): add welcome route

add welcome route

* fix(ui): fix some koa middleware

fix some koa middleware

* fix(core): ut fix

ut fix

* refactor(core): refactor welcome user guard

refactor welcome user guard
2022-06-09 11:42:52 +08:00
Wang Sijie
04211957e1
feat(console): log details page (#1064) 2022-06-08 15:58:50 +08:00
Charles Zhao
ed1142e67a
refactor(console): lazy loading admin console routes 2022-06-07 21:33:53 +08:00
Charles Zhao
db59e3c6d7
fix(console): stop swr retry on error 401 and 403 2022-06-07 16:45:32 +08:00
Wang Sijie
88e2120e25
fix(console): wrap routes with appcontent (#1052) 2022-06-06 17:14:08 +08:00
Gao Sun
91e2f055f2
feat(demo-app): implementation (3/3) (#1021)
* feat(core): seed demo app for fresh DB

* feat(core): throw 404 when demo app deleted

* fix(core): import

* fix: lockfile
2022-06-02 07:32:46 +00:00
Wang Sijie
fdd12de1cf
feat(console): audit log table (#1000) 2022-06-01 16:54:24 +08:00
Charles Zhao
ba13ea06e5
refactor(console): add AppBoundary in admin console 2022-06-01 16:14:15 +08:00
Wang Sijie
28e09b6994
feat(console): init dashboard (#1006) 2022-06-01 14:01:40 +08:00
Gao Sun
7f4f4f84ad
feat(demo-app): implementation (#982)
* feat(demo-app): init card

* feat(demo-app): ui

* feat(demo-app): sign in using React SDK

* fix: typo
2022-05-31 04:39:03 +00:00
Gao Sun
43d4fd23fd
refactor: remove AC client dependency (#917)
* refactor: remove AC client dependency

* refactor: admin console URL and management API indicator

* fix: typo
2022-05-23 11:18:48 +00:00
Charles Zhao
a814e2c829
fix(console): upgrade react-sdk 0.1.7 2022-05-18 10:13:31 +08:00
Charles Zhao
32facc6e89
fix(console): fix infinite loading issue when not authenticated 2022-05-16 14:18:58 +08:00
Charles Zhao
4020096319
Merge pull request #825 from logto-io/charles-log-2423-add-page-skeletons-for-tables-and-details
feat(console): add page loading skeleton to data table and detail pages
2022-05-16 13:20:18 +08:00
Charles Zhao
2a738376ea
refactor(console): adjust dark theme styles per updated UX design 2022-05-14 20:51:55 +08:00
Charles Zhao
9b8658d9c1
feat(console): add page loading skeleton to data table and detail pages 2022-05-13 21:30:00 +08:00
Charles Zhao
7fd42fdaa1
feat(console): hide get-started page on clicking 'Hide this' button 2022-05-13 00:43:24 +08:00
Charles Zhao
979076769a
feat(console): implement get started page 2022-05-10 12:47:35 +08:00
Charles Zhao
3f25d4e6f6
fix(console): call settings API after user authentication 2022-05-06 16:21:22 +08:00
Charles Zhao
adeb62e739
Merge pull request #722 from logto-io/charles-log-2339-promote-ErrorBoundary-to-highest-level
refactor(console): promote error boundary to highest level
2022-05-06 09:54:14 +08:00
Charles Zhao
ade40e1e15
chore(console): update react sdk to v0.1.5 2022-05-05 21:01:58 +08:00
Charles Zhao
c7344c2175
fix(console): fetch settings with swr on app init 2022-05-05 18:42:10 +08:00
Charles Zhao
2ed7b39214
refactor(console): promote error boundary to highest level 2022-05-05 13:24:01 +08:00
Charles Zhao
048290b49f
feat(console): integrate admin console language settings 2022-05-02 14:52:56 +08:00
Charles Zhao
a04f818ffb
feat(console): integrate dark mode settings 2022-05-01 01:08:03 +08:00
Wang Sijie
96848e6b0f
feat(console): page settings (#612) 2022-04-24 11:46:35 +08:00
wangsijie
660352c439
feat(console): init sign in exp page 2022-04-12 15:38:33 +08:00
Charles Zhao
8aaf3c0051
refactor(console): promote and re-use get-started component 2022-04-02 12:34:24 +08:00
Gao Sun
5c89fe7cec
feat(console): not found page (#395) 2022-03-16 07:49:30 +00:00
Gao Sun
1bc9568083
feat(console): send access token in requests (#386)
* feat(console): send access token in requests

* fix(console): upgrade SDK and fulfill resources

* fix(console): build
2022-03-16 07:34:03 +00:00
wangsijie
f0ff2b3906
feat(console): user details header 2022-03-15 14:00:02 +08:00
Gao Sun
4d9fdeb391
refactor(console): update per review 2022-03-15 13:46:51 +08:00
Gao Sun
b9dab8a9da
fix(console): connect sign in with core 2022-03-15 13:46:50 +08:00
Gao Sun
38d8196794
feat(console): integrate React SDK 2022-03-15 13:46:49 +08:00
Xiao Yijun
22a6278a9b
feat(console): application details settings (#381) 2022-03-15 12:42:42 +08:00
Wang Sijie
f0ab8f0c96
feat(console): init users page (#380) 2022-03-14 17:13:24 +08:00
Gao Sun
33fa309064
feat(console): show toast after app created (#354)
* feat(console): show toast after app created

* feat(console): use css var for shadow
2022-03-10 12:52:56 +08:00
Xiao Yijun
05bbc9c2d3
feat(console): api resource details (#352) 2022-03-09 17:56:50 +08:00
Wang Sijie
dab3c12bea
feat(console): connector details header (#348) 2022-03-09 15:54:46 +08:00
Wang Sijie
88053163e6
feat(console): connectors (#338)
* feat(console): connectors

* refactor: connector row
2022-03-09 12:32:44 +08:00
Gao Sun
71e5da6216
feat(console): app details header (#327)
* feat(console): init app details

* feat(console): loading app details from api

* fix(console): back to app i18n

* refactor(console): add img placeholder alt
2022-03-08 14:53:49 +08:00
Wang Sijie
387ee50684
feat(console): init connectors (#332) 2022-03-08 11:10:46 +08:00
Wang Sijie
12769e277b
feat(console): init connector page (#331) 2022-03-07 13:58:07 +08:00
Gao Sun
bb1d3c0a37
feat(console): retrieve applications from api (#320)
* feat(console): retrieve applications from api

* fix(console): i18n key

* fix(console): update per review
2022-03-04 17:26:34 +08:00
Gao Sun
92a40a4e6c
feat(console): applications layout (#316)
* feat(console): applications layout

* feat(console): button disabled style
2022-03-04 12:47:02 +08:00
Gao Sun
ab15ee8555
feat(console): init api resources (#313) 2022-03-03 17:44:25 +08:00
Gao Sun
9e0f60ebc8
fix(console): set base url when needed (#312)
* fix(console): set base url when needed

* fix(console): replace `a` with `Link`

* refactor(console): update var name
2022-03-03 15:44:42 +08:00
Gao Sun
b9b3637300
feat(console): theme (#311)
* feat(console): theme

* feat(console): use css var for font
2022-03-03 07:15:33 +00:00
Gao Sun
cc8bb825fb
feat(console): active tab by route (#309)
* feat(console): active tab by route

* refactor(console): export sidebar utils and consts in index
2022-03-03 07:02:30 +00:00
Gao Sun
c782a7db8b
refactor(console): update per review 2022-03-01 22:59:02 +08:00