Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 18 additions & 0 deletions .changeset/release-1781658504.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
"portfolio": patch
---

- 3c2e204: feat(projects): assign random backgrounds from public directory to project previews
- e2feb6f: fix(eslint): fix cascading renders in cover and random background effects
- a49187f: fix(lint): resolve unused import warning in certifications page
- 9396562: style(format): format opensource list and page files with Prettier
- 7a1cd33: feat(layout): integrate RandomBackground backdrop overlay for premium look
- 2c3dbb9: feat(cover): implement theme cycle animation loop and click interaction for ProfileCover
- c14938d: style(images): compress backgrounds directory files to optimized WebP format with ffmpeg
- f37eff0: style(images): compress cover images to optimized WebP format with ffmpeg
- 8e75f23: feat(opensource): support personal repo filtering, pinned order sorting, and interactive header links
- fe9de76: refactor(opensource): extract project card subcomponents to client file for event handler serialization
- 7bb44c3: feat(opensource): implement home preview block and dedicated filters page
- 5fa2a65: feat(opensource): create type definitions, configuration schema and data structures
- f8be192: chore(git): ignore local .protocols directory
- 39ab176: update gitignore and remove protocols folder to project
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ _bmad-output/
.agents/
.agent/
CODE/
.protocols/
Binary file added public/backgrounds/image1.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/backgrounds/image2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/backgrounds/image3.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/backgrounds/image4.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/backgrounds/image5.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/backgrounds/image6.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/backgrounds/image7.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/backgrounds/image8.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/covers/cover-dark.webp
Binary file not shown.
Binary file removed public/covers/cover-light.webp
Binary file not shown.
Binary file added public/covers/cover1.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/covers/cover2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/covers/cover4.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/covers/cover5.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/covers/footer1.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/app/(app)/(pages)/certifications/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ArrowLeftIcon, AwardIcon, ExternalLinkIcon } from "lucide-react"

import type { Doc } from "@/types/document"
import { X_HANDLE } from "@/config/site"
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button"
import { BlocksSeparator } from "@/components/blocks-separator"

Expand Down
Loading
Loading