Skip to content
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

AssetGroupやAssetFilterを並び替えやすくする #64

Open
Haruma-K opened this issue Jan 9, 2025 · 0 comments
Open

AssetGroupやAssetFilterを並び替えやすくする #64

Haruma-K opened this issue Jan 9, 2025 · 0 comments

Comments

@Haruma-K
Copy link
Member

Haruma-K commented Jan 9, 2025

課題

  • 現状、AssetGroupやAssetFilterを右クリックしたときのメニューから順番を並び替えることができる
  • 一つ上に移動する「Move Up」と一つ下に移動する「Move Down」メニューを用意している

image

  • これについて、項目が多くなってくると並び替えのために何度もこの操作が必要になり、やりづらいという意見をもらっている

解決策

  • ドラッグで並び替えられるのが理想的なUXではあるが、大きな変更が必要になる
  • ので以下のようにするのがいいのではないかと思っている
    • 「Move Up」や「Move Down」とは別に「Move Up By > (個数)」「Move Down By > (個数)」メニューを作る
    • 「>」はメニューの階層化(下図)を表現しています
    • 「(個数)」は1,2など「いくつ移動させるか」を表す数値。移動可能な値だけ表示
    • 移動不可能な場合はメニューをグレーアウト
image

その他注意点

  • AssetGroupとAssetFilterの両方についてそれぞれ実装が必要になると思います
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant