212 Commits

Author SHA1 Message Date
Giuseppe Criscione
6cac9ed286 Prevent click and drop on file inputs when their forms are submitted 2020-11-05 00:23:43 +01:00
Giuseppe Criscione
5e710de74f Display a spinner when files are being uploaded 2020-11-05 00:04:56 +01:00
Giuseppe Criscione
e387126ffc Add HTMLFormElement.requestSubmit() polyfill 2020-11-04 23:18:33 +01:00
Giuseppe Criscione
4aa126c943 Use form.requestSubmit() instead of form.submit() to trigger properly events 2020-11-04 23:12:02 +01:00
Giuseppe Criscione
ac44b714a3 Avoid using hasOwnProperty() directly on instances 2020-10-27 13:03:27 +01:00
Giuseppe Criscione
2b4f5bc1e9 Update npm packages 2020-10-27 12:30:53 +01:00
Giuseppe Criscione
512fe03664 Update npm packages 2020-10-16 11:45:18 +02:00
Giuseppe Criscione
f110e9babc Update npm packages 2020-09-23 17:07:57 +02:00
Giuseppe Criscione
1a2de79ab6 Update npm packages 2020-08-28 12:41:21 +02:00
Giuseppe Criscione
8273fbddcd Fix errors occurring when Change slug command is not available 2020-06-25 12:18:36 +02:00
Giuseppe Criscione
791e1174ec Restore Markdown list continuation 2020-06-25 12:12:54 +02:00
Giuseppe Criscione
ad62128e5f Improve text contrast 2020-06-11 21:30:51 +02:00
Giuseppe Criscione
daf32b2e36 Fix wrongly detected changes in forms 2020-06-11 21:21:48 +02:00
Giuseppe Criscione
6070191fd5 Fix errors occurring with image inputs 2020-06-11 21:17:40 +02:00
Giuseppe Criscione
465f641337 Fix non-unique id in TagInput 2020-06-11 21:10:36 +02:00
Giuseppe Criscione
8ce676b595 Restore clearfix mixin for .component 2020-06-09 15:47:17 +02:00
Giuseppe Criscione
15fd4623b9 Replace floats with flexbox 2020-06-07 17:49:01 +02:00
Giuseppe Criscione
751efc1a4a Fix focus states in pages editor 2020-06-01 16:03:47 +02:00
Giuseppe Criscione
99c134ff8f Improve focus state on buttons 2020-06-01 13:07:33 +02:00
Giuseppe Criscione
a39f443dcf Use mixin focusring to set focus styles 2020-06-01 12:58:01 +02:00
Giuseppe Criscione
22c52bd88f Improve focus state on .page-children-toggle and .page-slug-change 2020-05-31 16:42:51 +02:00
Giuseppe Criscione
ccd732f5e7 Improve focus in modals 2020-05-31 00:20:34 +02:00
Giuseppe Criscione
e0a10a31ea Show tooltip on focused buttons 2020-05-31 00:14:40 +02:00
Giuseppe Criscione
462b7ab490 Improve focus state on form inputs, buttons and links 2020-05-31 00:12:13 +02:00
Giuseppe Criscione
4b9ed2ad81 Improve accent color contrast 2020-05-30 23:35:56 +02:00
Giuseppe Criscione
7968f331dd Update npm packages 2020-05-29 23:12:45 +02:00
Giuseppe Criscione
c5dfe9fdfe Make shades of gray more consistent 2020-05-29 23:10:40 +02:00
Giuseppe Criscione
d7cbc3ffe3 Update npm packages 2020-05-07 16:04:05 +02:00
Giuseppe Criscione
473a208386 Improve modulo function 2020-04-12 19:15:26 +02:00
Giuseppe Criscione
b1f469ee2f Update npm packages 2020-04-06 11:47:56 +02:00
Giuseppe Criscione
60a3db50c7 Remove Gulp and use npm scripts instead 2020-03-14 17:07:49 +01:00
Giuseppe Criscione
a79a2efd22 Merge branch 'admin/js-modules' 2020-03-14 16:40:11 +01:00
Giuseppe Criscione
7513ad88cc Merge branch 'admin/accessibility' 2020-03-08 17:23:18 +01:00
Giuseppe Criscione
fdd8c3ceea Add role attribute to .tag-remove 2020-03-08 17:21:49 +01:00
Giuseppe Criscione
c2a1525be1 Rewrite panel app as JavaScript modules 2020-03-08 01:45:23 +01:00
Giuseppe Criscione
3e69a3c907 Fix Formwork.ArrayInput() not properly binding and handling events 2020-02-29 18:31:37 +01:00
Giuseppe Criscione
95cbf46987 Add Formwork logo to sidebar 2020-02-27 22:50:09 +01:00
Giuseppe Criscione
021ee0a831 Simplify Formwork.FileInput() 2020-02-27 21:24:12 +01:00
Giuseppe Criscione
599c8d21d1 Fix and improve Formwork.Form() 2020-02-27 21:21:47 +01:00
Giuseppe Criscione
cf6b5ab892 Add diacritic insensitive search and highlight results 2020-02-27 16:59:00 +01:00
Giuseppe Criscione
7418993bc2 Move Formwork.baseUri to Formwork.config.baseUri 2020-02-27 10:23:43 +01:00
Giuseppe Criscione
8fafe66bbf Fix tag input insertion, validation and removal 2020-02-26 11:07:54 +01:00
Giuseppe Criscione
c1894ec1fa Improve notification positioning 2020-02-26 10:50:50 +01:00
Giuseppe Criscione
bbba7ca700 Normalize functions in Formwork.Utils 2020-02-25 22:33:06 +01:00
Giuseppe Criscione
3e1bb0ca03 Require display type in Formwork.Utils.toggleElement() 2020-02-25 22:28:30 +01:00
Giuseppe Criscione
b9ae979ce1 Rename Formwork.Utils.download() to Formwork.Utils.triggerDownload() 2020-02-25 22:08:39 +01:00
Giuseppe Criscione
079759d7f0 Fix make-backup command not initialized in Dashboard 2020-02-25 22:06:51 +01:00
Giuseppe Criscione
aecc7131d6 Move Formwork.Utils.debounce() before Formwork.Utils.throttle() 2020-02-25 21:59:05 +01:00
Giuseppe Criscione
b823eed2ce Remove unused Formwork.Utils.uriPrependBase() 2020-02-25 21:54:43 +01:00
Giuseppe Criscione
99b0a6e0be Improve calendar positioning 2020-02-25 19:18:27 +01:00