misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
10.09k stars 1.38k forks source link

enhance(frontend): デッキ表示時にサイドバーを展開・折りたたみできるように #14983

Closed samunohito closed 4 days ago

samunohito commented 5 days ago

What

デッキ表示時のサイドバーに小さな矢印ボタンを追加し、サイドバーを展開・折りたたみ出来るようにしました。この機能は常に広げておきたい人、常に折りたたんでおきたい人向けというよりも、状況に応じて頻繁に切り替えたい人向けの機能です。 image

Why

fix https://github.com/misskey-dev/misskey/issues/14981

Additional info (optional)

実際にローカルで動作確認

Checklist

samunohito commented 5 days ago

issueたてて即prしてるゆえに要否判断も何もない状態ですが、不要であれば遠慮なくcloseください。

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 0% with 64 lines in your changes missing coverage. Please review.

Project coverage is 19.13%. Comparing base (eef0c89) to head (5e59f51). Report is 12 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/ui/_common_/navbar.vue 0.00% 64 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14983 +/- ## ============================================ - Coverage 41.67% 19.13% -22.54% ============================================ Files 1565 727 -838 Lines 203008 103687 -99321 Branches 3678 992 -2686 ============================================ - Hits 84596 19843 -64753 + Misses 117840 83289 -34551 + Partials 572 555 -17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

samunohito commented 5 days ago

firefoxだとスクロールバーと干渉することが分かったので少し修正します

syuilo commented 5 days ago

デザインは自分がいい感じ™︎にしときます

samunohito commented 5 days ago

オッ

よろしくお願いします!

syuilo commented 5 days ago

Animation3

samunohito commented 5 days ago

sugoi

syuilo commented 5 days ago

(スクロールバーは左に表示するようにした)

syuilo commented 4 days ago

👍🏻

kakkokari-gtyih commented 5 hours ago

画面幅が広→狭に変わった場合自動で折りたたみ状態に変わるほうが良さそうではある

syuilo commented 5 hours ago

そうなってないかしら