blumilksoftware / website

Company website.
https://blumilk.pl
14 stars 0 forks source link

#261 - add message handling to contact page #284

Closed AleksandraKozubal closed 3 months ago

AleksandraKozubal commented 3 months ago

Added possibility to send form with proper validation, also created component for toast. Toast: image Validation: image

It should close #261

AleksandraKozubal commented 3 months ago
  1. When I run php artisan migrate

I see error image

But when I run php artisan migrate:fresh --seed it works ;p

2. For me, when user clicks text next to checkbox, it should checked. Now I have to aim to this little checkbox and it's a bit uncomfortable.

3. `Pole email jest wymagane.` - in Polish version it should be "e-mail"

4. For me on admin panel, messages should be sorted by default from the newest

1.That happened bc you previously had old records in database without topic field, so when this column was added to old records it was empty - migrate:fresh cleaned it up, now there is no option to add record without topic, so this error won't occur 2,3,4. fixed