mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: support and feedback modal with third party support (#13056)
This commit is contained in:
parent
ecb5cb00eb
commit
3eccff4306
10 changed files with 274 additions and 8 deletions
|
|
@ -917,6 +917,10 @@ export type ServerAboutResponseDto = {
|
|||
sourceCommit?: string;
|
||||
sourceRef?: string;
|
||||
sourceUrl?: string;
|
||||
thirdPartyBugFeatureUrl?: string;
|
||||
thirdPartyDocumentationUrl?: string;
|
||||
thirdPartySourceUrl?: string;
|
||||
thirdPartySupportUrl?: string;
|
||||
version: string;
|
||||
versionUrl: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue