Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
bdb1b82
feat: dark terminal-inspired site redesign with multi-page structure
gfargo May 4, 2026
a86e81f
fix: restore green hero identity, add screenshot slots, remove WhatsN…
gfargo May 4, 2026
34187ef
fix: remove drop-shadow from hero image and heading so they blend int…
gfargo May 4, 2026
e4ee645
fix: extend hero-to-content gradient transition for smoother fade
gfargo May 4, 2026
bede11d
fix: increase hero gradient height to h-96 for even smoother transition
gfargo May 4, 2026
2a5997b
fix: move hero gradient below the section so it fades downward into d…
gfargo May 4, 2026
c442c4c
fix: extend hero gradient into the Toolbelt section for a gradual gre…
gfargo May 4, 2026
5a21e6d
fix: use deep dark green (oxley-900) as gradient midpoint for richer …
gfargo May 4, 2026
5619237
fix: remove negative margin so gradient band is visible between hero …
gfargo May 4, 2026
96114ad
feat: swap background to dark green-tinted palette, remove hero gradient
gfargo May 4, 2026
5512170
feat: add GitHub link footer to changelog, clarify these are recent r…
gfargo May 4, 2026
182b9e2
feat: fetch changelog from GitHub Releases API instead of local specs…
gfargo May 4, 2026
5d44713
feat: highlight search term occurrences in changelog entries
gfargo May 4, 2026
1b0665a
chore: cleanup deprecated components, fix responsive layout, and impr…
gfargo May 4, 2026
4c7db7b
Add tsconfig build info file
gfargo May 4, 2026
8ace91b
fix: remove eslint-disable for undefined @typescript-eslint/no-unused…
gfargo May 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
preset: 'ts-jest',
testEnvironment: 'node',
roots: ['<rootDir>/src'],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
}
Loading