Feature/issue 494 - #575
Conversation
alcpereira
left a comment
There was a problem hiding this comment.
Thanks for the contribution, we're almost there 💪
There was a problem hiding this comment.
I guess those changes are related to another issue?
There was a problem hiding this comment.
Correct, they’re related to another issue.
There was a problem hiding this comment.
The one with the hover involved
7b9df7e to
1587953
Compare
|
following up to see if there are any updates @cevangel |
Feeling better, I was told to git squash my commits and looking it up now |
|
I think I'm just not sure what to squash, |
|
so to squash means that at the end you will only have one commit instead of the 5 you have now. you can find some preliminary docs here #574 (comment) |
Noted, going thru that doc |
|
do you want to ask for help in our discord? |
I think we should set some time aside on Tuesday before or after the meeting in order to work on this, thanks |
|
here's a little walkthrough of squashing commits https://www.freecodecamp.org/news/git-squash-commits/ |
Delete client/src/setupProxy.js Added title and aria-label attributes to CalendarHeader.jsx Revert "Added title and aria-label attributes to CalendarHeader.jsx" This reverts commit 39c52a6. client/src/features/calendarHeader/CalendarHeader.jsx reverted adding title/aria-label attributes to calendarHeader.jsx Remove http-proxy-middleware from client and update codebase Undo title and aria-label changes for CalendarHeader.jsx
1587953 to
f467c8b
Compare



Description
Deleted client/src/setupProxy.js
Type of change
Please select everything applicable. Please, do not delete any lines.
Issue
Checklist:
npm run testandnpm run test:e2eand all tests have passed successfully or I have included details within my PR on the failure.npm run lintand resolved any outstanding errors. Most issues can be solved by executingnpm run format