Commit Graph

24 Commits

Author SHA1 Message Date
e6d8df43c5 Replace old domain with new sub-domain 2021-10-11 15:19:40 -04:00
d42c016507 Add some quick and dirty styling to button on admin.hbs template so text wraps on mobile browsers. 2016-08-24 11:09:17 -04:00
5631fb216e Admin template working now to update status. Not sure why I had to resort to SetTimeout in order to refresh page after form submission, but nothing else worked. 2016-08-23 19:00:46 -04:00
0277ae81ee admin template working; error on handling POST though. 2016-08-23 17:08:23 -04:00
b748029383 Start admin template 2016-08-06 11:17:45 -04:00
a709d950c1 Always load banner image from domain root. 2016-07-12 18:01:55 -04:00
6433d1a69d Login basically working, able to post to correct location's login handler. 2016-07-12 11:09:48 -04:00
abdc4084f6 Add packages and stub out admin page functionality; re-order routes for more predictable express behavior. 2016-07-11 10:18:41 -04:00
01fdac5338 Add banner background image everywhere, rename index template to location. 2016-07-07 08:29:57 -04:00
0dfb9b300f Finally remembered how to use Bootstrap grid to make home.hbs look right; use it as landing page for root URL. 2016-07-03 11:37:29 -04:00
9cb8094694 Some progress on landing page template...I'm exhausted and don't understand Bootstrap layout or CSS at all! 2016-07-02 14:47:00 -04:00
0245cd9fd1 New landing page template is improving, checking in new static assets and changes for favicon; favicon still not showing in chrome though. 2016-07-02 10:00:38 -04:00
550ab5605b S#1tty first draft of home page template. 2016-06-29 19:05:19 -04:00
06fcae38ef Try to load /home template for testing, but broken; can't even get a log entry generated for the route/endpoint. 2016-06-29 08:16:21 -04:00
c2c8624baa Add no-cache meta tags to default.hbs template; hoping to avoid issue I spotted where /tt and /tt/status were briefly showing different status values. 2016-02-05 12:09:18 -05:00
92adabcd47 Fix field names on index.hbs; removed rows w/NULL published_at values from DB (showed year=1969 on home page); update email code to be postgres-compliant. 2015-12-10 12:37:05 -05:00
17a701ea5f Fix Check Again button in Firefox (but found by Don); apparently window.history.go(0) doesn't behave the same in chrome and FF. 2015-09-20 14:39:35 -04:00
df881fa389 Add refresh button to index.hbs, closes #14. 2015-09-05 15:22:08 -04:00
eb679b8898 Add js timer with 1min interval to refresh page, relates to issue #14. 2015-09-03 11:34:47 -04:00
e90141a070 Add visual cues suggested by Don. 2015-08-28 13:08:36 -04:00
81ed5d154f Remove un-needed templates; add color styles to status messages, closes #12. 2015-08-27 13:31:17 -04:00
ccfdce32b0 Convert UTC dates/times to local times. 2015-08-25 17:32:05 -04:00
f43d6a9d19 Basic GET listener at root in server.js; basic index.hbs template. 2015-08-25 14:02:23 -04:00
5595dd474f Copied files from alertmon, replaced names where needed; runs but doesn't yet make sense for courtsopen project. 2015-08-23 16:55:15 -04:00