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

[feat](gui): customizable homepage #883

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

cosven
Copy link
Member

@cosven cosven commented Nov 17, 2024

config.ENABLE_NEW_HOMEPAGE = True
config.NEW_HOMEPAGE_SETTINGS = {
            'contents': [
                {'name': 'RecListDailySongs', 'provider': 'netease'},
                {'name': 'RecListDailyPlaylists', 'provider': 'qqmusic'},
                {'name': 'RecACollectionOfSongs', 'provider': 'qqmusic'},
            ]
        },

image

@coveralls
Copy link

coveralls commented Nov 17, 2024

Pull Request Test Coverage Report for Build 11879272023

Details

  • 40 of 111 (36.04%) changed or added relevant lines in 6 files are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.1%) to 56.959%

Changes Missing Coverage Covered Lines Changed/Added Lines %
feeluown/gui/helpers.py 1 2 50.0%
feeluown/gui/widgets/img_card_list.py 5 7 71.43%
feeluown/gui/widgets/song_minicard_list.py 5 7 71.43%
feeluown/gui/widgets/selfpaint_btn.py 3 9 33.33%
feeluown/gui/pages/homepage.py 19 79 24.05%
Files with Coverage Reduction New Missed Lines %
feeluown/gui/uimain/sidebar.py 1 56.58%
feeluown/gui/pages/homepage.py 3 27.75%
Totals Coverage Status
Change from base Build 11870871524: -0.1%
Covered Lines: 9875
Relevant Lines: 17337

💛 - Coveralls

@cosven cosven merged commit 8ce27ca into feeluown:master Nov 17, 2024
7 of 9 checks passed
@cosven cosven deleted the customized-homepage branch November 17, 2024 13:38
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

Successfully merging this pull request may close these issues.

2 participants