mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web) add user setting page (#1115)
* refactoring * refactor * fix naming * Added animation * add user setting page * Add skeleton for user setting page * styling * styling * Spelling
This commit is contained in:
1
web/src/app.d.ts
vendored
1
web/src/app.d.ts
vendored
@@ -16,5 +16,6 @@ declare namespace svelte.JSX {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
interface HTMLAttributes<T> {
|
||||
oncopyImage?: () => void;
|
||||
onoutclick?: () => void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user