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:
Alex
2022-12-17 16:08:18 -06:00
committed by GitHub
parent efa1781eb6
commit e116f17c43
17 changed files with 190 additions and 70 deletions

1
web/src/app.d.ts vendored
View File

@ -16,5 +16,6 @@ declare namespace svelte.JSX {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface HTMLAttributes<T> {
oncopyImage?: () => void;
onoutclick?: () => void;
}
}