Use Schedule-X schedule style library #2
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
insberr/dp!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "use-schedule-x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
schedule-xlibrary is a material UI based library that makes all the things I wanted to do way easier. I have migrated over to using it. There are a lot of little things I would like to change/fix but this will suffice for now since it is far less janky than what is on prod.Some things to fix or add later:
@ -10,0 +141,4 @@console.log('Adding ICS file calendar');const scheduleUID = generateUID();Insecure randomness
This uses a cryptographically insecure random number generated at Math.random() in a security context.
Show more details
@ -0,0 +76,4 @@onClick={() => {createScheduleAdvanced({createdFrom: ScheduleCreatedFrom.DEFAULT,uid: generateUID(),Insecure randomness
This uses a cryptographically insecure random number generated at Math.random() in a security context.
Show more details