661 Commits

Author SHA1 Message Date
Tetrakern
a3f9b9684a Reverted the AJAX post helper
This didn't work as intended.
2023-05-29 13:58:30 +02:00
Tetrakern
4b65615ea0 Improved Fetch API AJAX post helper
Now allows to send unconverted data.
2023-05-29 13:48:24 +02:00
Tetrakern
b4ef58c9f0 Improved Fetch API AJAX post helper
Now allows to send unconverted data.
2023-05-29 13:47:17 +02:00
Tetrakern
959393803c Update doc comment 2023-05-29 13:27:36 +02:00
Tetrakern
ddaddb5527 Hide list buttons when chapter tab unselected 2023-05-29 04:58:03 +02:00
Tetrakern
686eb79dcf Reduce submit button escape specificity 2023-05-29 03:02:52 +02:00
Tetrakern
fb1aa456b1 Add escape class to submit button style 2023-05-29 02:59:01 +02:00
Tetrakern
f8175c1e18 Update popup menu position on toggle 2023-05-29 00:41:00 +02:00
Tetrakern
70df10c98e Position popup menus based on scroll position
Only for top and bottom for now because nothing else is used. Also, this was a lot easier than I expected. And no external library required~
2023-05-28 17:01:57 +02:00
Tetrakern
068116476d Add top/bottom gaps to large modals 2023-05-28 14:50:55 +02:00
Tetrakern
c97eba6f80 Updated suggestion scrollbars 2023-05-28 12:49:53 +02:00
Tetrakern
7b71383c9d Updated style of custom scrollbars 2023-05-28 12:43:41 +02:00
Tetrakern
9cd528c8b7 Adding vertical padding to popup menu
I think it just looks better with more spacing, even if the hover background does no longer reach the top and or bottom edge.
2023-05-28 01:34:40 +02:00
Tetrakern
1ec9791a41 Added notification for OAuth link errors 2023-05-23 00:57:51 +02:00
Tetrakern
09a6d0446c Improved handling of removable query args 2023-05-23 00:57:30 +02:00
Tetrakern
0d06212127 Fix excerpt ellipsis 2023-05-17 19:51:27 +02:00
Tetrakern
dd981a4cef Prevent selection of header background
That just looked dumb.
2023-05-12 15:58:37 +02:00
Tetrakern
d2ce928bad Revert "Bump version to 5.2.6"
This reverts commit 94b40a7a0ac79133640bc377cbf49d6e433d92bc.

Haha, I haven't even released 5.2.5 yet.
2023-05-12 14:25:27 +02:00
Tetrakern
94b40a7a0a Bump version to 5.2.6 2023-05-12 14:23:19 +02:00
Tetrakern
668f3c0520 Fix comment line break wrapping 2023-05-12 14:21:55 +02:00
Tetrakern
3d7c290a3e Better use of constants
Should have done that from the start.
2023-05-11 16:22:43 +02:00
Tetrakern
d2f2926ce1 Bump version to 5.2.5 2023-05-11 11:40:56 +02:00
Tetrakern
69669ea92d Reduce database calls, add option to skip them
Apparently, get_bloginfo() is not cached, so calling it over and over again negatively impacts performance. Child themes can now make use of four new constants to skip these calls entirely.
2023-05-11 11:37:40 +02:00
Tetrakern
84584a0c0e Fix date format in Latest Updates shortcode 2023-05-09 16:29:06 +02:00
Tetrakern
04fbc2afc4 Break too long words in chapter bookmarks v5.2.4 2023-05-08 19:08:34 +02:00
Tetrakern
038a29edf1 Shorten chapter bookmark link 2023-05-08 18:12:09 +02:00
Tetrakern
67db72937e Fix main background position
The min-height set to main could cause the position of the background to not cover the whole container sometimes. Somehow. Probably a browser bug. Moving the property to the inner wrapper gets around the issue.
2023-05-07 21:08:28 +02:00
Tetrakern
ab59d5cc3a Update DOCUMENTATION.md 2023-05-07 18:55:24 +02:00
Tetrakern
486965a937 Update blockquote spoiler style 2023-05-07 18:09:46 +02:00
Tetrakern
87b4cf36a8 Improve subitem date format default 2023-05-07 18:03:29 +02:00
Tetrakern
068dde3f3f Fix sitemap 2023-05-07 01:49:33 +02:00
Tetrakern
e9f8695ff6 Add option to hide a story in lists 2023-05-07 01:45:42 +02:00
Tetrakern
c1959ceceb Change translation for SEO metabox
This is more for media embed cards than search engines, really.
2023-05-07 01:00:07 +02:00
Tetrakern
98f51ca14a Update DOCUMENTATION.md 2023-05-04 23:58:28 +02:00
Tetrakern
a733e69bce Update DOCUMENTATION.md 2023-05-04 23:50:11 +02:00
Tetrakern
d7fa81778e Update setting description 2023-05-04 20:08:24 +02:00
Tetrakern
56d56cfbc9 Update internal ACF to 6.1.6 2023-05-04 20:07:04 +02:00
Tetrakern
7ec9c724c0 Update internal ACF to 6.1.5 2023-05-02 17:37:52 +02:00
Tetrakern
70b8e0afa3 Add option to restrict default API
For guests and low-permission users who really do not need it.
2023-05-02 17:36:06 +02:00
Tetrakern
c1b8e3af3f Add function to disable REST API 2023-05-02 09:52:05 +02:00
Tetrakern
d7f6480305 Add some missing @since tags
Probably close to reality. As if I could remember lol
2023-05-02 09:51:46 +02:00
Tetrakern
1157a64fa8 Update CREDITS.md 2023-04-29 13:23:33 +02:00
Tetrakern
5f68eddc13 Update readme files 2023-04-29 13:20:51 +02:00
Tetrakern
e6888c8f1d Bump version to 5.2.4 2023-04-29 13:12:59 +02:00
Tetrakern
0e4b7fa8bc Improve embed logo
Also fixed an issue when the embedded media could not be loaded.
2023-04-29 13:11:34 +02:00
Tetrakern
77e4338152 Restore Twitter username profile field
No idea how that vanished but okay.
2023-04-19 01:14:21 +02:00
Tetrakern
57c29226c8 Update Twitter meta tags 2023-04-13 01:16:26 +02:00
Tetrakern
3342b8e983 Update internal ACF to 6.1.3 v5.2.3 2023-04-09 14:39:47 +02:00
Tetrakern
b7939c9c96 Bump version to 5.2.3 2023-04-05 01:44:37 +02:00
Tetrakern
7de107e120 Update ACF to 6.1.2 2023-04-05 01:43:10 +02:00