Commit graph

3335 commits

Author SHA1 Message Date
Oliver Blanthorn
6924ecd8f6
Improve superignore help 2021-07-20 13:05:44 +02:00
Oliver Blanthorn
be36b6c2bd
Rename old setting 2021-07-20 13:00:46 +02:00
Oliver Blanthorn
9a99c21b1c
Fix daft bug: exit to avoid importing stuff 2021-07-20 12:56:22 +02:00
Oliver Blanthorn
cb5ea3a5a5
Improve disable name 2021-07-20 12:53:52 +02:00
ivcz
62a29177b1 disable completion on tabrename second argument 2021-07-16 23:33:54 +03:00
ivcz
c1132307c3 tabrename issue #3577 2021-07-16 03:02:57 +03:00
Oliver Blanthorn
c07b9bf216
Fix jsonview with about:blank newtab 2021-07-07 22:16:41 +02:00
Oliver Blanthorn
c2a3dfab61
Switch to dynamically loaded imports
This doesn't actually seem to work though - TridactylThemeDefault still
appears in the root classes
2021-07-04 19:13:37 +02:00
Oliver Blanthorn
6c701fd83b
Disable iframe if Tridactyl is disabled 2021-07-04 17:42:49 +02:00
Oliver Blanthorn
cd3a463306
Mess around with pages where Tridactyl is disabled less 2021-07-04 17:36:28 +02:00
Oliver Blanthorn
fa3a0ec69c
Move imports to top of file 2021-07-04 17:16:28 +02:00
Oliver Blanthorn
c2758e36e8
Add disable setting 2021-07-04 17:14:32 +02:00
Oliver Blanthorn
81501f03cf
Cheer up prettier 2021-06-26 22:15:15 +02:00
Oliver Blanthorn
1a4dcddec2
Fix #3800: daft bug
I really feel like the tooling should have told us about
this
2021-06-26 22:15:15 +02:00
Oliver Blanthorn
dbd5bd4299
Investigate #3772: switch back to ramda 2021-06-19 17:58:57 +02:00
Oliver Blanthorn
22a0d26998
Swap Freenode links to Libera
Also add Discord because we're cool kids now
2021-06-15 14:24:14 +02:00
Oliver Blanthorn
c16566d15b
Tidy up when entering hint mode
Fixes visual clutter if hint mode is exited in
an unusual way and then re-entered
2021-06-08 22:42:07 +02:00
Oliver Blanthorn
f1e7b3cbf8
Revert "Swap eval for an indirect one"
This reverts commit 9db4cb9e04.
2021-06-08 13:50:45 +02:00
Oliver Blanthorn
ce684fcdf0
Merge pull request #3750 from karizma/midnight-theme
Midnight theme + formatting readme
2021-06-05 17:08:23 +01:00
Oliver Blanthorn
50de6ecc6a
Merge pull request #3748 from simonhughcom/urlmodify_input
Add url input to urlmodify
2021-06-05 11:17:51 +01:00
karizma
25d58bd598 add shadow & bigger input width & more margin-top 2021-06-04 21:55:29 -05:00
Simon H Moore
e644dfbf74 Add help message for urlmodify URL input 2021-06-05 03:37:09 +01:00
karizma
a43b8d0b2a add thin scrollbar 2021-06-04 21:24:26 -05:00
karizma
44db975661 added styles for tridactyl links and code tags 2021-06-04 21:13:12 -05:00
karizma
bf49968d90 add midnight.css 2021-06-04 20:28:11 -05:00
Simon H Moore
79c01030de Add url input to urlmodify 2021-06-04 17:41:02 +01:00
Rummskartoffel
9db4cb9e04
Swap eval for an indirect one
This makes esbuild happier. Also let prettier
mess with some formatting
2021-06-04 17:24:04 +02:00
Rummskartoffel
238ae4cb03 Revert "Appease esbuild warnings about direct eval() by using window.eval()"
This reverts commit 0e46eeca42.
2021-06-04 00:28:54 +02:00
Rummskartoffel
b47272dfbe Add default target window to :tabpush
This makes :tabpush push to the next newest window if no window id is
specified instead of the previous behaviour, where it didn't do
anything.
2021-06-03 16:32:50 +02:00
Jay Kamat
6adb6879f0
Throw error if unsupported setting is set with setmode 2021-06-01 23:57:57 -07:00
Jay Kamat
8a679fb9ba
Use modesubconfigs instead of preventautofocusmodes 2021-06-01 14:19:21 -07:00
Jay Kamat
adfe579de4
Add setting to force page autofocus settings in certain modes
Signed-off-by: Jay Kamat <jaygkamat@gmail.com>
2021-06-01 11:32:58 -07:00
Rummskartoffel
ec959b5ca9
Fix #3625: fix logo path 2021-05-08 12:49:50 +02:00
Rummskartoffel
0e46eeca42 Appease esbuild warnings about direct eval() by using window.eval()
See also https://esbuild.github.io/content-types/#direct-eval.
Bare ("direct") eval() evaluates in the local scope where it is called
instead of the global scope, which can cause problems (which is why
esbuild complains). Our uses of it don't need local scope, so we can
safely switch to window.eval().
2021-05-07 21:03:11 +02:00
Oliver Blanthorn
a58fa7830b
Merge pull request #3589 from tridactyl/no_reuse_option_container
Avoid updating DOM in-place
2021-05-07 15:42:20 +01:00
Oliver Blanthorn
fd038c491b
Update src/completions.ts
Co-authored-by: Rummskartoffel <20257197+Rummskartoffel@users.noreply.github.com>
2021-05-07 15:14:57 +01:00
Oliver Blanthorn
12a07248d2
Fix #1743: hide new tab page better 2021-05-06 18:57:36 +02:00
Oliver Blanthorn
6a466c2e46
Try to fix #3653 2021-05-06 12:29:51 +02:00
Oliver Blanthorn
02a9d42379
Tidy up package.json
Remove unused packages, try to install
more sanity in dev / prod dependencies
2021-05-05 17:41:47 +02:00
Oliver Blanthorn
f9a9ef0336
Simplify updatecheck
Remove cache and instead check the latest Tridactyl
version less frequently
2021-05-05 17:28:21 +02:00
Oliver Blanthorn
8b61df953e
Remove rss-parser dependency 2021-05-05 17:15:42 +02:00
Oliver Blanthorn
d54b9bcc24
Add node types to silence rss-parser error
This is probably a terrible idea. It'll make us pretend that
lots of `node` functions exist when they don't, which could
result in lots of bugs sneaking past the type checker
2021-05-05 12:37:32 +02:00
Oliver Blanthorn
bd64daf675
Remove misinformation about double escaping dots 2021-05-03 11:33:50 +02:00
Oliver Blanthorn
77dee7869a
Merge branch 'master' into quicker_ramda 2021-05-02 12:22:48 +01:00
Oliver Blanthorn
8dec69614a
Fix what was maybe a real bug 2021-05-02 13:13:04 +02:00
Rummskartoffel
9cfb857f3c
Replace missing ramda funcs 2021-05-02 13:12:31 +02:00
Oliver Blanthorn
afda42e7f9
Fix various minor typescript errors 2021-05-01 14:25:38 +02:00
Oliver Blanthorn
4e50ab4866
Use definitely typed management types 2021-05-01 14:20:05 +02:00
Oliver Blanthorn
eb979892ff
Remove web-ext-types
The definitely typed package is fine now
2021-05-01 13:35:39 +02:00
Oliver Blanthorn
5092be9e36
Remove .ts from imports
Webpack supports it but TypeScript does not
2021-05-01 12:57:38 +02:00