ยท Updated on
Changelog
What's new in this project, version by version.
V 0.0.5
- Resources restyle from the Asana detail design: new
ResourceCard(avatar icon, deal badge, category/pricing badges), resource detail pages with badges, date, Visit Website / Save / copy-link actions, Details card, and More + Related resources;/resourceslisting with search box and category/pricing filters - New homepage: announcement pill, gradient headline, hero search, filter bar (category/pricing/featured/sort), resource grid with tag links, newsletter block
- Routing: old homepage moved to
/landing; Terms, Privacy and this Changelog now live under/page/* - New
DirectoryIconcomponent with 4 icon modes (inline SVG, image URL, brand library, initials); demo on the/blockpage - Branding: ResourcesList wordmark with logo icon in the navbar, logo-icon favicon, nav is Home / Explore / Blog / About
V 0.0.4
- Layouts:
Page,Post,Dashboardadded (adapted fromref/astrot); legal pages now render viaPost(badge + updated date),/aboutviaPost, blog index / resources / rec detail viaPage - Nav/footer reworked to the ref style โ
data-topnavshell,ot-dropdownmobile menu, dark mode toggle, social icons in the footer - Dark mode:
DarkModeTogglewithlocalStoragepersistence and a pre-paint snippet inBaseHead - New
/pricingpage (tiers + FAQ) and/contactpage โ fully hardcoded markup - Blog index restyled with Oat cards grid; blog posts render through the
Postlayout - Blocks: all 23 marketing blocks consolidated into one
Blocks.astrocomponent, shown at/blockunder the Dashboard layout with sidebar anchor links; copy/code tabs removed - Footer links now point to Terms, Privacy and this Changelog; homepage rebuilt with the marketing block stack
V 0.0.3
- Resources directory: 21 resources in
src/data/resources.jsonas a content collection;ResourceCard+ResourceDetailcomponents with/resourceslisting and/rec/[slug]detail pages - Legal pages as content (
terms.md,privacy.md) rendered through thepagescollection - Navbar merge into
src/components/UI/Navbar.astro; Remix Icons; all custom CSS removed (pure Oat styling)
V 0.0.2
- Fonts: Inter via Fontsource; Oat UI + Oat Animate wired in
BaseHead - Header brand wordmark (
logo-text.svg); consolidated placeholder images
V 0.0.1
- Started with
bun create cloudflare@latestโ Astro blog template, Cloudflare Workers adapter