Rob Garrison
143c3f6379
Merge edabcab836
into 5df76b04e2
2017-12-24 23:58:02 +00:00
Rob Garrison
edabcab836
Fix performance
2017-12-24 08:35:47 -06:00
Rob Garrison
b85edba2b2
Fix homepage link & update labels being hidden
2017-12-24 08:32:58 -06:00
tophf
8decffc6b5
FF52 workaround: only transform the outer svg
2017-12-24 11:12:13 +03:00
tophf
72ce4a15d6
render 20+ styles at once
...
so that the page on a typical 1080p display is completely filled in initial frame at 200ms
2017-12-24 10:03:13 +03:00
tophf
41dd9b9c47
load visible favicons immediately, lazy-load the rest
2017-12-24 10:00:28 +03:00
Rob Garrison
1a805ee34f
Revert fb34c3f02c
2017-12-23 23:17:27 -06:00
Rob Garrison
fb34c3f02c
Remove style update labels on sort
2017-12-23 22:57:20 -06:00
Rob Garrison
d800f072f9
Clean up sort function & variable names
2017-12-23 22:45:20 -06:00
tophf
45231bf8dc
embed the font as data URL to improve page load speed
2017-12-24 07:34:36 +03:00
Rob Garrison
5eeb0c82ea
Fix updateSort part deux
2017-12-23 22:22:39 -06:00
Rob Garrison
cedf2fd691
Fix updateSort
2017-12-23 21:42:57 -06:00
Rob Garrison
b520e73c99
Remove all padding for focused sort select in FF
2017-12-23 20:51:54 -06:00
Rob Garrison
44ef52ad8a
Fix sort select alignment in Firefox
2017-12-23 20:48:06 -06:00
tophf
6cca5bbe59
fallback to unicode#21E9 (hollow arrow) in FF
2017-12-24 05:44:02 +03:00
Rob Garrison
286778cf9a
Use modified icon
2017-12-23 19:53:19 -06:00
Rob Garrison
ccb4dc0832
Use const to define module
2017-12-23 19:42:53 -06:00
Rob Garrison
d38c3c662e
Remove (first) sort label, replace (last) with icon
2017-12-23 19:30:00 -06:00
Rob Garrison
2646d910ab
Modularize sorter
2017-12-23 19:14:39 -06:00
Rob Garrison
aa17234894
Add desc sort icon font
2017-12-23 18:52:15 -06:00
tophf
621640bd9f
fixup a87cc6cf: use the new index
2017-12-24 03:12:45 +03:00
Rob Garrison
e7c89ba91c
Update stripes if sort differs
2017-12-23 18:01:32 -06:00
Rob Garrison
f083b97f32
Don't apply updateSort if the sort hasn't changed
2017-12-23 17:54:09 -06:00
Rob Garrison
cbbd583868
Add down arrow to descending sort options
2017-12-23 12:40:47 -06:00
Rob Garrison
201e43f56b
Use performance in updateSort
2017-12-23 10:25:09 -06:00
Rob Garrison
2cdc6274ab
Add sort optgroups
2017-12-23 09:32:15 -06:00
Rob Garrison
3f72ae7448
Move sort select under filters & match styles
2017-12-23 09:14:58 -06:00
tophf
a87cc6cfb1
reuse styleNameLowerCase
2017-12-23 16:13:34 +03:00
Rob Garrison
01af7abb96
Fix debounce of updateSort
2017-12-23 01:46:26 -06:00
Rob Garrison
edf44fbdf3
Stripe entries on init
2017-12-23 01:08:17 -06:00
Rob Garrison
8d7d831af7
Add date tooltip on H2 hover
2017-12-23 00:51:41 -06:00
Rob Garrison
578aa62de0
Add asc label & fix css
2017-12-23 00:44:39 -06:00
Rob Garrison
eaa5725c8f
Add manager sort block
2017-12-22 22:18:15 -06:00
tophf
d0380f76c3
rewrite colorview to use CodeMirror::TextMarker
...
* solves all problems with glitching on selection etc.
* perceived performance is same due to lazy-processing
* colors unsupported in current browser are displayed internally as RGB
* the color text is highlighted in the editor when popup is invoked
2017-12-22 11:22:35 +03:00
tophf
d5d863d998
disable incremental search when #message-box is shown
...
fixes #313
2017-12-22 10:53:22 +03:00
tophf
6607455e8f
silence eslint; switch shirt-circuiting to single-line if/else
2017-12-18 10:27:50 +03:00
tophf
3c2421d875
always scroll to the style on "history back" from editor to manager
2017-12-13 09:19:49 +03:00
tophf
fd4300f841
add a wiki link, shorten the USO link, use https everywhere
2017-12-13 07:15:40 +03:00
narcolepticinsomniac
9b93e3e116
Margin tweak
2017-12-12 22:10:50 -05:00
tophf
7519b38df5
adjust some margins
2017-12-13 05:28:31 +03:00
tophf
fefe82fd54
remove what-input, use own implementation, rebase on master
2017-12-13 03:27:10 +03:00
Rob Garrison
2cdd264780
fixups
...
Manage: Disable tabindex in nested buttons
Manage: Fix homepage link alignment
Manage: Make entry actions keyboard navigatable
Manage: Add search help accessibility
Msgbox: Save and restore focus
Manage: Fix delete confirmation cancel
Manage: Make history button accessible
Manage: Make favicons dropdown accessible
Manage: Prevent focus on hidden textarea
Msgbox: Stop tabbing outside of msgbox
Usercss: Make nondefault reset accessible
Usercss: Make colorpicker accessible
Edit: Disable tabindex in nested buttons
Edit: Make info and config icons accessible
Options: Cleanup HTML
Options: Make advanced toggle accessible
Edit: Fix issues popup
Edit: Remove link underlines from icons
2017-12-12 21:40:31 +03:00
narcolepticinsomniac
e2842f69c3
Hide focus outlines without crippling a11y, plus active state change for buttons
2017-12-12 21:39:55 +03:00
tophf
1b19cc0cf6
import report shouldn't alter #header
2017-12-11 08:44:41 +03:00
tophf
522a2bdab3
deep-copy style for popup's configDialog
...
see #298
2017-12-10 10:11:18 +03:00
tophf
30fa9671c8
debounce autosave more, prevent re-entry
...
see #298
2017-12-10 06:02:25 +03:00
tophf
ed1b163087
update log viewer: "Delete" and "[x] Only with updates or issues"
...
fixes #293
2017-12-09 23:26:28 +03:00
tophf
e41dda1b68
refreshAllTabs should always try to refresh the main page
2017-12-09 21:19:03 +03:00
tophf
ca40eb9481
fixup 3318db19: read 'checked' state from checkboxes
...
fixes #297
2017-12-09 19:29:17 +03:00
tophf
9c1c15465e
refreshAllTabs: process all frames
2017-12-09 18:15:57 +03:00