Gusted
61c7d4f08c
Don't rely on _isUswLinked ( #1288 )
2021-07-20 15:56:45 +03:00
Gusted
69ccdb0591
Show error to user when USw returns error ( #1286 )
...
Related USw commit: d4306f2f71
Co-authored-by: tophf <tophf@gmx.com>
2021-07-18 07:25:32 +03:00
Gusted
8abcf9e754
Fix handleSave and sections TOC ( #1284 )
2021-07-17 02:57:50 +03:00
Rob Garrison
654403eb00
1.5.19
2021-07-15 08:28:07 -05:00
Gusted
ffcdf47ab5
Passing object
-> Passing property
( #1277 )
...
- Resolves #1276
- Just pass the parameter which is either undefined or an number. No need to get it from a object, while we can just pass the property already.
2021-07-10 04:10:11 -04:00
Rob Garrison
9e9c9061dc
1.5.18
2021-07-07 22:06:55 -05:00
narcolepticinsomniac
ab44c60522
More specific name
2021-07-07 10:07:29 -04:00
narcolepticinsomniac
e8e18abe58
More specific name
2021-07-07 07:51:00 -04:00
Gusted
58fc531515
Fix integration ( #1275 )
...
* Fix integration
- Don't use sourceCode as "temporary" value as it's being used as legit value(consider that we delete it after it's non longer needed).
- Wrap the metadata into a `try {}` as some styles doesn't have any metadata.
* Typos adios magios and bonjour gutentag
2021-07-06 18:39:52 -04:00
tophf
44b08dc089
randomize sync interval to avoid infinite deadlocks ( #1250 )
...
* randomize sync interval to avoid infinite deadlocks
* autoretry with a randomly increasing delay
2021-07-06 17:19:18 -04:00
Gusted
264544dfa9
Allow dragging the message box ( #1274 )
...
* Allow dragging the message box
- Allows the message box to be dragged to any position on the screen, so the user can set it to their wishes.
- Something as discussed in #1270 .
* Use CSS to prevent user select
* Remove whitespace
* Imagine wasted new lines
* Make it more niece
* Remove unnecessary check
* Fix calculation code
* cursor: move;
* fixup
* Don't declare variable here
* Cap the move to 30px in each side
* I should pay attention to my english lessons
Co-authored-by: tophf <tophf@gmx.com>
2021-07-06 17:19:00 -04:00
Gusted
a2c8953e63
Use flex to center #message-box ( #1271 )
...
* Use flex to center #message-box
- Resolves #1270
- See details on the issue mentioned.
* Use existing .center
* Remove center rule at non-center selector
2021-07-06 17:18:42 -04:00
Gusted
9e72784b2a
Change USw endpoints ( #1269 )
...
- Changes the necessary endpoints for OAuth to newer ones that make more sense.
- Related commit on USw: cf6384cf4d
2021-07-01 20:12:24 -04:00
tophf
fa43c6d94d
fix flicker when hovering buttons in popup [Firefox] ( #1267 )
2021-06-29 05:37:30 -04:00
Gusted
fe45781545
Linking Styles to USW ( #1256 )
...
* Prototype
Just able to log the token for the requested style.
* Store USw Token
* Fix linting
* Add revoke capabilities
* Add upload capabilities + UI?
* Add credentials for production server
* Patch up several things
* Send styleInfo
We will be adding the feature to add style based of the currentStyle, see paring commit 31813da300
* Fix clientSecret
* Pass styleInfo trough usw's hook
Related commit on USW: 461ddb03c7
* Adjusted behavior
Applied suggestions from Narco.
* Wait for `usw-ready`before sending style
* don't use `window.`
* Ensure correct style is pre-filled
* Send over metadata
Related USW commit: 7d8c4c1248
* Title Case => Title case
* _linking => _isUswLinked
2021-06-29 05:36:59 -04:00
tophf
ada46e8277
fix bookmarks being orphanized/stranded
2021-06-29 05:45:04 +03:00
tophf
4e87a060f5
use crypto.randomUUID if present
2021-06-17 05:12:25 +03:00
Gusted
83a6808c67
Disable Offscreencanvas for firefox ( #1258 )
...
Currently the offscreencanvas is being used for '2d' context, however Firefox doesn't implement this as for now, see: https://searchfox.org/mozilla-central/source/dom/canvas/OffscreenCanvas.cpp#105-110 and it will error out multiple times within the console.
2021-05-31 17:21:17 +03:00
tophf
4bd956f891
don't stretch the table in new browsers
...
fixes #1255
2021-05-27 18:38:42 +03:00
tophf
367ae56047
reuse openURL so that the opener tab id is set
2021-05-27 14:36:10 +03:00
tophf
18265b94c6
tab url
may be empty for about:blank tabs
...
fixes #1254
2021-05-27 14:35:03 +03:00
Gusted
440a9f4763
Add USw hook to remove get stylus button ( #1239 )
2021-04-30 16:39:07 +03:00
tophf
d736a00bc1
csslint: allow globals like @import inside sections
2021-04-28 17:33:27 +03:00
tophf
be4fd17113
wait for just created script elements to load
...
fixes #1233
2021-04-24 16:37:30 +03:00
tophf
b0a03d53fc
move lazyKeymaps definition to the base init
2021-04-24 16:26:14 +03:00
tophf
23aa036db5
show USW styles with 'stylus' category
2021-04-20 21:05:49 +03:00
tophf
0aa6d3b463
read css escapes per spec
2021-04-20 20:40:29 +03:00
Gusted
f10ebffeff
Add USw to the inline search and proper installing ( #1223 )
...
* remember sort order in popup, use "updated" by default
* add a USW link in the manager
Co-authored-by: tophf <tophf@gmx.com>
2021-04-20 20:40:04 +03:00
tophf
892b295897
CodeMirror 5.61.0
2021-04-20 11:29:24 +03:00
tophf
afcd8ebcf4
prevent FF from double-handling clicks, fixes #1232
2021-04-20 07:22:19 +03:00
tophf
711f6502b5
make transition suppressor rule more robust
2021-04-19 16:09:31 +03:00
Rob Garrison
43f1da1b4c
copy policy from app details
2021-04-18 20:15:07 -05:00
Rob Garrison
baca54bf19
Add privacy policy
2021-04-18 20:06:24 -05:00
tophf
0b9b972338
update swatch's lines to match current code
2021-04-08 14:33:36 +03:00
silverwind
a934571dc7
update setup-node plugin to v2 ( #1215 )
2021-04-08 10:49:24 +03:00
vVde3S88xHW6EZaB63HyXQUipgFtaWooYGDs35g
82d2530669
fix installer for local files in FF ( #1224 )
2021-04-08 10:45:43 +03:00
tophf
33e7f920a3
fixup: load codemirror-themes.js earlier
2021-04-06 07:10:03 +03:00
tophf
fa2dec724a
fix editor theme in FF containers, fixes #1222
2021-04-06 06:56:35 +03:00
tophf
2d5788766a
fix Enter key clearing selected text, fixes #1219
...
regressed in 7a479edc
2021-04-02 07:12:44 +03:00
tophf
8c160ed40c
CodeMirror 5.60.0
2021-03-20 14:23:49 +03:00
tophf
ed238183eb
revert 4ae2c670's changes for the install button
...
as it's no longer required after 3f4fb061
2021-03-19 23:02:02 +03:00
tophf
3f4fb0617e
reimplement #1192 using dummy links
...
as omitting href attribute is sufficient to avoid the useless tooltip
2021-03-19 22:53:52 +03:00
tophf
35e0a9d032
avoid FOUC in tabs on update/reload
2021-03-19 19:00:48 +03:00
tophf
21d902c48c
deduplicate keys in prefs.subscribe
2021-03-14 20:30:44 +03:00
tophf
a7ae3fbc55
unbork selectByTokens option
...
...by moving custom options definitions before isEditorPref checks CodeMirror.defaults
2021-03-14 19:44:47 +03:00
tophf
db77e03e97
print stylus-lang's p() to editor console, fixes #894
2021-03-14 10:07:59 +03:00
tophf
692d3c9826
try to show applicable values in autocomplete for props ( #1211 )
...
+ restore proper toggling of autocompleteOnTyping
2021-03-14 08:33:26 +03:00
tophf
9531698dd7
show unreachableMozSiteHint on any site in FF
...
fixes #1210
2021-03-12 08:51:57 +03:00
tophf
9d19d61913
show time/weekday in tooltip for style entries ( #1205 )
2021-03-11 07:20:38 +03:00
tophf
ff63b84489
add a test for the transition suppressor rule
2021-03-09 19:24:37 +03:00