Commit Graph

2689 Commits

Author SHA1 Message Date
Rob Garrison
403049692c Fix bulk updates 2020-03-10 19:31:16 -05:00
Rob Garrison
a0ba63bb19 Remove bulk reset 2020-03-10 19:31:15 -05:00
Rob Garrison
ead5e747b5 Fix import dropdown 2020-03-10 19:31:14 -05:00
Rob Garrison
44889f6158 Fix bulk export 2020-03-10 19:29:30 -05:00
Rob Garrison
a7026bdeee Wire up some bulk actions 2020-03-10 19:26:18 -05:00
Rob Garrison
30a69f5bea Fix bulk import 2020-03-10 19:25:02 -05:00
Rob Garrison
198315c626 Change default sort 2020-03-10 19:24:18 -05:00
Rob Garrison
218b6b41ec Add applies to config modal 2020-03-10 19:24:17 -05:00
Rob Garrison
42a75780d5 Fix style header localization 2020-03-10 19:23:08 -05:00
Rob Garrison
596d6a9ca9 Ditch tabs & add header icons 2020-03-10 19:23:07 -05:00
Rob Garrison
8f87494dec Add filter toolbar indicator 2020-03-10 19:23:07 -05:00
Rob Garrison
d2930e5e66 Add back update history button 2020-03-10 19:23:06 -05:00
Rob Garrison
331be7aa2b Add css tooltips 2020-03-10 19:23:06 -05:00
Rob Garrison
bc404e821f Fix enabled update when toggled from popup 2020-03-10 19:23:05 -05:00
Rob Garrison
529172de5b Fix tabbing to actions 2020-03-10 19:23:05 -05:00
Rob Garrison
cf4d4a2e91 Use semverCompare on version column 2020-03-10 19:23:05 -05:00
Rob Garrison
de7b0f44f1 WIP: sort injection order 2020-03-10 19:23:04 -05:00
Rob Garrison
e3be7bf18f Fix bulk actions markup 2020-03-10 19:23:04 -05:00
Rob Garrison
57c55896e8 Change header ID
Fix issue with StylusDeepDark
2020-03-10 19:23:04 -05:00
Rob Garrison
9a314523f6 Modify localization to allow including parameters in HTML
E.g i18n-title=key;param (single param only)
2020-03-10 19:23:03 -05:00
Rob Garrison
d379e5f34a Add multisort to header & labels 2020-03-10 19:23:03 -05:00
Rob Garrison
9368c27990 Cleanup updateDate code 2020-03-10 19:23:02 -05:00
Rob Garrison
52f012daf5 Fix action icon wrapping 2020-03-10 19:23:02 -05:00
Rob Garrison
0e7ff1c78f Add busy icon 2020-03-10 19:23:02 -05:00
Rob Garrison
7cd84038bf Update labels on style toggle 2020-03-10 19:23:02 -05:00
Rob Garrison
cf695c73d6 Cleanup UI 2020-03-10 19:23:01 -05:00
Rob Garrison
17e1860ba6 Wire up bulk action toggle 2020-03-10 19:23:01 -05:00
Rob Garrison
a1b78476bb Move style header & remove template 2020-03-10 19:23:00 -05:00
Rob Garrison
f57af7929f Fix filter, search & add bulk ui html 2020-03-10 19:23:00 -05:00
Rob Garrison
fbcc7aac08 Add bulk action panel 2020-03-10 19:22:59 -05:00
Rob Garrison
5c38441393 Delay loading of non-essential css/js 2020-03-10 19:22:58 -05:00
Rob Garrison
ed07cb8460 Make entries draggable 2020-03-10 19:22:57 -05:00
Rob Garrison
4475a8ad6a new manage layout 2020-03-10 19:22:56 -05:00
narcolepticinsomniac
50aecffe4c
set min-height outside of query (#873) 2020-03-03 11:13:21 -05:00
Rob Garrison
ad4da5f37d 1.5.10 2020-02-27 08:07:47 -06:00
Rob Garrison
dc3faeeead Update locales 2020-02-27 08:04:52 -06:00
tophf
8192fab1b8
show write-style entries for iframes in popup (#861)
* account for iframes in popup list/write-style and badge

* fix and simplify openURL + onTabReady + message from popup

* fixup! resolve about:blank iframes to their parent URL

* fixup! don't underline iframe links until hovered

* fix width bug in popup only when needed (Chrome 66-69)

* fixup! reset styleIds on main page navigation

* fixup! call updateCount explicitly on extension pages

* fixup! ensure frame url is present

* fixup! frameResults entry may be empty

* fixup! init main frame first

* fixup! track iframes via ports

* fixup! reduce badge update rate during page load

* fixup! cosmetics

* fixup! don't add frames with errors

* fixup! cosmetics
2020-02-24 18:16:45 -05:00
tophf
4bbce7cb9f
fix and simplify .user.css URL installer (#856)
* fix and simplify .user.css URL installer

* Refactor: pull out tab-manager and icon-manager

* fixes/cosmetics

* usercss installer url check
* extract downloaders
* simplify tabManager
* rework/split openInstallerPage
* use a simple object instead of map
* trivial bugfixes
* cosmetics

* fixup! updateIconBadge in styleViaAPI

Co-authored-by: eight <eight04@gmail.com>
2020-02-23 10:43:26 -05:00
tophf
c3b7657433
fix category check when searching for foo.bar.tld (#863) 2020-02-22 07:37:22 -05:00
tophf
df8c258c84
fix usage of openerTabId in openURL + cosmetics (#859)
* fix usage of openerTabId in openURL + cosmetics

* fixups

* fixup
2020-02-20 17:54:54 -05:00
eight
8380a674b9
Upgrade uuid (#858)
* Upgrade uuid

* Fix: eslint
2020-02-20 07:17:15 -05:00
Rob Garrison
6875cc33b4 1.5.9 2020-02-16 11:23:47 -06:00
Rob Garrison
8ad0ec2518 README: update build instructions 2020-02-16 11:08:24 -06:00
Rob Garrison
146cd6d3a6 Update locales 2020-02-16 10:53:11 -06:00
Rob Garrison
948d596efa Meta: Update package-lock.json 2020-02-16 10:52:21 -06:00
eight
4831183207
Rewrite the build script (#852)
* npm install

* Drop remove-modules

* Drop updates

* Refactor: rewrite build script

* Add: BUILD.md

* Add: start-chrome command

* Rebuild vendor

* Update contributing.md

* Update BUILD.md

* Update BUILD.md

Co-authored-by: narcolepticinsomniac <therealdoctorgonzo@gmail.com>
2020-02-14 12:02:57 -05:00
eight
9f2261ae95
Fix: Onedrive sync is broken on Firefox (#854)
* Update lock file

* Fix: Onedrive sync is broken on Firefox
2020-02-14 11:51:00 -05:00
Rob Garrison
0defa94c6e 1.5.8 2020-02-13 21:09:19 -06:00
tophf
108907d4f1
skip transition-patch in invisible tabs (#851) 2020-02-12 11:44:25 -05:00
tophf
ccb2e899b3
Simplify & speed up style injection (#843)
* use wrappedJSObject to create style elements in page context

* skip unnecessary polyfills in content scripts

* group all style management stuff in injector

* support all API methods in content scripts
2020-02-12 09:39:00 -05:00