fries icon indicating copy to clipboard operation
fries copied to clipboard

WIP v2.1.0

Open jaunesarmiento opened this issue 10 years ago • 5 comments

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)

jaunesarmiento avatar Mar 12 '14 19:03 jaunesarmiento

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?

eyecatchup avatar Mar 12 '14 19:03 eyecatchup

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.

jaunesarmiento avatar Mar 12 '14 19:03 jaunesarmiento

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?

eyecatchup avatar Mar 12 '14 19:03 eyecatchup

Yeah, sure thing. :)

jaunesarmiento avatar Mar 12 '14 19:03 jaunesarmiento

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 :)

ManZzup avatar Mar 27 '14 02:03 ManZzup