1990 Commits

Author SHA1 Message Date
Tetrakern
9b70b024c3 Add container query units to grid gaps 2024-01-20 18:33:09 +01:00
Tetrakern
f049b995b2 Add fallbacks for container queries 2024-01-20 17:52:08 +01:00
Tetrakern
e1122b99e4 Add container query to latest chapters line clamp 2024-01-20 16:44:24 +01:00
Tetrakern
17c681ebc1 Improve chapter card spoiler obfuscation 2024-01-20 16:42:00 +01:00
Tetrakern
bf13e3b079 Update INSTALLATION.md 2024-01-20 15:45:11 +01:00
Tetrakern
5adb88f991 Fix age confirmation modal not always working 2024-01-20 15:27:46 +01:00
Tetrakern
75e4e0aa4e Move age confirmation script to application
Make sure it is loaded.
2024-01-20 15:04:43 +01:00
Tetrakern
73c366ee0d Add optional age confirmation modal 2024-01-20 14:41:33 +01:00
Tetrakern
812de7aed7 Update INSTALLATION.md 2024-01-20 09:58:48 +01:00
Tetrakern
0d74cba548 Make pagination span all grid columns if any 2024-01-20 09:44:06 +01:00
Tetrakern
4a515dab43 Update grid-column properties 2024-01-20 09:38:34 +01:00
Tetrakern
7406c61acd Update customizer translation
Damned pixels...
2024-01-20 09:18:33 +01:00
Tetrakern
5c93529e36 Add card size and grid spacing CSS snippet 2024-01-20 01:22:08 +01:00
Tetrakern
18ed3405d1 Add customizer option for card grid width 2024-01-20 01:10:14 +01:00
Tetrakern
9e49435833 Increase recommendation one sentence limit 2024-01-19 23:47:22 +01:00
Tetrakern
fcbc0c9402 Update show/hide-below classes for cards 2024-01-19 23:43:31 +01:00
Tetrakern
81ee562c0d Fix below-x utility classes
There's such a thing as half pixels, technically.
2024-01-19 23:40:13 +01:00
Tetrakern
4b9ba83034 Fix card tags font-size scaling 2024-01-19 22:30:20 +01:00
Tetrakern
626e89a3b0 Refactor cards with container queries 2024-01-19 22:24:08 +01:00
Tetrakern
73537691bd Rename CSS class two-columns to grid-columns
Depending on the site width, this are, in fact, not just two columns.
2024-01-19 14:55:50 +01:00
Tetrakern
475af0f8fb Add utility function to safely truncate strings
This had a small chance to fail or return invalid HTML.
2024-01-19 14:42:19 +01:00
Tetrakern
c31a863dfc Fix card content truncation containers 2024-01-19 14:13:17 +01:00
Tetrakern
38ca5f5c93 Generalize story tab script 2024-01-19 08:56:15 +01:00
Tetrakern
5413902f6c Purge theme caches after update 2024-01-19 08:56:15 +01:00
Tetrakern
2fc6fca357 Update style of protected icon in chapter lists 2024-01-19 08:56:15 +01:00
Tetrakern
5e24ba08c9 Bump version to 5.9.0 2024-01-18 23:45:17 +01:00
Tetrakern
562b6c5816 Add protected icon to (some) cards 2024-01-18 21:44:29 +01:00
Tetrakern
9b465bbaca Fix chapter list shortcode password check 2024-01-18 21:26:08 +01:00
Tetrakern
35636c0f35 Split story-content partial into actions 2024-01-18 21:12:07 +01:00
Tetrakern
771b73a80b Change chapter list password hint to icon 2024-01-18 19:35:15 +01:00
Tetrakern
0766441ea0 Add scheduled chapter note to story pages 2024-01-18 19:08:12 +01:00
Tetrakern
2cb8984e41 Change closed group arrow rotation to -90 deg 2024-01-18 17:55:52 +01:00
Tetrakern
86853cc6e6 Add option to collapse chapter groups by default 2024-01-18 12:15:19 +01:00
Tetrakern
6a2e6fa330 Remove contain: layout from header CSS class
Didn't help with anything and could cause confusion if users want to remove the relative position.
2024-01-17 13:54:45 +01:00
Tetrakern
9586b43414 Change how the sticky nav works
This variant should be more compatible with customizations and prevent the flicker without nav background on page load. Probably. Drawback is that the sticky nav now requires JS, but that was already the case for the nav background anyway.
2024-01-17 13:37:38 +01:00
Tetrakern
be2ec594c9 Allow guests to be redirected to wp-login on wp-admin 2024-01-16 22:20:41 +01:00
Tetrakern
a2ab9585b6 Fix AJAX auth not always working 2024-01-16 08:00:17 +01:00
Tetrakern
9e3d32794d Extend last commit to Firefox as well 2024-01-15 22:53:40 +01:00
Tetrakern
259391bdae Add escape class to _v-scrolling for scrollbar
As it is apparently really difficult to make the scrollbar visible again.
2024-01-15 22:52:13 +01:00
Tetrakern
6fb6042e2e Make chapter list popup script more generic
Now uses querySelectorAll, so you could have more than one. Currently not the case, though.
2024-01-15 21:20:28 +01:00
Tetrakern
499a952741 Fix comment typo 2024-01-13 10:14:13 +01:00
Tetrakern
d7a5927923 Delay legacy cleanup on init
This should run after everything else, so all rewrite rules are already set.
v5.8.7
2024-01-13 03:19:53 +01:00
Tetrakern
9e3a12ac36 Flush rewrite rules after legacy cleanup 2024-01-13 03:14:14 +01:00
Tetrakern
fcd6952dbf Refactor custom theme sitemaps 2024-01-13 02:59:24 +01:00
Tetrakern
026176241d Add isset checks to profile updates
Partial updates are not a thing, but just to be safe. This had already been an issue with post meta once.
2024-01-12 13:27:45 +01:00
Tetrakern
44125dde10 Add profile flag to lock avatar 2024-01-12 11:15:23 +01:00
Tetrakern
24fb9f3ab0 Remove superfluous CSS 2024-01-11 17:29:36 +01:00
Tetrakern
0aadf8c182 Bump version to 5.8.7 2024-01-11 14:20:02 +01:00
Tetrakern
8f45c06fe2 Add optional alternative mobile menu style 2024-01-11 14:18:17 +01:00
Tetrakern
7f8b249a99 Clarify Customizer saturation and lightness sliders 2024-01-11 14:15:23 +01:00