-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add points filter & checkboxes #61
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for myroutebuddy ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@dom-elves I like this, but can you make it so that by default, all tasks show? You can have a checkbox with "Show All" and have it pre-filled. The user can then un-check "Show All" and then check whatever point option they want (10, 30, and so on). |
@KennethLuczko Haven't managed to get it so boxes are checked by default. Vue behaves strangely if you have a checkbox bound to a data property, you lose the ability to just add the html Did however manage to add a computed property that should just add more checkboxes relative to task points when Jagex update their API tomorrow! |
Gotcha, my only concern is that a user would not be able to intuitively tell how to get tasks to show up. |
Possible, though unlikely I'm gonna have much time to look into it now, not until next week at least! |
No worries, going to keep it open for the meanwhile, once it's added we can rebase and merge |
Found the time, could do with a refactor but at least it's working |
Adds a simple points filter to the task list.