WikiEduDashboard icon indicating copy to clipboard operation
WikiEduDashboard copied to clipboard

Refactor date_picker.jsx from class based to functional component

Open antedotee opened this issue 1 year ago • 3 comments

What this PR does

Refactor date_picker.jsx from class based to functional component

Screenshots

Before:

https://github.com/WikiEducationFoundation/WikiEduDashboard/assets/151192805/dafe05a9-8b13-4ad8-9292-044795035d15

After:

https://github.com/WikiEducationFoundation/WikiEduDashboard/assets/151192805/9a18d79e-b0fa-4c23-b492-d617c7a7426f

antedotee avatar Jul 10 '24 11:07 antedotee

Do those failing specs pass locally for you?

ragesoss avatar Jul 10 '24 19:07 ragesoss

I did the rebasing as you said. But due to some issues related to mariaDB in my local, I am unable to run the localhost.So,no tests are passing. But when it was working fine in my earlier PR,it passed all the tests.

antedotee avatar Jul 11 '24 10:07 antedotee

You should be able to reset the test database to get your local environment back in order.

ragesoss avatar Jul 11 '24 15:07 ragesoss