Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-20 01:11:46 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
545b206076f376e43a8dfdc108801a874305c85c
immich/web/src/lib/components/admin-page/settings/admin-settings.ts

8 lines
250 B
TypeScript
Raw Normal View History

refactor(web): admin settings (#6177) * refactor admin settings * use slots to render buttons in simplified template settings * remove more boilerplate by looping over components * fix: onboarding * fix: reset/reset to default * remove lodash since it is unecessary * chore: standardize padding and margins --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-01-12 18:44:11 +01:00
import type { ResetOptions } from '$lib/utils/dipatch';
refactor(web) open api client (#7103) * refactor: person api * refactor: shared link and others
2024-02-14 08:09:49 -05:00
import type { SystemConfigDto } from '@immich/sdk';
refactor(web): admin settings (#6177) * refactor admin settings * use slots to render buttons in simplified template settings * remove more boilerplate by looping over components * fix: onboarding * fix: reset/reset to default * remove lodash since it is unecessary * chore: standardize padding and margins --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-01-12 18:44:11 +01:00
export type SettingsEventType = {
reset: ResetOptions & { configKeys: Array<keyof SystemConfigDto> };
save: Partial<SystemConfigDto>;
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 202ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API