Commit Graph

83 Commits

Author SHA1 Message Date
3ad609a793 fix(frontend): de-AI landing page copy, remove em dashes and manifesto tone 2026-05-29 01:12:29 +02:00
9849bb4991 fix(frontend): prevent iOS Safari auto-zoom on input focus 2026-05-29 01:10:50 +02:00
2199e5c66d fix(frontend): move search to header center on mobile, nav links in hamburger only 2026-05-29 01:08:57 +02:00
6e7bf05942 feat(frontend): add hamburger sheet menu for mobile nav 2026-05-29 01:07:27 +02:00
037217960e fix(frontend): place scroll indicator directly below hero card in flow 2026-05-29 01:03:59 +02:00
44b3a6de60 fix(frontend): move scroll indicator inside hero section so it anchors correctly 2026-05-29 01:02:43 +02:00
1fd46f3f2a feat(frontend): add animated scroll indicator to landing page hero 2026-05-29 01:01:29 +02:00
9c5d5518bb fix(frontend): add blur overlay on landing page for better text contrast 2026-05-29 01:00:02 +02:00
95ea633e78 fix(frontend): restore background image on landing page by removing gradient override 2026-05-29 00:59:07 +02:00
a97507cc15 feat(frontend): replace inline LandingPage with new multi-section component 2026-05-29 00:56:28 +02:00
858faddda9 feat(frontend): add LandingPage server component with all 5 sections 2026-05-29 00:54:59 +02:00
ea3a32ccaf feat(frontend): add LandingFeatures client component with scroll animation 2026-05-29 00:52:01 +02:00
8fad8eefa0 feat(frontend): add landing page CSS keyframes and utility classes 2026-05-29 00:50:44 +02:00
5a05968ae9 fix(frontend): rewrite FiltersSortingPanel with shadcn, correct styling, useTransition 2026-05-29 00:23:07 +02:00
7991aef47b feat(frontend): wire FiltersSortingPanel into home feed with sort/filter params 2026-05-28 23:56:49 +02:00
ed6a4f9f72 feat(frontend): add FiltersSortingPanel client component 2026-05-28 23:55:04 +02:00
f815d71c32 feat(frontend): add FeedOptions type and update getFeed to support sort/filter params 2026-05-28 23:52:58 +02:00
4d00d856c1 feat: swap TopFriends for ProfileFriendsWidget on profile page 2026-05-28 22:54:13 +02:00
a279988d39 feat: add ProfileFriendsWidget with top-friends/all-friends conditional 2026-05-28 22:52:56 +02:00
2f56839938 feat: add AllFriendsCard component for local and remote friends 2026-05-28 22:50:50 +02:00
2ffdd5e269 feat: show Friends nav link only when logged in 2026-05-28 22:47:53 +02:00
c5812100d5 feat: add "Friends" section to settings sidebar navigation 2026-05-28 22:28:48 +02:00
43e36c743b feat: add /friends page and /settings/friends top-friends management
Some checks failed
lint / lint (push) Failing after 8m39s
test / unit (push) Successful in 16m39s
2026-05-28 04:22:26 +02:00
84c66dd461 feat: add alsoKnownAs field to federation settings 2026-05-28 02:01:56 +02:00
5ca5ad9561 feat: update k-ap dependency to v0.1.8 and enhance middleware for ActivityPub requests 2026-05-28 01:08:45 +02:00
f6893b19dc feat: update dependencies to k-ap v0.1.7 and add profileHref utility for user links 2026-05-27 23:38:14 +02:00
6f65742284 feat: add /about/fediverse info page with glass accordion panels 2026-05-27 23:38:14 +02:00
904dd5f1a0 feat: add Fediverse nav link 2026-05-27 23:38:14 +02:00
0164b03e5c feat: add copy handle button and fediverse info link to profile 2026-05-27 23:38:14 +02:00
0797dde39c fix: handle clipboard errors and cleanup timeout in CopyButton 2026-05-27 23:38:14 +02:00
7d2d597264 feat: add CopyButton client component 2026-05-27 23:38:14 +02:00
5097c91261 feat: store AP note extensions in JSONB and render movies-diary posts as rich cards 2026-05-24 04:29:04 +02:00
f4932af2ba feat: custom CSS editor with CodeMirror, live preview, and /docs/css reference 2026-05-24 03:26:34 +02:00
01932cf337 feat: add image upload for avatar and banner 2026-05-24 02:06:47 +02:00
39f7d39232 feat: load more pagination for user profile thoughts 2026-05-16 15:21:18 +02:00
4a84c595d5 fix: route local users to /users/{username} in remote connection lists 2026-05-16 15:17:58 +02:00
f89a466fd9 feat: load more pagination for remote user posts 2026-05-16 15:14:53 +02:00
c180b1c1f5 fix: overflow-y scroll on html to prevent layout shift on dropdown open 2026-05-16 15:12:41 +02:00
a85cb2eee5 fix: break-all on fediverse handle to prevent overflow 2026-05-16 15:07:30 +02:00
7e2c5adffd fix: scrollbar-gutter stable to prevent bg flicker on dropdown open 2026-05-16 15:05:28 +02:00
82778c82dd fix: wrap background image in fixed div so it stays put on scroll 2026-05-16 15:03:41 +02:00
b02f3c73e3 feat: Frutiger Aero redesign — glass panels, Aero shimmer, interaction moments 2026-05-16 14:55:51 +02:00
9aee4ceb6d feat: v2 rewrite — hexagonal arch, ActivityPub federation, NATS, deployment-ready (#1)
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-16 09:42:40 +00:00
071809bc3f icon
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m44s
2025-12-29 21:17:43 +01:00
db87f00e04 favicon
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m45s
2025-12-29 20:24:49 +01:00
d2428ebc44 Change icon
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 14m20s
2025-12-29 20:06:23 +01:00
2661f26078 fix: update Next.js version to 15.5.7 in package.json and bun.lock
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 11m51s
2025-12-06 21:08:20 +01:00
dffec9b189 fix: enhance top friends display logic in FeedPage
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m37s
2025-09-14 21:40:48 +02:00
e2494135d6 fix: add redirect to login for unauthorized access in FeedPage
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m38s
2025-09-14 21:30:12 +02:00
d6c42afaec fix: integrate js-cookie for install prompt dismissal handling
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m35s
2025-09-09 04:51:29 +02:00