Raigecki / BulletJournal

Progressive Web App + iOS App that replicates the design and functionality of bullet journals with React.js
2 stars 0 forks source link

F day view #1

Closed Raigecki closed 4 years ago

Raigecki commented 4 years ago

1) I'm not sure if I'm following standard convention in style. 2) The Bullet prop has it's own state. On bullet edit, I update the state in the individual bullet then push it up to DayView through a dispatch. I'm not sure if that is okay. 3) The Dragging mechanism inside DayView.js only works if I set the dragging state directly and will Not work if I use setDragging. I'm sure that is not the right way to do it.