Commit Graph

1746 Commits

Author SHA1 Message Date
Felix Hamann
bd334c73d5 expose scope of js util as part of return object 2019-03-03 22:19:53 +01:00
Felix Hamann
b225e6a5ba Merge branch 'dedicated-radio' into 'master'
Dedicated radio button JS util

See merge request !159
2019-03-03 21:30:27 +01:00
Felix Hamann
e8f0aacaca beautify show-hide js util toggles 2019-03-03 21:13:51 +01:00
Felix Hamann
f7efd0433c make table filter show hide collapsed state persistent 2019-03-03 20:44:47 +01:00
Felix Hamann
aaf14087b6 hide filter in showhide 2019-03-03 20:25:06 +01:00
Felix Hamann
c6824d7543 Merge branch 'master' into dedicated-radio 2019-03-03 17:55:47 +01:00
Felix Hamann
1363a29778 add initial styles for radio groups 2019-03-03 17:55:32 +01:00
Felix Hamann
18c1cc7466 split checkboxRadio js util into two separate utils 2019-03-03 17:55:16 +01:00
Gregor Kleen
e6695a4b95 Merge branch '311-dedicated-widgetfile-for-radio-button-groups' into 'master'
Override boolField

Closes #311

See merge request !158
2019-03-03 17:52:55 +01:00
Felix Hamann
328fbcb2e5 adjust bool.hamlet for styling needs 2019-03-03 17:42:36 +01:00
Felix Hamann
616fdee4fc move radio and checkbox styles in separate files 2019-03-03 17:29:59 +01:00
Gregor Kleen
c967399ab9 Override boolField 2019-03-03 17:22:21 +01:00
Felix Hamann
56309642bf Merge branch 'js-event-cleanup' into 'master'
Js event listener cleanup

Closes #308

See merge request !157
2019-03-03 16:44:08 +01:00
Felix Hamann
5765d3eba0 smoother fade out for async contents 2019-03-03 14:55:54 +01:00
Felix Hamann
8317748442 integrate destroy functions from js utilities in setup utility 2019-03-03 14:55:39 +01:00
Felix Hamann
57f9e058f3 js utils now return function to destroy them 2019-03-03 14:54:38 +01:00
Felix Hamann
1b2d980971 alter ids for dynamic modal content to avoid name collisions
closes #308
2019-03-03 12:24:18 +01:00
Felix Hamann
4181b9b6b8 Merge branch 'search_input' into 'master'
asynchronous table filters

See merge request !156
2019-03-03 12:15:26 +01:00
Felix Hamann
aaf496f753 fix »checkall« intiialization after content change 2019-03-03 12:05:05 +01:00
Felix Hamann
544392404f Merge branch 'master' into search_input 2019-03-03 11:33:10 +01:00
Felix Hamann
6799ab68d7 make loading state for table filters not that apparent 2019-03-03 11:32:55 +01:00
Felix Hamann
7df0021fbe add loading states to async table and async table filter 2019-03-02 23:52:35 +01:00
Felix Hamann
7756862aeb add table filter js utility 2019-03-02 22:27:03 +01:00
SJost
61058b1f98 Fixbuild hlint. I hate those. 2019-02-28 11:14:17 +01:00
SJost
0745542867 All mailto-links use single hamlet file now; added mailto for lecturers 2019-02-28 11:03:02 +01:00
SJost
f20f2cb005 Minor clean up 2019-02-27 12:14:06 +01:00
SJost
2ce657fe5e stub for i18nWidgetFile created and used 2019-02-27 11:28:40 +01:00
SJost
3fde43e6ba AuthPred Formulierungen 2019-02-27 10:55:55 +01:00
Felix Hamann
835ca73c2f fix hamlet description for FFP in Database.hs 2019-02-26 22:22:01 +01:00
Felix Hamann
3c6f0f8dcf Merge branch 'permutation-list' into 'master'
make list in permutation widget iconless

Closes #305

See merge request !154
2019-02-26 20:27:10 +01:00
Felix Hamann
551e7148ef make list in permutation widget iconless 2019-02-26 20:18:14 +01:00
Felix Hamann
7e457c50fa Merge branch 'modal-migration' into 'master'
Move modal JS to static

Closes #304

See merge request !148
2019-02-25 20:50:32 +01:00
Felix Hamann
8dd4fd98cb close modals with Escape key 2019-02-25 20:41:38 +01:00
Felix Hamann
f798142a29 add submitHandler helper function to asyncform util 2019-02-25 20:41:10 +01:00
Felix Hamann
e9f7cdf682 move async form initialization to form util 2019-02-25 20:24:44 +01:00
SJost
1553570d87 Merge branch 'master' of gitlab.cip.ifi.lmu.de:jost/UniWorX 2019-02-25 13:07:55 +01:00
SJost
42a8708bf5 minor update disclaimer and messages 2019-02-25 12:46:03 +01:00
Felix Hamann
2f3a735ae2 make async forms process json response 2019-02-24 23:23:23 +01:00
Felix Hamann
b343066a88 move help page introduction into form 2019-02-24 23:21:57 +01:00
Felix Hamann
3a30aea5df added new utils »httpClient« and »asyncForm« 2019-02-24 23:00:21 +01:00
Felix Hamann
99949cc4db reimplement dynamic modals 2019-02-24 22:27:45 +01:00
Felix Hamann
77ecd5c59f move alerts out of main-content element 2019-02-24 22:27:11 +01:00
Felix Hamann
f5ee39eafa more documentation for js util »setup« 2019-02-24 14:05:59 +01:00
SJost
ba7b49e2d3 dateTimeCell cleanup 2019-02-23 08:25:34 +01:00
SJost
787cf0d7cc Datumsformate hinzugefügt 2019-02-23 08:15:05 +01:00
SJost
84a5833c22 emailColumn added 2019-02-23 07:50:28 +01:00
Felix Hamann
695d0a9978 fix modals not being initialized after table interaction
closes #304
2019-02-22 23:04:15 +01:00
Felix Hamann
1999b494c3 Merge branch 'master' into modal-migration 2019-02-22 22:58:14 +01:00
Felix Hamann
9d4cb51adb Merge branch 'check-all-checkbox' into 'master'
check-all-checkbox for checkbox columns

See merge request !149
2019-02-22 22:41:30 +01:00
Felix Hamann
05733ec85b check-all-checkbox: remove caching idea 2019-02-22 21:58:21 +01:00