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

155 edit event modal + button #159

Merged
merged 3 commits into from
Apr 17, 2024
Merged

155 edit event modal + button #159

merged 3 commits into from
Apr 17, 2024

Conversation

brelieu05
Copy link
Collaborator

Authors:
brelieu05, jessieh9

What does this PR contain?
Matched Hi-Fi Design and Implemented Edit Event Modal + Button

How did you test these changes?
Compared with Figma to see if implemented code closely matches the design (Button, Modal, etc.).

Closes #155

@brelieu05 brelieu05 requested a review from NwinNwin April 13, 2024 06:53
@brelieu05 brelieu05 linked an issue Apr 13, 2024 that may be closed by this pull request
// setEventEndTime(endTime);
setEventData(event);
manipulateDate();
}, [isOpen]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <react-hooks/exhaustive-deps> reported by reviewdog 🐶
React Hook useEffect has missing dependencies: 'event' and 'manipulateDate'. Either include them or remove the dependency array. If 'setEventData' needs the current value of 'event', you can also switch to useReducer instead of useState and read 'event' in the reducer.

manipulateStartTime();
manipulateEndTime();
}
}, [eventData]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <react-hooks/exhaustive-deps> reported by reviewdog 🐶
React Hook useEffect has missing dependencies: 'manipulateEndTime' and 'manipulateStartTime'. Either include them or remove the dependency array.

Copy link
Collaborator

@NwinNwin NwinNwin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NwinNwin NwinNwin merged commit 689e799 into main Apr 17, 2024
3 checks passed
@NwinNwin NwinNwin deleted the 155-edit-event-modal-+-button branch April 17, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit Event Modal + Button
4 participants