TheCacophonyProject / cacophony-web-old

Legacy web interface for cacophony-api
GNU Affero General Public License v3.0
2 stars 3 forks source link

Finish migration to bootstrap 4 #82

Closed arthurmcgregor closed 4 years ago

arthurmcgregor commented 6 years ago

The following pages / tasks still need to be migrated to bootstrap 4

arthurmcgregor commented 6 years ago

I have restored the error messages on the login and register pages. https://github.com/TheCacophonyProject/cacophony-web/pull/80/commits/f0bb2a0c1a72b4ac43533a21a11c6aaabaceefb2 The form validation was still there, just no longer updating as you type like it used to. Instead it will go red when you go to the next box. This is due to the .form-control bootstrap class, but I don't feel it is worth delving into so will leave it as is!