A few feature requests #84
Replies: 4 comments 7 replies
-
Hi Adam!
Thanks for your contribution and interest in this repo! Best, |
Beta Was this translation helpful? Give feedback.
-
the background option has been implemented with the latest v1.11 |
Beta Was this translation helpful? Give feedback.
-
Hi @airowe , check out https://github.com/add2cal/add-to-calendar-button-react . In terms of styling I would recommend adding your own global css and override style for the moment. There will be a more stable option coming soon. |
Beta Was this translation helpful? Give feedback.
-
+1 on TypeScript - the types are very odd and data is being passed loosely with JS. TS would enforce stronger data consistency in the app. Moreover, can you have more descriptive names rather than just 'data' e.g. 'filenameData', 'calData' etc.. It would be much easier to track how data is being passed around. Also, can you update '==' and '!=' to '===' and '!===' again for better data quality. A find and replace should do the trick. |
Beta Was this translation helpful? Give feedback.
-
atcb_generate_bg_overlay
?atcb
className method (atcb_init).Beta Was this translation helpful? Give feedback.
All reactions