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

feat(date range): added start and end date #60

Closed
wants to merge 76 commits into from
Closed
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
87a325e
selectedstart/end and selectedEnd on CSS
Dec 18, 2019
2e8075a
selectedStart/End
Dec 18, 2019
00ab7ca
feat(dateRange): added dateRange
Dec 18, 2019
e724cdb
bug: start couldn't be later than today
Dec 18, 2019
5df9bac
feat: added visuals in between dates
Dec 18, 2019
946a7b1
linting and clean-up of registerSelection
Dec 19, 2019
bc16713
linting on isDateBetweenSelected func
Dec 19, 2019
e10943f
ran npm run lint -- --fix
Dec 19, 2019
1e4fcaa
fix for when daterange is false
Dec 19, 2019
267e1a6
eslint
Dec 19, 2019
4c62266
eslint-disable-next-line
Dec 19, 2019
e9ec827
getTime instead of getDate/Month/Fullyear
Dec 19, 2019
e1823b0
Apply suggestions from code review
Grotlo Dec 20, 2019
d9fa118
bool instead of counter
Dec 20, 2019
923ccd7
linting
Dec 20, 2019
9c84102
dateRange overrides isToday
Dec 20, 2019
948fe9a
style fixes for betweenSelected
Jan 7, 2020
37fa6b8
ran lint -- --fix
Jan 7, 2020
07b3c62
Merge branch 'master' into date-range
Grotlo Jan 7, 2020
10812d7
month selector visual bug fix
Jan 7, 2020
477c026
Merge branch 'date-range' of https://github.com/Grotlo/svelte-calenda…
Jan 7, 2020
665b611
bug fix: date range not active when not set
Jan 7, 2020
47f8560
ran lint -- --fix
Jan 8, 2020
a5336ce
two months visible on screen
Jan 8, 2020
ab8d22b
testing possibility
Jan 8, 2020
a7fe8f0
bug fix: canDecrementMonth
Jan 8, 2020
dabbda6
fixed monthSelected and label for second month
Jan 8, 2020
9a0b7ab
ran lint -- --fix
Jan 8, 2020
b1dd4e4
lint -- --fix
Jan 8, 2020
e6d7b60
transition between months
Jan 9, 2020
89888ed
test and etc
Jan 9, 2020
93888c1
prev review comment
Jan 9, 2020
9b821bb
reverted weekStart change
Jan 9, 2020
c9d4a77
sizing bug on hover with chrome
Jan 10, 2020
7c7e12b
as its own component
Jan 10, 2020
f5ac1e7
reverted all the changes
Jan 10, 2020
db4e820
test and bundle
Jan 10, 2020
88f2aeb
spacing and start and end properties
Jan 10, 2020
c27a30e
spacing
Jan 10, 2020
b8f9590
end-space
Jan 10, 2020
ae91a90
mobile friendly
Jan 13, 2020
c8bcfbe
NavBarRange mobile friendly
Jan 13, 2020
addb6c6
bug fix with two months selector
Jan 13, 2020
496ff5d
components supports both daterange and datepicker
Jan 14, 2020
5d8fcd2
width NavBar, linting, prev change daterange
Jan 14, 2020
feaa016
Merge branch 'master' into date-range
Grotlo Jan 15, 2020
e9baed5
review/style issues fixed (albeit very convoluted)
Jan 15, 2020
9e1e8a6
Merge branch 'date-range' of https://github.com/Grotlo/svelte-calenda…
Jan 15, 2020
3ccf3c6
lint
Jan 15, 2020
a5d57c5
more styling fixes
Jan 15, 2020
74df852
styling, #63 and NavBar fix
Jan 15, 2020
58ef827
final NavBar fix
Jan 16, 2020
7ff99fb
moved functions to helpers.js and created time.js
Jan 23, 2020
0c639bd
style: properly implemented css on week.svelte
Jan 23, 2020
876f0cc
refactoring and review comments
Jan 23, 2020
9a72e51
moved second month to month.svelte
Jan 23, 2020
8452fb0
imported monthOfYear
Jan 23, 2020
fe5c700
App.svelte and docs
Jan 23, 2020
3bb1b2b
ran lint -- --fix
Jan 23, 2020
c26ad63
implemented fix v1.3.4
Jan 27, 2020
c90e285
unused function
Jan 27, 2020
3caa14f
Merge branch 'master' into date-range
Grotlo Jan 27, 2020
f79f167
completed fix v1.3.4
Jan 27, 2020
2adb1c2
Merge branch 'date-range' of https://github.com/Grotlo/svelte-calenda…
Jan 27, 2020
70446da
linting
Jan 27, 2020
9dc2b20
feat: two calendars
Mar 6, 2020
e7263c5
Merge branch 'master' into date-range
Grotlo Mar 6, 2020
7ed713f
removed daterange from App.svelte
Mar 6, 2020
57b0d98
Merge branch 'date-range' of https://github.com/Grotlo/svelte-calenda…
Mar 6, 2020
91857fd
docs
Mar 6, 2020
342b906
linting
Mar 6, 2020
2015cb0
fix: transition breaks flipping through months
Mar 11, 2020
bdfd98a
linting
Mar 11, 2020
b7bea10
deduplicate project
Apr 7, 2020
b60d3f8
style: highlighted is transparent if betweenSelected
Apr 7, 2020
dc04c78
Merge branch 'master' into date-range
Grotlo Apr 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/bundle.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/test.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading