Skip to content
New issue

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

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

Already on GitHub? # to your account

ナビゲーションバーが左/右の場合に操作できなくなるメニューが存在する #2500

Closed
tkmrgit opened this issue Dec 2, 2023 · 2 comments

Comments

@tkmrgit
Copy link

tkmrgit commented Dec 2, 2023

💡 Summary

ナビゲーションバーが左/右設定の場合、ページ及びルーム機能がメニューにないため呼び出すことができない

🙂 Expected Behavior

ナビゲーションバーが左/右設定の場合でもすべてのメニューが呼び出せる

☹️ Actual Behavior

ナビゲーションバーが左/右設定の場合は一部のメニューが呼び出せない

📝 Steps to Reproduce

1.Misskeyを開く
2.設定からデザイン→ナビゲーションバーを左・右にする
3.Wow

📌 Environment

11.37.1-20231128072711

@mei23
Copy link
Owner

mei23 commented Dec 2, 2023

v10だと直したけどいまさらこっち直すのめんどくさいのだわ

@tkmrgit
Copy link
Author

tkmrgit commented Dec 2, 2023

<div class="pages" :class="{ active: $route.name == 'pages' }">
<router-link to="/i/page"><fa :icon="faStickyNote"/></router-link>
</div>
<div class="room" :class="{ active: $route.name == 'room' }">
<router-link :to="`/@${ $store.state.i.username }/room`"><fa :icon="faDoorOpen"/></router-link>
</div>

※v10のソースからの見様見真似 https://github.com/mei23/misskey-v11/blob/mei-v11/src/client/app/desktop/views/components/ui.sidebar.vue にこれ追加いけるかしら。これだと動かないか他にもしにゃいといけにゃかったら私には理解不能かも

@mei23 mei23 closed this as completed in 0c2490d Dec 2, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants