Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ストーリー作成タブを追加 #37

Merged
merged 8 commits into from
Apr 30, 2024
Merged

ストーリー作成タブを追加 #37

merged 8 commits into from
Apr 30, 2024

Conversation

miyaji255
Copy link

No description provided.

@miyaji255 miyaji255 linked an issue Apr 28, 2024 that may be closed by this pull request
@miyaji255 miyaji255 marked this pull request as ready for review April 29, 2024 14:45
@miyaji255 miyaji255 requested a review from aiueo-1234 April 29, 2024 14:45
KoeBook/appsettings.json Outdated Show resolved Hide resolved

namespace KoeBook.Core.Contracts.Services;

public interface IStoryCreaterService

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creater->Creator

KoeBook.Core/Contracts/Services/IStoryCreatorService.cs Outdated Show resolved Hide resolved
KoeBook/Views/CreateStoryPage.xaml Outdated Show resolved Hide resolved
KoeBook/Views/ShellPage.xaml Outdated Show resolved Hide resolved
{
private readonly IGenerationTaskService _generationTaskService;
private readonly IDialogService _dialogService;
private readonly IStoryCreaterService _storyCreaterService;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

誤字修正漏れですCreater->Creator

Copy link

@aiueo-1234 aiueo-1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miyaji255 miyaji255 merged commit ab1eef1 into main Apr 30, 2024
2 checks passed
@miyaji255 miyaji255 deleted the feat/#29 branch April 30, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

小説自作タブの追加
2 participants