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

Pull UI from the library and into UIKit #30

Open
joshbruce opened this issue Jul 31, 2020 · 0 comments
Open

Pull UI from the library and into UIKit #30

joshbruce opened this issue Jul 31, 2020 · 0 comments

Comments

@joshbruce
Copy link
Member

Describe the feature

Working on registration and authentication patterns for other sites.

I would like to pull the UI part of this library. A year view and a month view. Or, possibly something more generic.

A calendar with type() might be worth exploring.

UIKit::calendar()->month();

UIK::calendar()->year();

If other view types are introduced they could easily be added. Want to continue avoiding using constants.

Might also allow further configuration related to the header mainly:

// defaults to true, true
UIKit::calendar()->nextAndPrevious(true, false);

// defaults to false
UIKit::calendar()->selectMonth();

// defaults to false
UIKit::calendar()->selectYear();

Why is this feature necessary?

I would like to see the primary purpose of this library as being the data handler portion rather than the UI portion.

Describe alternatives you've considered

Leave it as-is, which seems to hinder updating or gaining full understanding in one sitting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant