-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
enhance(frontend): チャンネルへのノート投稿導線を改善 #13028
base: develop
Are you sure you want to change the base?
enhance(frontend): チャンネルへのノート投稿導線を改善 #13028
Conversation
…l-everywhere-fix Feature/post channel everywhere fix
…/default-post-target-detect-from-path
…/post-channel-everywhere
@mesichicken 元のやつがOpenになった |
おっふ |
あら |
なおせちゃったら直しちゃってください! |
@kakkokari-gtyih |
元のほうが閉じられたのでこっちベースで進めましょうか |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13028 +/- ##
===========================================
- Coverage 18.81% 18.80% -0.01%
===========================================
Files 766 767 +1
Lines 111337 111513 +176
Branches 1234 1235 +1
===========================================
+ Hits 20947 20969 +22
- Misses 89801 89954 +153
- Partials 589 590 +1 ☔ View full report in Codecov by Sentry. |
これだとチャンネルを開いている時にチャンネル外に投稿する手段がなくなりそう? |
デッキUIでないケースでは、それで良いのではないかと思います…? 一つの選択肢としては、#12687 も加えて、非デッキUIでのチャンネル表示時はデフォルトの公開範囲がそのチャンネルになるが、公開範囲を変えられるのでチャンネル外にも投稿出来るようにする、とかでしょうか…? |
チャンネル開きながらチャンネル外に投稿するシチュエーションは普通にあるわね |
あたらしくふえたfavoritedChannelsCacheを使うようにした |
Co-authored-by: LIVE THE@TER NET <[email protected]>
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
見る(改善できそうなら手を入れてもいいのかしら) |
/preview 1800 |
テストがあるとよさそうだわね |
…-target-detect-from-path
コンフリクト解消 |
Fix #10762
Fix #12711
Fix #12712
Fix #14549
What
開いているページ(mainRouter)がチャンネルのとき、そのチャンネルを投稿先にしたいです
290973888-edc2f8b0-270d-411c-891c-e46a2f92afc5.mov
Why
投稿ボタンが2つあるため間違えが発生しやすく、NとPのショートカットでチャンネルへ投稿できないため
Additional info (optional)
#12688
こちらのPRを再度OPENします。
Checklist