ui: slide{Up,Down,Left,Right} should slide as much as possible
Open
help wanted
- Dominant language
- Go
- Stars
- 60
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Right now these four functions try to slide by the given delta value. If they cannot slide by that amount, they don't move and return false. Instead, they should try to slide as much as possible up to delta. This has two benefits: 1) often if each frame slides a bit, it can amount to enough further up the recursion stack, 2) frames will be able to slide flush with the side of the window.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.