fries
fries copied to clipboard
WIP v2.1.0
Hiatus is up! Time to work on v2.1.0
. Any help is welcome.
Here's a list of features and fixes that will be included in v2.1.0
:
- [x] Holo Light theme
- [ ] Implement navigation drawer (#49)
- [ ] Implement scrollable tabs (#24)
- [ ] Implement
<textarea>
form element. Its style should look like the<input>
element but grows vertically when text is long. (#8) - [ ] Fix switches (Issues #86, #66)
- [ ] Fix radio buttons (Issue #86, #66)
- [ ] Fix checkboxes (Issues #85, #86)
- [ ] Fix keyboard overlapping fields of a form (Issue #80)
Any ETA for v2.1? Need help? If so; What points from your list are you currently working on and/or have a working implementation already? Or can I take on any of the points above, fix it and submit a PR?
I'm currently working on all of the fixes. All new features haven't been touched yet. :) As for ETA, two weeks from now would be nice. I'm pretty busy during the day but I can work on them when I'm at home.
Sounds great. No stress; take your time. I know what it means working all day long and maintaining open source projects in the free time. We'Re all thankful for your work and it takes the time it takes. ;-)
So, would you mind me starting on a sidebar nav implementation?
Yeah, sure thing. :)
erm i did a drawer [left and right] with push/overlay and with onswipe for a extension of fries [had to make a framework for a project of mine], it's here https://github.com/ManZzup/thf, if you like it i can send a pull request :)