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

Changes to allow past date selection, plus various other improvements/clean up #2

Open
wants to merge 4 commits into
base: setDateTime
Choose a base branch
from

Conversation

atironati
Copy link

penquinsarecool

This pull request does a lot of things, which will be detailed below (in detail) once I feel like it

  • Allows selection of dates in the past by implementing a hash-based representation of months in the calendar
  • Adds highlighting to input of active date selector (start/end)
  • Switches colors of start and end date representations, because I believe green is better suited as a start date identifier
  • Adds the start-end-date.gif as a base-64 encoded image in the css, so users don't have to worry about copying over the image into their projects
  • Cleans up some unused/extraneous code

Edit: Feel free to tear my work apart, I'm sure this is ripe for the jinging

@@ -0,0 +1,74 @@
$(function() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put this file in the pr just so you could see how I configured calendeer for CM2, and to see if you thought any of this stuff should just be added to calendeer itself

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

Successfully merging this pull request may close these issues.

2 participants