Squashed 'sample-front-end/' changes from 0881bf1..601ffe4

601ffe4 fix: Refine UI layout and visual elements
4689aaa feat: Add request timeout and cancellation to API calls

git-subtree-dir: sample-front-end
git-subtree-split: 601ffe468a78955839eef6c839314d9b96ea204d
This commit is contained in:
2025-11-28 22:43:39 +09:00
parent 4e91c2acdf
commit 5a29265854
6 changed files with 269 additions and 96 deletions
+1
View File
@@ -55,6 +55,7 @@ export interface PlexConnectionSettings {
token: string;
username?: string;
password?: string;
timeout?: number; // in seconds
}
export interface ApiResponse<T> {