-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- src/AzureOpenAIProxy.PlaygroundApp/Components/Layout/NavMenu.razor 변경 내역 제거 - 불필요한 attribute 제거 - PlaygroundApp 프로젝트에 ApiApp 프로젝트를 참조 추가하여 ApiApp.Models.AdminEventDetails 사용 - 테스트 파일 이름 변경 (EventPageTests -> AdminEventPageTests) - AdminEventPageTests 테스트에서 테이블 로드 waiting 시간 변경 (0.2 sec => 2 sec) - EventDetailElemComponent 에서 SubText property의 타입을 nullable로 변경
- Loading branch information
Showing
5 changed files
with
10 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/AzureOpenAIProxy.PlaygroundApp/Components/Pages/Events.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
@page "/events" | ||
@attribute [StreamRendering] | ||
|
||
@using AzureOpenAIProxy.PlaygroundApp.Components.UI.Admin | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters