neithern / g4music

A light weight music player written in GTK4, with a fluent adaptive user interface.
https://gitlab.gnome.org/neithern/g4music
GNU General Public License v3.0
195 stars 15 forks source link

There should be a back button on headerbar of playing list panel #3

Closed lumingzh closed 2 years ago

lumingzh commented 2 years ago

The GTK4 plus libadwaita are designed for adaptive UI that can be used on mobile device. So, I think there should be a back button on headerbar of playing list panel to let user back when the window in mobile mode, not just press Esc. And shuffle button placed in play/main panel maybe better.

Thank you.

lumingzh commented 2 years ago

播放列表的排序按钮依然有问题,0.4.0 版本在菜单选项前面加了单选框,但是不知道是按钮的 API 用错了还是 bug,单选框并不会显示选择的选项。

lumingzh commented 2 years ago

我还是建议把排序挪到播放界面,可以和重复播放功能合并改成选单,类似 lollypop 那种。播放列表上建议还是加个返回按钮。

daudix commented 2 years ago

同意应该有一个后退按钮,但不确定其余的

neithern commented 2 years ago

"back button on headerbar" done.

daudix commented 2 years ago

Amazing!