Commit Graph

121 Commits

Author SHA1 Message Date
84f9761a35 fix: prevent animation flickering by checking for URL change during HTMX settlement
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-22 09:29:43 +01:00
393b78a0e8 fix: prevent animation flickering and refine post card hover state
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 09:27:29 +01:00
9d1b6dee52 Revert "refactor: remove redundant post-grid-item.animated visibility class"
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
This reverts commit 93625b0419.
2026-02-22 09:26:19 +01:00
93625b0419 refactor: remove redundant post-grid-item.animated visibility class
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-22 09:24:17 +01:00
9533f003dc refactor: remove redundant animationend cleanup logic
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 09:22:09 +01:00
dc7a78621c style: remove ring border effect on post card hover
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
2026-02-22 08:42:43 +01:00
db47dbadec fix: ensure hover effects work on touch-screen devices by adding custom hover variant
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:41:15 +01:00
6f2d6b643d fix: ensure post card hover effects work by preventing animation property locking
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-22 08:37:23 +01:00
0b01773cec fix: move group class to direct parent of interactive elements in post card
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:33:13 +01:00
d7961af07a fix: ensure post card hover effects fire by separating them from entry animation
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:31:06 +01:00
3caa9a3cf2 style: enhance post card hover effects with card lift and animated details
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-22 08:28:46 +01:00
c6c07a1dd8 style: update twitter icon to new X brand icon
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:26:12 +01:00
3e7052a217 revert: restore site owner attribution link in footer
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:17:28 +01:00
93f070ff33 style: apply drop-cap effect only to posts, remove from pages
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:16:00 +01:00
1d43de19a8 style: enhance post card design and refine footer
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-22 08:14:28 +01:00
0b42a7f0da refactor: extract post feed logic into reusable partial
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-22 08:13:20 +01:00
021a3ea2a2 feat: add beautiful initial-letter drop cap effect to content
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-22 08:11:25 +01:00
64c02b39dc refactor: streamline all icons to use class placeholder and update callers
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:03:51 +01:00
94b9134f8e refactor: externalize all SVG icons to partials/icons
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 07:59:17 +01:00
df38d7d9ef feat: replace HTML arrow entities with vector SVG icons for consistency
All checks were successful
Deploy Theme / deploy (push) Successful in 32s
2026-02-22 07:42:27 +01:00
f431b97559 refactor: extract partials for post components and create separate page template
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 20:38:28 +01:00
d1889f69f0 style: adjust author avatar size on medium screens
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 20:32:20 +01:00
7f6dde7069 fix: move post navigation inside post check to hide on pages
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 20:15:12 +01:00
1d5d9c0904 feat: apply global fadeInUp animation to all page transitions
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-21 20:12:26 +01:00
fce691fa9c fix: post widgets order
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:58:51 +01:00
3d27079885 fix: refine post navigation alignment and borders
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:56:56 +01:00
c872fa67e6 fix: refactor post navigation to avoid nested helpers and hide empty container
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:51:42 +01:00
40cfb685b8 fix: post navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-21 19:30:15 +01:00
32bf98e146 fix: post navigation max width
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:05:14 +01:00
31a3591ba5 style: remove 'Back to Home' button from post template
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 17:13:28 +01:00
4d2e5de954 fix: hide post navigation when no adjacent posts exist
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 17:09:59 +01:00
78c805bbf9 fix: header max width
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 12:13:36 +01:00
90c8d56e3c style: simplify post cards by removing hover titles and refine home page title logic
All checks were successful
Deploy Theme / deploy (push) Successful in 31s
2026-02-21 09:45:59 +01:00
9275601f07 style: unify post count label styling between tag and author templates
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:38:41 +01:00
2ad54e184c feat: add tag template with header and infinite scroll
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:36:51 +01:00
cfa9db823e style: remove descriptive text from 404 template for a cleaner look
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:29:11 +01:00
a9165ac371 style: only show 'Back to Home' button on posts, hide on pages
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:27:37 +01:00
6e43ebe5be style: remove button backgrounds and set color to text-secondary for a cleaner header
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-20 19:19:53 +01:00
f1774fde6b style: remove header shrink effect while maintaining sticky behavior
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:11:27 +01:00
c0a280bca8 feat: implement infinite scroll on the author page
All checks were successful
Deploy Theme / deploy (push) Successful in 12s
2026-02-20 17:58:40 +01:00
cd97f53632 feat: dynamically link footer attribution to the site owner's author page
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 17:56:25 +01:00
3a80e71c21 feat: add sophisticated and artful author template
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-20 17:54:09 +01:00
c4cad08700 style: use brand-primary for 404 heading and streamline button label
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 17:46:52 +01:00
27e4bcdd02 style: remove uppercase from 404 suggestion heading
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 17:44:23 +01:00
e5f26f6d30 feat: add artful error-404 template with suggested posts
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 17:41:43 +01:00
997fffa367 style: add subtle bottom separator line to the header
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
2026-02-20 17:26:54 +01:00
d33dcd7fb9 feat: implement sticky header with height compression and glassmorphism
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 12:45:32 +01:00
78dc8cbd08 feat: add smooth scroll-to-top button with Alpine transition
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 12:14:17 +01:00
b0e1dad5ea fix(htmx): ensure window scrolls to top on navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 11:27:58 +01:00
5db7ad8e6b fix(navigation): implement persistent shell with client-side highlighting for rock-solid mobile menu
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 11:25:13 +01:00