Rob Garrison
ebeaba3478
Make entry name full height
2020-03-10 19:33:09 -05:00
Rob Garrison
ae6bace200
Reduce favicon size
2020-03-10 19:33:09 -05:00
Rob Garrison
7abc4f7fe6
Add export & update all buttons to header
2020-03-10 19:33:08 -05:00
Rob Garrison
e9510c01b7
Only allow manual sort with ID column sort
2020-03-10 19:32:29 -05:00
Rob Garrison
9b408aaad4
Fix checked icon size
2020-03-10 19:32:28 -05:00
Rob Garrison
0d87689078
Make entire style name clickable
2020-03-10 19:32:28 -05:00
Rob Garrison
bc3f2e0fcf
Add more css variables
2020-03-10 19:32:27 -05:00
Rob Garrison
e873ffd84e
Move home & support buttons to the right
2020-03-10 19:32:27 -05:00
Rob Garrison
c966cfe17e
Change active dragging color
2020-03-10 19:32:27 -05:00
Rob Garrison
e547d93fdc
Only open bulk action with filter checkbox
2020-03-10 19:32:26 -05:00
Rob Garrison
9fd4e0f57d
Fix styling for width < 1100px
2020-03-10 19:32:26 -05:00
Rob Garrison
b5387deb9a
Fix label updates
2020-03-10 19:31:16 -05:00
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
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
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
57c55896e8
Change header ID
...
Fix issue with StylusDeepDark
2020-03-10 19:23:04 -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
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
narcolepticinsomniac
ff6e941958
Account for Dropbox bug ( #833 )
...
* Account for Dropbox bug
* Breaking: deprecate dropbox backup
* Drop: dropbox and zipjs-browserify
* Breaking: remove dropbox backup
* Fix: remove href from the command
Co-authored-by: eight <eight04@gmail.com>
2020-02-02 09:02:25 -05:00
narcolepticinsomniac
1f12d50aaf
Embed options in manager ( #828 )
...
* Embed options in manager
* fix indent again
* Fix edit URL detected as manage URL when creating manager style from popup
* Syntax, hash only, and prevent empty hash
* Fix: move origin check to background
* Rename eslintrc
* Refactor: openURL
* Add: fixme comment about openEditor
* Fix: allow activating manager in other windows
* Add: trimHash method
* Fix: limit the scope of styleViaAPI
* Breaking: add router, keep search params
* Fix: focus options when activated
* Add: some fixme
* Fix: remove unused fixme
* Fix: minor
* Fix: remove unused message
* Add: doc
* Change: activate manager in other windows
* Fix: make sure sender is available in getTabUrlPrefix
* Add: openManage API
* Change: reuse editor in openEditor
* Fix: greedly pop the buffer
* Fix: backward detection
* Fix: remove unused important
* Fix: remove unused workaround
* Fix: avoid empty search param
* Change: detect all kinds of manager in openManage
* Fix: minor
* Manage button text
Co-authored-by: eight <eight04@gmail.com>
2020-02-01 23:36:54 -05:00
narcolepticinsomniac
19c71868a0
Improve height restriction for popup config dialog ( #721 )
...
* Improve height restriction for popup config dialog
Noticed unnecessary overflow in Github Dark's config dialog. We should allow it to utilize available height.
* Shave off 2px to allow for borders without overflow
2019-06-01 05:12:52 -04:00
Rob Garrison
8906cbbb1a
Prevent importing styles with no section. Fixes #687 ( #697 )
...
* Prevent importing styles with no section. Fixes #687
And prevent issues with existing styles with no section
* Revert sections checks for empty array
* Add styleJSONseemsValid function
* Clean up
* Fix eslint nags
2019-04-16 07:32:06 -05:00
eight
30d00dbd3a
Fix: don't use null as id ( #606 )
2018-12-07 21:57:43 -06:00
eight
8d6c88e377
Support Chrome 49 ( #561 )
...
* Add: polyfill to support chrome 49
* Fix: fetch text in Chrome 49
* Add: polyfill element method
* Update usercss-meta
* Fix: buggy destructuring
* Fix: dialog position?
* Fix: unneeded warning
* Fix: getChromeVersion
* Fix: don't cache tab icon in old chrome
* Fix: static -> relative
* Fix: use XHR as fallback
2018-11-29 19:35:21 -06:00
Rob Garrison
5778ac0d23
Subscribe to all UI updates. Fixes #590 & #591 ( #593 )
...
* Subscribe to all UI updates. Fixes #590 & #591
* Remove unnecessary subscription to sort changes
2018-11-29 19:34:06 -06:00
Rob Garrison
99951efc80
Show error in tooltip ( #566 )
...
* Show error in tooltip
* Move error.message check
2018-11-19 22:55:38 -06:00