|
e00d44f9e7
|
Set title in HTML page as well as Svelte app
Didn't realise that's where it was being set all along 😅
|
2022-08-05 11:07:41 +05:30 |
|
|
38b1aff162
|
Update all indentation from tabs to spaces
It seems there were a few stray tabs that used to be there earlier
but since we're now using spaces, we've got rid of all the tabs
permanently.
|
2022-08-05 11:07:41 +05:30 |
|
|
9f2c248e41
|
Display errors in pretty format
This is a considerable improvement over dumping them in an alert()!
|
2022-08-05 11:07:41 +05:30 |
|
|
192ba69ae3
|
Set page title
|
2022-08-05 11:07:41 +05:30 |
|
|
80427068ea
|
Validate fields (and auto-update slug)
The slug is intelligently computed from the other fields, until
the user decides to manually override it.
|
2022-08-05 11:07:41 +05:30 |
|
|
e74ea1b4cd
|
Basic Svelte project with input form
|
2022-08-05 11:07:41 +05:30 |
|