DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

feat: make stepper bubbles collapse and refine css working #702

Closed EdoStorm96 closed 1 month ago

EdoStorm96 commented 2 months ago

So, I was just puzzling a bit with the stepper, and to my surprise, came up with a solution for making the bubbles collapse ...

This is still a bit rough, but I thought I'd share it with you before the (my) weekend. Will add more notes on monday!

EdoStorm96 commented 1 month ago

So here is the new version of this PR, some notes on what has been changed:

This feels right to me :)

EdoStorm96 commented 1 month ago

So, I've adressed your comments. Good ideas!

I also noticed that FundingForm did not really include validation, so I just added some cuz it was bugging me ...