Commit Graph

70 Commits

Author SHA1 Message Date
a2f33966d5 2021-05-06 23:57:57 +00:00
364b9659a5 2021-05-03 20:08:23 +00:00
9c2d9401d9 2021-05-03 18:52:35 +00:00
daf6e5abb5 2021-05-03 17:29:15 +00:00
835d3f6c63 2021-05-03 17:23:38 +00:00
6be9d05214 2021-05-03 17:11:31 +00:00
40f1d67607 2021-04-29 20:03:32 +00:00
7a46183998 2021-02-20 16:53:35 +00:00
aa5a952aa4 2021-02-10 15:53:45 +00:00
9d86220f94 2021-02-09 23:51:26 +00:00
ad38e07629 2021-02-06 00:40:39 +00:00
6459f2590b 2021-01-28 18:24:27 +00:00
09bcb7021d 2021-01-04 23:15:13 +00:00
9d6355470e 2021-01-04 21:48:12 +00:00
9f0ef1a8f5 User lists now working properly with datalist. Fixup for many areas where error constructor was being called with object instead of string 2020-12-08 20:25:55 +00:00
d42da74592 2020-12-07 20:15:29 +00:00
c0dd56b90a refinement to readonly mode: banner now gray and removed disabled for controls as they were too faded to read properly and some controls with action buttons didn't work (email, phone etc) 2020-12-02 17:41:49 +00:00
510cba5456 2020-11-20 23:18:46 +00:00
db2fc91238 2020-10-20 18:51:40 +00:00
bb33521216 2020-10-19 23:26:57 +00:00
800a27b70a 2020-10-06 14:58:03 +00:00
e0b3222507 2020-10-05 23:46:29 +00:00
6debf951e2 2020-10-05 23:04:21 +00:00
f67379f83f throw "string" -> throw new Error("string" 2020-09-16 17:37:22 +00:00
a6ca999130 2020-07-20 17:36:59 +00:00
9432c98a6c 2020-07-02 13:34:46 +00:00
9aa60dae7a 2020-06-24 22:28:15 +00:00
727cb6d234 2020-06-20 13:21:04 +00:00
7a99adfb4c 2020-06-20 00:29:47 +00:00
5e1efbab24 2020-06-19 23:58:52 +00:00
0a43e53ab7 all over the place with comments and console statements but now properly chains all the calls for login (except translation may have an issue) 2020-06-10 21:05:45 +00:00
983c24a726 2020-06-07 18:13:56 +00:00
99b03efbd6 2020-05-13 23:01:11 +00:00
6e41dad1b0 Rename concurrencyToken to concurrency 2020-05-13 19:55:50 +00:00
11076698e5 2020-04-23 21:56:50 +00:00
f96f2e0326 2020-04-20 20:24:43 +00:00
b25af47cdd Removed extraneous container element 2020-04-13 23:03:12 +00:00
ae3baeb954 cleanup res.error overly complex 2020-04-09 22:45:05 +00:00
20cb6a5cf4 Fully respect screen size on huge 2020-04-09 22:31:10 +00:00
f32de0d01a 2020-04-05 19:01:54 +00:00
5124aed04b 2020-04-04 22:18:48 +00:00
374a033c3b 2020-04-04 18:31:08 +00:00
43de3c8fb0 moved t function to global and misc cleanup 2020-04-04 17:06:25 +00:00
4733373039 2020-04-04 14:44:10 +00:00
fa49eefc53 2020-04-04 00:17:00 +00:00
e44362d6ff 2020-04-02 20:16:28 +00:00
e055ae2049 adding back fa- to icons so can more easily find them in code and removing helper function that added fa- automatically 2020-03-30 20:50:50 +00:00
408ae6d07d 2020-03-29 00:47:19 +00:00
e548ecb12f renamed lt function to t as it's no longer localized text and t is shorter, also renamed parameter ltKey to tKey for similar reasons 2020-03-27 19:45:37 +00:00
b9fa360d33 Standardized custom controls to fire input event instead of changed which is immediate for ui
renamed onChange handler code to better reflect what it does
tested all controls on widget form to ensure they update and roundtrip properly and dirty checking is now fired immediately no need to tab off
2020-03-26 23:42:37 +00:00