1479 Commits

Author SHA1 Message Date
Tetrakern
ffd2c5a5b4 Improve paragraph tools CSS selectors 2023-08-30 12:59:07 +02:00
Tetrakern
cdbedef7d9 Improve showcase CSS selectors 2023-08-30 12:35:13 +02:00
Tetrakern
044632a0c6 Improve chapter CSS selectors
I know it helps, but I lack a way to actually benchmark this, which is annoying.
2023-08-30 12:27:58 +02:00
Tetrakern
adcb3edb0f Improve card CSS selectors
Probably a negligible render performance boost, but that's no reason not to do it.
2023-08-30 11:51:48 +02:00
Tetrakern
8137ff6d00 Fix typo in new filter hooks
haha
2023-08-30 02:49:52 +02:00
Tetrakern
b55613c2f9 Add filter to card footers 2023-08-30 02:32:39 +02:00
Tetrakern
b951311e7e Documentation and always use fresh data 2023-08-29 17:36:43 +02:00
Tetrakern
573d48b951 Keep local user data updated 2023-08-29 14:29:23 +02:00
Tetrakern
2ac5d5c294 Do not constantly request user data if logged out 2023-08-29 14:16:36 +02:00
Tetrakern
33496b539e Fix a few script errors 2023-08-28 22:52:12 +02:00
Tetrakern
445df24da2 Update MU plugin to allow Fictioneer plugins
Whaaaaat? It's only fair!
2023-08-28 14:12:58 +02:00
Tetrakern
519c3e9db0 Add filter to AJAx user data 2023-08-28 14:06:37 +02:00
Tetrakern
15eb144b48 Cleanup 2023-08-28 10:43:04 +02:00
Tetrakern
d52d56d37d Add forbidden list of caps to role manager
Use a proper role plugin if you want to mess with that.
2023-08-28 01:22:39 +02:00
Tetrakern
ad82d995c8 Move some buttons around 2023-08-28 00:51:12 +02:00
Tetrakern
52ca59bd69 Move custom background to body
This crap caused some real render issues, holy f*ck!
2023-08-27 23:53:01 +02:00
Tetrakern
8fe2fdfc01 Add some dev and debug tools
Depends on WP_DEBUG being true.
2023-08-27 22:15:43 +02:00
Tetrakern
172caba197 Upgrade theme cache purge tool
Does now purge all theme Transients.
2023-08-27 21:16:31 +02:00
Tetrakern
020b29bec5 Cleanup 2023-08-27 19:54:42 +02:00
Tetrakern
76d575cc55 Improve aria labels 2023-08-27 19:18:59 +02:00
Tetrakern
bfbbe3bdac Cleanup 2023-08-27 19:00:19 +02:00
Tetrakern
c7e1d1780f Possibly finally fix observer issues 2023-08-27 18:39:35 +02:00
Tetrakern
80cc407fc5 Remove default smooth scrolling
This was only better when the adminbar would mess up everything. Otherwise, it is just annoying
2023-08-27 18:38:01 +02:00
Tetrakern
f23cbdf206 Fix some script loading order issues 2023-08-27 17:14:56 +02:00
Tetrakern
8040920b39 Improve nav sticky handling 2023-08-27 16:21:30 +02:00
Tetrakern
818a95e895 Make anchor links less jarring 2023-08-27 15:41:57 +02:00
Tetrakern
97a417e014 Update observer rootMargins 2023-08-27 14:19:04 +02:00
Tetrakern
048e705a51 Add observer to comment form
And optimize some other comment things.
2023-08-27 14:01:55 +02:00
Tetrakern
ac943c4713 Cleanup 2023-08-27 13:01:43 +02:00
Tetrakern
b1e6ffc700 Refactor AJAX user authentication 2023-08-27 12:29:24 +02:00
Tetrakern
d145067b89 Add fcn_parseJSON() JS helper 2023-08-27 12:00:32 +02:00
Tetrakern
f33abf16c5 Refactor bookmarks 2023-08-27 01:54:46 +02:00
Tetrakern
cb87988e8f Fix mobile menu buttons 2023-08-27 01:45:57 +02:00
Tetrakern
03ef426a91 Remove obsolete code 2023-08-27 00:19:53 +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
c46deeafbc Remove useless node 2023-08-26 23:51:20 +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
81e80475d1 Do some sorting 2023-08-26 22:05:07 +02:00
Tetrakern
5f6574fe4c Remove obsolete checkmarks code 2023-08-26 22:03:57 +02:00
Tetrakern
9b00f27173 Avoid double init of user data 2023-08-26 21:58:02 +02:00
Tetrakern
d0d86e2bf1 Prevent password field duplicate IDs 2023-08-26 21:40:15 +02:00
Tetrakern
2ca7aab07c Improve card popup menu 2023-08-26 21:29:49 +02:00
Tetrakern
dda8293a36 Fix chapter order on story cards 2023-08-26 21:11:29 +02:00
Tetrakern
1ef1422b0a Refactor checkmarks 2023-08-26 21:03:45 +02:00
Tetrakern
b95b34c89a Fix card lists being empty
If not post IDs were given.
2023-08-26 20:55:14 +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