Merge branch 'main' into settings-page
All checks were successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
This commit is contained in:
commit
1302826ba8
9 changed files with 153 additions and 75 deletions
|
@ -72,3 +72,14 @@ export interface StatsResponse {
|
|||
email_verification_required: boolean,
|
||||
build_number: string
|
||||
}
|
||||
|
||||
export interface ScrollPosition {
|
||||
scrollHeight: number,
|
||||
scrollWidth: number,
|
||||
scrollTop: number,
|
||||
scrollLeft: number
|
||||
offsetHeight: number,
|
||||
offsetWidth: number,
|
||||
offsetTop: number,
|
||||
offsetLeft: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue