-
Notifications
You must be signed in to change notification settings - Fork 7
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
AddToCalendar migration #4
Conversation
* 'master' of github.com:GetStream/mml-react: fix rollup named exports
* 'master' of github.com:GetStream/mml-react: (46 commits) first story remove styleguidist rename converterConfig remove old docs folder convert parser to typescript converterConfig to typescript convert test files to tsx remove ts ignores refactor tags simplify parser Scheduler support selected attr snapshot examples fix converterConfig recursive call enable ci test fix babel test config jest config remove style import from carousel comment out LoadingIndicator in Loader component convert mml test to parser test parser to ts ...
… dep, fix outlookcom url construction, get rid of yahoo followinf source code comment, I had to add the resolutions key to prevent tsdx linting from erroring
Size Change: +983 B (1%) Total Size: 57.3 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed some stuff to simplify things a bit, other than that it looks good
LOCATION: | ||
END:VEVENT | ||
END:VCALENDAR" | ||
href="https://outlook.live.com/owa/?rru=addevent&startdt=2019-12-24T14%3A42%3A54Z&enddt=2019-12-24T15%3A42%3A54Z&subject=Massage%20with%20Jessica&allday=false&uid=00000000-0000-0000-0000-000000000000&path=/calendar/view/Month" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kuus is this a valid link here?
LOCATION: | ||
END:VEVENT | ||
END:VCALENDAR" | ||
href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20191224T144254Z/20191224T154254Z&text=Massage%20with%20Jessica" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here?
Migrated AddToCalendar component to typescript, for this I had to add the
resolutions
key in the package.json as suggested in this issue in order to preventtsdx lint
to break on commit prehook.small notes:
react-add-to-calendar
dep and add just two small deps:is-mobile
(as I don't think we want to mantain a list of browser vendors :D)uuid
(with mock forjest
)momentjs
withinreact-add-to-calendar
withdate-fns
and fixed outlookcom url building.