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

Schedule default day is a lie :) #78

Open
jaymzh opened this issue Mar 11, 2023 · 0 comments · May be fixed by #93
Open

Schedule default day is a lie :) #78

jaymzh opened this issue Mar 11, 2023 · 0 comments · May be fixed by #93
Assignees
Labels
bug implemented feature that is not working properly

Comments

@jaymzh
Copy link
Collaborator

jaymzh commented Mar 11, 2023

So it looks like even though we "highlight" thursday on the schedule by default now, it's actually NOT thursday, it's still all days.

From @KyleTownsend74:

my bad, that was probably an oversight on my part. I don't have access to my PC right now so I can't test this, but this may be fixed by placing the following code in the ColumnLayout of ScheduleFilter.qml:

Component.onCompleted: {
    currentDay = "thursday";
    if(listRef){
        listRef.positionViewAtBeginning();
    }
}
@jaymzh jaymzh added bug implemented feature that is not working properly 20x-blocker labels Mar 11, 2023
@42flyingfish 42flyingfish linked a pull request Feb 1, 2024 that will close this issue
@42flyingfish 42flyingfish linked a pull request Feb 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug implemented feature that is not working properly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants