191 Commits

Author SHA1 Message Date
Tetrakern
869c55741e Prepare comment for fast AJAX
At least some actions, because others require actions and filters.
2023-08-21 00:57:03 +02:00
Tetrakern
4e7744b67d Add fast AJAX feature, apply to follows
60-80 % speed boost!
2023-08-20 22:21:13 +02:00
Tetrakern
b419f2903e Clean ups and optimizations 2023-08-19 13:33:25 +02:00
Tetrakern
9466b9d444 Further restrict media access 2023-08-15 19:03:43 +02:00
Tetrakern
2645b09ea3 Extra removal of editor panels 2023-08-15 17:57:34 +02:00
Tetrakern
e8894b5db7 Fix editor script 2023-08-15 17:33:18 +02:00
Tetrakern
ca5fe764dc Remove ping-/trackback checkbox 2023-08-15 13:31:03 +02:00
Tetrakern
6b222970bb Unsticky the post sticky 2023-08-14 23:40:52 +02:00
Tetrakern
39dbe0ce35 Remove roles 2023-08-14 04:17:44 +02:00
Tetrakern
3fe842cd84 Improve interface 2023-08-14 01:37:02 +02:00
Tetrakern
1c5de72d74 Update dialog script 2023-08-14 01:26:52 +02:00
Tetrakern
73aec61186 Function to add roles 2023-08-14 01:23:15 +02:00
Tetrakern
8468dd650a Remove obsolete script 2023-08-13 02:09:53 +02:00
Tetrakern
6bf8af9cd4 Yet more style updates 2023-08-13 01:47:36 +02:00
Tetrakern
8bcb7ed5a4 Start updating menu styles 2023-08-12 23:11:02 +02:00
Tetrakern
76be090e24 Update menu page layout and style 2023-08-12 14:36:24 +02:00
Tetrakern
713fb8151c Update menu page 2023-08-12 05:22:42 +02:00
Tetrakern
8f201a5371 Improve search form
No more checkbox toggle and the simple form does no longer query all taxonomies and authors.
2023-08-07 11:34:57 +02:00
Tetrakern
4985e613dc Fix advanced search form toggle again 2023-08-07 00:04:27 +02:00
Tetrakern
a28335cf06 Improve AJAX comment error messages 2023-08-06 00:14:10 +02:00
Tetrakern
2770f74168 Transient for main navigation
Unbelievable how many queries this thing needs...
2023-08-04 13:48:00 +02:00
Tetrakern
a70a80875e Clone main nav into mobile nav
Probably won't save queries, but it does save some microseconds render time! Yay?
2023-08-04 10:21:06 +02:00
Tetrakern
4f0ca22c4d Remove console log command 2023-08-04 02:28:28 +02:00
Tetrakern
311d764a67 Fix search tracks in Firefox 2023-08-04 02:04:12 +02:00
Tetrakern
fc5ab35b19 Improve intersection observers 2023-07-29 17:46:54 +02:00
Tetrakern
bde81346f8 Use innerText instead of innerHTML
For quotes and suggestions.
2023-07-29 03:02:23 +02:00
Tetrakern
e39ddb8bde Fix advanced search toggle for multiple shortcodes
Did previously only work for the first. Well, there should only be one but this is up to you.
2023-07-28 11:23:56 +02:00
Tetrakern
d265a742c4 Limit OG image media uploader to images
Yikes.
2023-07-27 00:55:30 +02:00
Tetrakern
88c0aff5da Fix TTS on iOS
I bet they serve apples in hell.
2023-07-09 23:57:51 +02:00
Tetrakern
4b4b2bdc5b Make Samantha or first en-US the default TTS voice 2023-07-09 22:54:01 +02:00
Tetrakern
c3dd32717f Add TTS setting modal + refactoring 2023-07-09 19:51:54 +02:00
Tetrakern
7df10bfa4d Replace user icon 2023-07-09 18:16:55 +02:00
Tetrakern
f64eb135a6 Update modal script
Should have done it like this in the first place.
2023-07-09 14:37:10 +02:00
Tetrakern
f211fe4892 Fix TTS in Safari 2023-07-09 12:08:34 +02:00
Tetrakern
1fbed247f7 Use constant instead of query 2023-07-02 01:17:41 +02:00
Tetrakern
95e59f2500 Generate HTML templates in JS 2023-07-02 01:04:03 +02:00
Tetrakern
e314d3bf81 Use global delegate for lightbox 2023-07-02 00:43:26 +02:00
Tetrakern
c341c3ca64 Optimize lightbox 2023-07-01 16:45:58 +02:00
Tetrakern
f5c3023b1e Small code cleanup 2023-07-01 15:53:17 +02:00
Tetrakern
3d7860a885 Improve chapter arrow key nav 2023-06-28 10:55:34 +02:00
Tetrakern
087bcd8fb7 Improve tag guard clause for chapter arrow key nav 2023-06-28 10:54:05 +02:00
Tetrakern
da15355338 Add scroll to keyboard chapter navigation 2023-06-28 02:04:09 +02:00
Tetrakern
3398762ce8 Reenable keyboard chapter navigation 2023-06-27 22:04:31 +02:00
Tetrakern
bf487b3df4 Fix search input hint visibility on iOS 2023-06-26 12:36:28 +02:00
Tetrakern
3136b0ac1c Fix search track blur bug
It was impossible to click on a suggestion because the track was cleared before the track could be registered, resetting the suggestions.
2023-06-26 11:26:45 +02:00
Tetrakern
78981f1470 Fixed image reveal button in story comments 2023-06-21 20:12:55 +02:00
Tetrakern
ca5315f183 Add/remove mobile menu content on demand 2023-06-20 18:02:24 +02:00
Tetrakern
d4b3fcc89e Optimize page jump script
Hopefully lol
2023-06-20 01:45:06 +02:00
Tetrakern
43c707109a Fix page number jump for pg query var
Having to use so many is sure an annoyance. Yes, it it necessary.
2023-06-19 23:38:34 +02:00
Tetrakern
df0601c797 Optimize commend inline edit
Use template instead of putting the whole form into each comment.
2023-06-19 03:42:36 +02:00