mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-07 04:59:09 +00:00
Improve user settings (#2087)
Make the user settings tabbed as well, currently only holding "Settings" (language) and "API". Can be extended with user secrets (#1739) etc. later.   --------- Co-authored-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
2
web/components.d.ts
vendored
2
web/components.d.ts
vendored
@@ -101,6 +101,8 @@ declare module '@vue/runtime-core' {
|
||||
Tab: typeof import('./src/components/layout/scaffold/Tab.vue')['default']
|
||||
Tabs: typeof import('./src/components/layout/scaffold/Tabs.vue')['default']
|
||||
TextField: typeof import('./src/components/form/TextField.vue')['default']
|
||||
UserAPITab: typeof import('./src/components/user/UserAPITab.vue')['default']
|
||||
UserGeneralTab: typeof import('./src/components/user/UserGeneralTab.vue')['default']
|
||||
Warning: typeof import('./src/components/atomic/Warning.vue')['default']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user