Commit Graph

9 Commits

Author SHA1 Message Date
dkanada f50d709161 Merge pull request #837 from h1nk/right-click-dialog-container
Close dialogs when container background is right clicked
2020-03-21 15:42:13 +09:00
Dmitry Lyzo 53d2e8c0d2 Always try to blur foreign element 2020-03-15 02:18:54 +03:00
Dmitry Lyzo 305f050003 Move blur of foreign element to generic dialog module 2020-03-14 22:28:07 +03:00
dkanada b3da19a596 Merge pull request #816 from MrTimscampi/quiet
Make the console quieter by default
2020-02-25 22:45:26 +09:00
h1nk 598402d953 Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
h1nk 852175e139 Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-21 17:11:08 -05:00
MrTimscampi e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
dkanada 3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
vitorsemeano f783509e33 rename dialoghelper to dialogHelper 2019-03-28 21:41:01 +00:00