소스 검색

Post work PR #1501

maziggy 3 달 전
부모
커밋
e34958c3fa
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      CHANGELOG.md
  2. 1 1
      frontend/src/__tests__/contexts/ThemeContext.test.tsx
  3. 0 0
      static/assets/index-B9TjqVXt.js
  4. 1 1
      static/index.html

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
CHANGELOG.md


+ 1 - 1
frontend/src/__tests__/contexts/ThemeContext.test.tsx

@@ -2,7 +2,7 @@
  * Tests for the ThemeContext system theme detection feature.
  */
 
-import { describe, it, expect, beforeEach, vi } from 'vitest';
+import { describe, it, expect, beforeEach } from 'vitest';
 import { renderHook, act } from '@testing-library/react';
 import { ThemeProvider, useTheme } from '../../contexts/ThemeContext';
 import type { ReactNode } from 'react';

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
static/assets/index-B9TjqVXt.js


+ 1 - 1
static/index.html

@@ -26,7 +26,7 @@
 
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-RpiIrueH.js"></script>
+    <script type="module" crossorigin src="/assets/index-B9TjqVXt.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-y4woBlMv.css">
   </head>
   <body>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.