feeluown / FeelUOwn

trying to be a robust, user-friendly and hackable music player
http://feeluown.readthedocs.io
GNU General Public License v3.0
3.54k stars 597 forks source link

gui: introduce ClickableMixin #787

Closed cosven closed 10 months ago

cosven commented 10 months ago
  1. click the accordion header can fold/unfold contents
  2. click the cover label to show/hide nowplaying overlay (demo)
    • [ ] add unittest
coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 7687171277


Changes Missing Coverage Covered Lines Changed/Added Lines %
feeluown/gui/uimain/player_bar.py 7 9 77.78%
feeluown/gui/uimain/nowplaying_overlay.py 16 22 72.73%
feeluown/gui/widgets/accordion.py 3 9 33.33%
feeluown/gui/helpers.py 12 29 41.38%
<!-- Total: 41 72 56.94% -->
Files with Coverage Reduction New Missed Lines %
feeluown/gui/widgets/accordion.py 1 29.27%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 7678294412: 0.008%
Covered Lines: 8635
Relevant Lines: 15658

💛 - Coveralls