From e99e87ddee149d6344db5b2b0d002bceac276aa8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 2 Dec 2012 17:33:01 -0400 Subject: [PATCH] blog for the day --- doc/design/assistant/blog/day_144__webapp_work.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_144__webapp_work.mdwn diff --git a/doc/design/assistant/blog/day_144__webapp_work.mdwn b/doc/design/assistant/blog/day_144__webapp_work.mdwn new file mode 100644 index 0000000000..4e0c8287fa --- /dev/null +++ b/doc/design/assistant/blog/day_144__webapp_work.mdwn @@ -0,0 +1,8 @@ +Made the webapp show runtime errors on a prettified page that includes version +info, a bug reporting link, etc. + +Dealt with a bad interaction between required fields and the bootstrap modals +displayed when submitting some configuration forms. This was long, complex, +and had lots of blind alleys. In the end, I had to derive new password and +text fields in yesod that don't set the required attribute in the generated +html.