Felix Hamann
|
642a929d93
|
fix broken table sorting due to links being absolute all of a sudden
|
2019-03-26 21:35:10 +01:00 |
|
Felix Hamann
|
92c01150a6
|
add JS safety check for async table filter
|
2019-03-26 21:35:03 +01:00 |
|
Felix Hamann
|
6a1e49bd49
|
update name of form identifier for table filters
|
2019-03-20 22:58:16 +01:00 |
|
Gregor Kleen
|
aca5d180bc
|
Feature complete MassInput
|
2019-03-20 20:53:10 +01:00 |
|
Felix Hamann
|
6e662b9fe9
|
fix async table filter trying to submit twice
closes #316
|
2019-03-14 17:17:30 +01:00 |
|
Felix Hamann
|
84237c4484
|
Merge branch 'async-form-responses' into 'master'
Async form responses
See merge request !161
|
2019-03-11 20:50:36 +01:00 |
|
Felix Hamann
|
24df9cb93e
|
integrate api changes in FE
|
2019-03-10 16:15:34 +01:00 |
|
Felix Hamann
|
824a8e24e1
|
beautify async form response in modals
|
2019-03-10 15:22:29 +01:00 |
|
Felix Hamann
|
b2cb12d029
|
remove obsolete js console.log
|
2019-03-07 19:30:45 +01:00 |
|
Felix Hamann
|
d730c369b5
|
fix js indentation inconsistencies
|
2019-03-07 19:28:30 +01:00 |
|
Felix Hamann
|
fb26d70c40
|
show failure message on failed async form requests
|
2019-03-07 19:22:28 +01:00 |
|
Felix Hamann
|
010718dfab
|
store active js util instances to be able to easier destroy them
|
2019-03-07 19:17:21 +01:00 |
|
Felix Hamann
|
d421133a6a
|
some small adjustments to radio button groups and dropdowns
|
2019-03-03 23:35:38 +01:00 |
|
Felix Hamann
|
e0c7edc1ca
|
pass i18n object to each js util instance
|
2019-03-03 22:23:08 +01:00 |
|
Felix Hamann
|
bd334c73d5
|
expose scope of js util as part of return object
|
2019-03-03 22:19:53 +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
|
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 |
|
Felix Hamann
|
616fdee4fc
|
move radio and checkbox styles in separate files
|
2019-03-03 17:29:59 +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
|
aaf496f753
|
fix »checkall« intiialization after content change
|
2019-03-03 12:05:05 +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 |
|
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 |
|
Felix Hamann
|
2f3a735ae2
|
make async forms process json response
|
2019-02-24 23:23:23 +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
|
f5ee39eafa
|
more documentation for js util »setup«
|
2019-02-24 14:05:59 +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
|
05733ec85b
|
check-all-checkbox: remove caching idea
|
2019-02-22 21:58:21 +01:00 |
|
Felix Hamann
|
4fd23e9497
|
fix check-all-checkbox column id
|
2019-02-22 20:41:31 +01:00 |
|
SJost
|
2ccff81cc8
|
Touching this branch to fix build
|
2019-02-22 20:41:31 +01:00 |
|
Felix Hamann
|
d83fe11f42
|
replace th of checkbox column with check-all-checkbox
|
2019-02-22 20:41:31 +01:00 |
|
Felix Hamann
|
278c2c2a82
|
initial work on check-all-checkbox
|
2019-02-22 20:41:31 +01:00 |
|
SJost
|
10237c4031
|
Merge and by accident info page
|
2019-02-21 11:35:04 +01:00 |
|
Felix Hamann
|
b8eb78d11a
|
add data-ajax-submit to email-test-modal
|
2019-02-20 22:09:53 +01:00 |
|
Felix Hamann
|
99394bf166
|
add documentation to js util »setup«
|
2019-02-20 22:09:53 +01:00 |
|
Felix Hamann
|
b65b44bf8a
|
move modal from standalone to static
|
2019-02-20 22:09:53 +01:00 |
|
Felix Hamann
|
a017168ecb
|
move form widget julius to static
|
2019-02-16 23:20:10 +01:00 |
|
Felix Hamann
|
ebb9307629
|
move js for asyncTable to static
|
2019-02-16 19:59:01 +01:00 |
|
Felix Hamann
|
228aa8320d
|
moved more js utils to static
|
2019-02-16 17:23:52 +01:00 |
|