tophf
68dc584749
deduplicate editor.useSavedStyle
...
...and call it when saving in sectioned editor (regressed in ba9d904c
)
2022-01-10 21:31:15 +03:00
tophf
6e4fc3236e
confirm reload in sectioned editor
2022-01-10 19:12:29 +03:00
tophf
ba9d904ccc
don't rebuild editor DOM on save, fixes #1380
2022-01-10 17:57:46 +03:00
tophf
51e56110e8
parserlib: color-scheme, scrollbar-gutter, transforms
2022-01-10 07:32:02 +03:00
tophf
906508832b
show style settings in a dialog ( #1374 )
...
+ simplify css/html
+ save button and autosave checkbox just like in config-dialog
+ generalize can-close-on-esc
+ add `props` parameter to helpPopup.show
+ deduplicate usage of #help-popup id
+ uniform padding in popups
+ disambiguate style settings from editor options
2021-12-29 22:57:22 +03:00
tophf
8128100cef
ensure editor window is visible
...
fixes #1375
2021-12-26 19:35:13 +03:00
tophf
6afb4dc634
fix toggling of newline
in beautifier dialog
2021-12-25 22:17:35 +03:00
tophf
440395db9f
export in compat mode on shift-click/right-click
2021-12-25 18:05:29 +03:00
tophf
3cdf526fa3
don't export redundant values ( #1373 )
...
+ implement proper check for same code in usercss so unchanged styles won't be unnecessarily imported
2021-12-25 13:08:38 +03:00
tophf
6b9cdf2bc2
extend drop zone to viewport in Chrome too
2021-12-22 20:05:42 +03:00
tophf
249196d414
don't add _usw to all styles
2021-12-22 19:49:21 +03:00
tophf
0ac01d2e22
add a callstack to errors in browser
and msg
( #1369 )
2021-12-16 20:21:02 +03:00
eight
9d2854c272
Fix: compatibility with kiwi ( #1368 )
2021-12-16 16:04:22 +03:00
eight
f6e6a138db
Add: webdav sync ( #1363 )
2021-12-12 03:05:58 +03:00
eight
3ea7e45624
Change: stop revoking google token, change syncErrorRelogin message, recognize token manager errors as grant error ( #1362 )
...
* WIP: don't revoke google token, add TokenError
* Fix: stop suggesting disconnecting
* Add: recognize token error as grant error
* Change: sync immediately after re-login
2021-12-09 12:00:38 +08:00
eight
7e3c6f16e9
Fix: bump db-to-cloud, show detailed LockError ( #1361 )
...
* Bump db-to-cloud
* Fix: bump db-to-cloud, show detailed LockError
* Fix: used -> use
* Change: drop our retry code
2021-12-09 00:00:30 +08:00
eight
e23077a7ea
Add: support inclusions ( #1359 )
...
* Add: support inclusions
* Fix: refresh settings page after configuring in popup
2021-12-08 18:30:16 +08:00
tophf
9ab5369393
autosize textareas in style settings ( #1360 )
2021-12-07 14:43:21 +03:00
eight
9d1243073b
Add: style settings ( #1358 )
...
* Add: style settings
* Change: use radio instead of select for dark/light mode
* Change: x -> Delete
* Change: (in|ex)clusion messages
* Fix: avoid extra space when there is no rule
* Fix: UI in mobile
* Change: delete priority
* Change: use textarea for include/exclude, remove isCodeUpdated
* Fix: separate toggle
* Fix: minor
* Fix: remove codeIsUpdated in styleman
2021-12-07 12:44:49 +08:00
tophf
a59aab73fc
enforce plain-text for styleInstallOverwrite
...
fixes #1357
2021-12-03 15:37:47 +03:00
eight
6c13db1468
Add: toggle dark/night mode styles automatically ( #736 )
...
* Add: color-scheme.js
* Add: handle color scheme
* Add: styleManager.setMeta
* Add: make setupLivePrefs work with radio
* Change: drop setupRadioButtons
* Add: UI for schemeSwitcher
* Add: prefer-scheme select in installation page
* Fix: add alarm listener
* Add: display excluded reason in popup
* Fix: rely on data-value-type instead of input name
* Fix: oldValue and newValue should have the same type
* Change: detect media change in content script
* Fix: duplicate capitalize
* Fix: minor
* Update web-ext
* Fix: valueAsNumber doesn't work for all inputs
* Fix: disable colorscheme selection after install
* Fix: API error
2021-12-03 00:49:03 +08:00
tophf
19ebeedf6a
add vars after @import
in compiled code ( #1348 )
...
fixes #1347
2021-11-14 11:00:12 +03:00
tophf
b17eef4053
allow live-reload on localhost and updates on file://
...
...if file access is allowed
2021-11-02 18:15:26 +03:00
tophf
7ad3f94697
unbork and simplify applies-to css
2021-10-24 00:11:09 +03:00
tophf
8b67eb885d
fix compact usercss height + vcenter fixed header
2021-10-23 23:56:38 +03:00
tophf
707d8bb1a7
parserlib: update transforms
2021-10-21 23:25:32 +03:00
tophf
0034dcb941
preserve installationUrl
2021-10-12 20:26:57 +03:00
tophf
992b89f0eb
more stuff in fixKnownProblems
...
fixes #1342
2021-10-12 20:20:54 +03:00
tophf
37a174b092
CodeMirror 5.63.3
2021-10-12 16:05:21 +03:00
tophf
4243815349
update external urls in manager
2021-10-04 09:46:33 +03:00
tophf
11028bd635
update locales
2021-10-01 17:49:38 +03:00
tophf
dc18320b60
codemirror 5.63.1
2021-10-01 17:48:04 +03:00
tophf
eaef854bcf
show iframe "+" only if there's a unique url
2021-09-24 19:18:57 +03:00
tophf
e5807a7823
fix tooltip for iframe "+"
2021-09-24 19:14:34 +03:00
tophf
818031a86b
preserve iframe's sender.url
2021-09-24 11:05:55 +03:00
tophf
fce049a911
fix iframe visibility detection ( #1336 )
2021-09-24 09:43:10 +03:00
tophf
cf0ecbfd4a
support EyeDropper API in color picker
...
Chrome 95+
https://wicg.github.io/eyedropper-api/
2021-09-24 09:40:49 +03:00
tophf
997f1fe8de
avoid FOUC for dark themes in applies-to widget
2021-09-21 22:51:18 +03:00
tophf
94f727dc09
avoid startup flicker in applies-to widget
2021-09-21 14:24:17 +03:00
tophf
05bc4301ad
349a8c38
follow-up: stretch editor in compact mode
2021-09-21 10:50:50 +03:00
tophf
58ad6f64d6
focus editor when clicking section name
2021-09-21 10:12:58 +03:00
tophf
349a8c3878
graduate from Quirks mode
2021-09-21 09:43:30 +03:00
tophf
4a0f74764a
update regexp report when tab is removed
2021-09-11 15:58:59 +03:00
tophf
dfd8f7a1b1
fix regexp report overflow ( #1332 )
2021-09-11 15:53:10 +03:00
tophf
59cac7a469
fix USO-archive site search link
2021-09-08 19:13:27 +03:00
tophf
e7d5fff736
use normal warning if typo candidate is empty
2021-09-07 12:42:06 +03:00
tophf
048c267266
parserlib: check @font-face
+ shorten grammar tokens
2021-09-07 12:36:36 +03:00
tophf
a56676122f
csslint: add "known-pseudos" rule enabled by default ( #1328 )
2021-09-02 00:12:29 +03:00
tophf
701c30a6c8
fix links in linter help dialog
2021-08-31 17:22:10 +03:00
tophf
a08dd2800d
fix objectDiff
2021-08-30 21:15:44 +03:00