add more guides on migration and self-hosting docker compose examples, change launch date for banner, update dependencies

This commit is contained in:
Amruth Pillai
2026-01-20 10:35:37 +01:00
parent 7e5597271b
commit b87e5dd023
11 changed files with 901 additions and 416 deletions
@@ -2,8 +2,8 @@ import { Trans } from "@lingui/react/macro";
import { HeartIcon } from "@phosphor-icons/react";
import { useEffect, useState } from "react";
const PH_LAUNCH_START = Date.UTC(2026, 0, 22, 8, 1, 0);
const PH_LAUNCH_END = Date.UTC(2026, 0, 23, 8, 1, 0);
const PH_LAUNCH_START = Date.UTC(2026, 0, 21, 8, 1, 0);
const PH_LAUNCH_END = Date.UTC(2026, 0, 22, 8, 1, 0);
function isWithinProductHuntLaunchWindow() {
const nowUtc = Date.now();
@@ -29,8 +29,8 @@ export function ProductHuntBanner() {
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.producthunt.com/products/reactive-resume/launches/reactive-resume-v5"
className="flex h-8 items-center justify-center bg-secondary text-center font-medium text-[0.85rem] text-secondary-foreground tracking-tight underline-offset-2 hover:underline"
href="https://www.producthunt.com/products/reactive-resume/launches/reactive-resume-v5-2?embed=true&amp;utm_source=badge-featured&amp;utm_medium=badge&amp;utm_campaign=badge-reactive-resume-v5-2"
>
<Trans>Reactive Resume is launching on Product Hunt today, head over to show some love!</Trans>
<HeartIcon weight="fill" color="#DA552F" className="ml-2 size-3.5" />