Commit Graph

35 Commits

Author SHA1 Message Date
Alexander Moisseev
1bbc384db6 [WebUI] Add history rows per page control 2018-10-21 21:53:15 +03:00
Alexander Moisseev
d1575c8214 [WebUI] Add symbols sorting buttons
to detail history rows
2018-10-12 10:12:41 +03:00
Alexander Moisseev
51c5a3c6f1 [WebUI] Change symbols order without updating history 2018-10-01 12:15:23 +03:00
Alexander Moisseev
a9ef733f69 [Test] Enable some ESLint rules 2018-09-22 10:43:34 +03:00
Alexander Moisseev
47cad9a732 [Minor] Use .forEach instead of .map
as we only need to iterate
2018-09-21 09:22:50 +03:00
Alexander Moisseev
193ded1291 [Minor] Use consistent return behavior 2018-09-19 20:17:04 +03:00
Alexander Moisseev
ddcd7e0418 [Minor] Guard for-in 2018-09-19 18:29:21 +03:00
Alexander Moisseev
264c8b3d07 [Minor] Enforce consistent key-value spacing 2018-09-16 19:31:14 +03:00
Alexander Moisseev
dff3186aa7 [Minor] Enforce return after callback 2018-09-15 19:32:20 +03:00
Alexander Moisseev
c73e007d78 [Minor] Drop Crockford's switch indentation 2018-09-15 18:32:40 +03:00
Alexander Moisseev
458642949a [Minor] Initialize variables at declaration 2018-09-15 18:09:47 +03:00
Alexander Moisseev
e5a73f26fd [Minor] Require capitalized constructor names 2018-09-15 17:29:43 +03:00
Alexander Moisseev
cef0c7160c [Test] Disable warning
as `u` flag is not supported in ES5
2018-09-04 09:26:52 +03:00
Alexander Moisseev
46cd18dbc3 [WebUI] Add progress bar for AJAX requests 2018-09-02 22:24:06 +03:00
Alexander Moisseev
08b280f0e3 [WebUI] Avoid errors table reinitialization 2018-08-26 22:50:24 +03:00
Alexander Moisseev
5a0fb76c7c [WebUI] Avoid history table reinitialization 2018-08-26 21:57:49 +03:00
Alexander Moisseev
bf78bf80e4 [Test] Allow max 2 statements per line in JS 2018-07-15 18:49:47 +03:00
Alexander Moisseev
743dd8b6b1 [Minor] Simplify conditional expression 2018-07-15 17:38:27 +03:00
Alexander Moisseev
ab72e30124 [Minor] Use consistent brace style for blocks (1tbs) 2018-07-15 17:26:12 +03:00
Alexander Moisseev
8b32cbde5f [Minor] Avoid using empty blocks 2018-07-15 16:55:48 +03:00
Alexander Moisseev
df63719060 [Minor] Remove unused empty function 2018-07-15 14:03:29 +03:00
Alexander Moisseev
ae91f7edb4 [Minor] Do not use identifiers before their declarations 2018-07-15 13:26:53 +03:00
Alexander Moisseev
89bfbd940c [Minor] Do not reassign function parameters 2018-07-15 13:14:06 +03:00
Alexander Moisseev
b816237c36 [Minor] Do not shadow variables 2018-07-14 17:56:15 +03:00
Alexander Moisseev
ebfc92f349 [WebUI] Enable strict mode,
rename `interface` oblect as it is a reserved keyword,
declare $span and $tbody variables
2018-07-12 12:49:21 +03:00
Alexander Moisseev
4d43874f65 [WebUI] Remove unused block 2018-07-11 11:49:55 +03:00
Alexander Moisseev
99cf8eafc4 [WebUI] Do not redeclare variables 2018-07-11 11:45:37 +03:00
Alexander Moisseev
f98d6e900f [WebUI] Use self-explanatory notation
for type conversion
2018-07-11 10:44:27 +03:00
Alexander Moisseev
4d2b29abcb [Test] Specify JS Globals 2018-07-08 12:21:37 +03:00
Alexander Moisseev
97f21fc116 [WebUI] Fix variable assignment
I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`.
2018-07-08 11:58:27 +03:00
Alexander Moisseev
e514ce57b5 [WebUI] Avoid using "undefined" property
of the global object
2018-07-08 10:47:56 +03:00
Alexander Moisseev
6d9ad2208e [WebUI] Remove unused variables 2018-07-06 10:42:06 +03:00
Alexander Moisseev
d3c4028f4d [Minor] JS: Remove redundant quotes
around object literal property names
2018-07-06 09:57:07 +03:00
Alexander Moisseev
404f0f2ba3 [test] Enforce some linter rules for JS 2018-07-05 11:58:04 +03:00
Alexander Moisseev
de3bd9fa3f [Test] Add JavaScript linting 2018-07-03 11:24:40 +03:00