221 Commits

Author SHA1 Message Date
Tetrakern
cb87988e8f Fix mobile menu buttons 2023-08-27 01:45:57 +02:00
Tetrakern
c4181c6695 Refactor fingerprint 2023-08-27 00:16:43 +02:00
Tetrakern
ac43870afc Update logout cleanup 2023-08-26 23:56:26 +02:00
Tetrakern
239e66cf50 Refactor follows 2023-08-26 23:49:37 +02:00
Tetrakern
6b0533415b Improve initialization of checkmarks/reminders
No need to put this in a condition. If the user is not logged-in, the event will not fire anyway.
2023-08-26 23:02:28 +02:00
Tetrakern
a6a12fe964 Refactor reminders 2023-08-26 23:00:01 +02:00
Tetrakern
9b00f27173 Avoid double init of user data 2023-08-26 21:58:02 +02:00
Tetrakern
2ca7aab07c Improve card popup menu 2023-08-26 21:29:49 +02:00
Tetrakern
1ef1422b0a Refactor checkmarks 2023-08-26 21:03:45 +02:00
Tetrakern
f8a104b1de Add fcn_getUserData
Loads all relevant user data at once.
2023-08-26 17:47:52 +02:00
Tetrakern
b355b90ba4 Fix scroll reset when opening mobile menu
This used to work and now it did not.
2023-08-26 16:46:15 +02:00
Tetrakern
2bb30e1a46 Reduce some JS 2023-08-24 21:34:37 +02:00
Tetrakern
1be0c0946c BBCode keys now apply to the selected textarea
Surprised this just works.
2023-08-24 01:01:01 +02:00
Tetrakern
b9f40aeddb More control over nav menu rendering
Constant to turn off the Transient and safety checks whether the menu exists.
2023-08-23 22:02:12 +02:00
Tetrakern
22d84ec21a Move fast comment AJAX
Now bound to the setting.
2023-08-23 18:37:51 +02:00
Tetrakern
49583e2938 Use safer data attribute for menu cloning
Just in case someone adds a filter and changed a bunch of things.
2023-08-23 12:33:04 +02:00
Tetrakern
df503ebcba Improve key combinations for BBCodes 2023-08-23 11:54:08 +02:00
Tetrakern
9823eaf8ec Add key combinations for BBCodes 2023-08-23 03:04:23 +02:00
Tetrakern
eb45cb589e Fix mobile menu cloning more
F*ck^2
2023-08-23 01:59:33 +02:00
Tetrakern
49bbc28a17 Fix mobile menu cloning
F*ck.
2023-08-23 01:38:30 +02:00
Tetrakern
5cdb7dd415 Revert "Load comment form via REST API"
This reverts commit f3d348e93540b9c14ca8e0054e809d395c306839.
2023-08-22 00:40:42 +02:00
Tetrakern
f3d348e935 Load comment form via REST API
If enabled.
2023-08-21 22:29:55 +02:00
Tetrakern
662e78bf5b Start using REST API; story comments
At least for everything that cannot use the fast AJAX, which is still superior.
2023-08-21 21:32:52 +02:00
Tetrakern
e68e30fec1 Apply fast AJAX to bookmarks 2023-08-21 15:45:54 +02:00
Tetrakern
dabcb63910 Apply fast AJAX to avatars
And this time I added the argument too!
2023-08-21 15:17:43 +02:00
Tetrakern
447ee2944a Add missing fcn_fast_ajax arg 2023-08-21 14:24:36 +02:00
Tetrakern
fdb41ae74a Fix fast AJAX login check
lol
2023-08-21 13:29:26 +02:00
Tetrakern
e7bea9aac0 Apply fast AJAX to fingerprint 2023-08-21 09:30:11 +02:00
Tetrakern
800ec64c69 Apply fast AJAX to checkmarks 2023-08-21 03:08:01 +02:00
Tetrakern
708b2213aa Apply fast AJAX to reminders 2023-08-21 02:34:01 +02:00
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