0
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding some documentation to calendar.js More... over 11 years ago
Tweaked calendar/datepicker Date type-checking More... over 11 years ago
Calendar: added custom CSS styling demo; tweaked so that mousedrag only occurs for left mouse button More... over 11 years ago
updating main readme to account for x-view -> x-layout rename More... over 11 years ago
added x-layout submodule to replace x-view More... over 11 years ago
removing view submodule More... over 11 years ago
Calendar: added notoggle attribute More... over 11 years ago
implemented datepicker workaround for event-chain-breaking caused by calendar total-repaints to allow selection of 'grey' dates in calendar; added hasVisibleDate method to calendar; updated slider demo to show submitted form value More... over 11 years ago
Optimized away calendar rerender when view remains in the same month More... over 11 years ago
modified datepicker.value to always reflect what the value of the polyfill input during polyfill mode (but with the submitted hidden value always validated); added submitValue accessor to view value that will be submitted; tweaked iso helper to account for cases with 3-digit years More... over 11 years ago
implemented datepicker client-side validation; calendar tweaked to allow programmatic removal of chosen dates; slider tweaked to check for e.key and e.keycode instead of just e.keycode More... over 11 years ago
Calendar: adding datetap event, optimizing calendar render to minimize how many times we have to wipeout and recreate the day nodes More... over 11 years ago
Calendar: renamed dateselect/dateremove events, restructured css into more SASS friendly format More... over 11 years ago
Calendar: renamed selected attribute to chosen, as requested More... over 11 years ago
calendar: switched syntax of multi-selection html attribute to use JSON string format instead of custom-rolled More... over 11 years ago
added missing transitionTypes to deck readme because I am a big dumb who cannot copy-paste correctly More... over 11 years ago
Merge branch 'master' of github.com:mozilla/app-components More... over 11 years ago
added barebones polyfill layout of datepicker; changed calendar dateselect to fire whenever a date is selected instead of at the end of a selection-paint; cleaned up 80+ character lines in calendar.js; fixed syntax errors in slider.js More... over 11 years ago
Merge pull request #5 from sole/master More... over 11 years ago
ahh coverLeft was duplicated too *_* More... over 11 years ago
remove duplicated links to transition types More... over 11 years ago
added multiple attribute to calendar in order to allow constraining to a single date; added barebones folder structure for datepicker More... over 11 years ago
calendar: adding manifest and hacking at x-tag core to let accessors with attribute:skip not override setAttribute outside of the setter More... over 11 years ago
calendar: added drag 'painting'-style selection for toggling dates More... over 11 years ago
added multi-selection UI interaction, added range collapsing optimization More... over 11 years ago
added multi-selection support to calendar; added name attribute to slider More... over 11 years ago
Deck: fixed event handler leak caused by typo More... over 11 years ago
Calendar:implementing distinct view date vs selected date attribute; updating core xtag version More... over 11 years ago
Calendar: initial x-calendar commit, basic functionality porting from fortnight,js into component; TODO: hooking up proper date selection More... over 11 years ago
renamed optionbar to togglegroup More... over 11 years ago