feat: [downloader] 利用規約の表示を改善する#1006
Merged
qryxip merged 5 commits intoVOICEVOX:mainfrom Feb 15, 2025
Merged
Conversation
bc4f988 to
b0904f4
Compare
qryxip
commented
Feb 13, 2025
Hiroshiba
reviewed
Feb 15, 2025
Member
Hiroshiba
left a comment
There was a problem hiding this comment.
良い感じだと思います!!
ちょっと相談です!!
ページングの一番上の行でこんな感じの案内するのどうでしょう?
ダウンロードには以下の利用規約への同意が必要です。
(矢印キーで移動、q で終了)
なんで利用規約が表示されてるのかの意図を書くのと、あとページャーの簡単な使い方を案内しとくのどうかな~と!
Member
Author
ターミナルに十分な縦幅があることによりページングが行われなかった場合: ページングが行われた場合: |
Member
Hiroshiba
approved these changes
Feb 15, 2025
Member
Hiroshiba
left a comment
There was a problem hiding this comment.
LGTM!!
とりあえず現状+2行目に操作方法書く形であればLGTM!
変更するときはrereviewしていただけると!!(見てみたい)
Member
Author
|
ああなるほど、そうなるんですねぇ… というわけで: |
Hiroshiba
approved these changes
Feb 15, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 15, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 15, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 15, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 15, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 15, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 15, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 16, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 16, 2025
qryxip
added a commit
to qryxip/voicevox_core
that referenced
this pull request
Feb 16, 2025
qryxip
added a commit
that referenced
this pull request
Mar 13, 2025
#1006 の副産物。deny.tomlの`graph.targets`をチェックする。 Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




内容
batでくっつけて表示する。minusによるページング表示を行う。それに伴いyとnに加えてrを追加。rを選ぶともう一度ページングが始まる。関連 Issue
Resolves: #1000
その他