-
Notifications
You must be signed in to change notification settings - Fork 40
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
メニューを開くボタンをトグルにする #4137
メニューを開くボタンをトグルにする #4137
Conversation
Preview (prod) → https://4137-prod.traq-preview.trapti.tech/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4137 +/- ##
=======================================
Coverage 86.35% 86.35%
=======================================
Files 66 66
Lines 4719 4719
Branches 564 564
=======================================
Hits 4075 4075
Misses 638 638
Partials 6 6 ☔ View full report in Codecov by Sentry. |
3番目を直したら4番目が壊れた |
↑の翻訳 |
stopPropagationしたらaタグで遷移しちゃうって話だったから、 traQ_S-UI/src/components/Main/NavigationBar/ChannelList/ChannelElement.vue Lines 97 to 101 in 6b1ea3f
ただ、a11y的にはあんまりよくないので、できれば別の方法を考えたい |
そもそもaタグの中にボタンみたいなものが入っているのが間違ってるので、三点リーダーのボタンはrouter-linkの兄弟に置いてdisplay: absoluteで上に重ねるとかがいいかも |
大変そうなら一旦9点リーダーボタンとチャンネルのコンテキストメニューだけでPR作っちゃってもOKです! |
できたはず acctiveelementが何かわからなかったそこのテストができてない |
@mehm8128 rereqができなかったからmention:gomen: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
だいぶ前で忘れちゃったんですけど、今の状態ってどこもtoggleできない(開いてる状態でクリックしても閉じてくれない)気がするんですけど僕の環境だけですか?
マージが原因でなんかすべてが吹き飛んでた |
4cb83f7
to
eec6b5c
Compare
masterを取り込んだ瞬間にすべてが破壊される |
別に上書きも起きてないし分からず |
master マージする前 general.-.traQ.-.Google.Chrome.2023-12-28.11-44-01.mp4 |
db5ab5c
to
1a6b8d7
Compare
:kan: |
三点とか9点部分clickからmousedownにしても使用感ほとんど変わらないはずという考えで書いた |
mousedownにするのは個人的にはあんまりやりたくないですね🤔
|
This reverts commit 1a6b8d7.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
importの順序変わって余計な差分出てそうなので直してほしいです(機能の差分が分かりづらくてレビューしづらいので)
これなんで発生してるのかわからんくて困ってる |
保存時に勝手に入れ替わるなら拡張機能のせいか、手元のglobalなprettier or eslintの設定が変に効いちゃってるとかだと思います |
@mehm8128 .containerと.iconのやつ直しました |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
それ自分の環境(pixel4a)だともとからできないが |
あれ、ほんとだ |
re-req投げれば良い感じ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
じゃあ問題なさそうです
#3773