-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): Add query string parameters to MinimapApiClient render request
The `MinimapApiClient` now includes query string parameters in the render request. The `replayId` and `targetedPlayerId` are added to the query string if they are provided. fix(api): Create public access container in MinimapRenderingService The `MinimapRenderingService` now creates a container with public access when it doesn't exist. This ensures that the rendered minimap videos can be accessed by external clients. refactor(api): Update logging message in MinimapRenderingService The logging message in the `MinimapRenderingService` has been updated to include the target player ID when rendering a minimap for a replay post. fix(api): Upload minimap using Azure Blob Storage SDK The minimap is now uploaded using the Azure Blob Storage SDK instead of directly calling the upload method on the container client. This provides better control over overwrite behavior and allows for cancellation of the upload operation. fix(app): Display minimap video in view post component The view post component now displays the minimap video if it is available for a post. The video is displayed using an HTML5 `<video>` element with controls, autoplay, and loop attributes. style(theme): Update body background color The body background color has been updated from `#1a1a1a` to `#111111`. This change improves contrast and enhances readability.
- Loading branch information
1 parent
7a044a7
commit fbd7ac9
Showing
5 changed files
with
42 additions
and
16 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
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
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