Commit Graph
8 Commits
Author SHA1 Message Date
poyrazavsever 875ea7f70e fix: fixed the react syntax highlight type def 2026-03-11 13:19:08 +03:00
Poyraz Avsever e3f1fa3fa0 feat(panel): add electron dashboards for data, podcasts, media, and publish 2026-03-11 11:03:56 +03:00
poyrazavsever c253bad8bf Add new podcast episodes and update content structure
- Created new podcast episode files for "Freelance Client Stories", "Productivity Without Burnout", "Conversations with Builders", "Stable Frontend Systems", "Writing Cleaner Service Layers", and "Foundations Over Tools" with relevant metadata and episode notes.
- Introduced a new TypeScript type definition for PodcastKind and PodcastEpisode to enhance type safety.
- Implemented a content reading function to fetch and sort podcast episodes by date.
- Updated package.json to include new dependencies: gray-matter for markdown parsing and pdfjs-dist for PDF handling.
- Added PDF files for Atomic Design and personal resume to the public directory.
2026-03-10 22:21:40 +03:00
Poyraz Avsever 4c0be0374c chore: clean up empty code change sections in the changes log 2026-03-10 11:55:05 +03:00
Poyraz Avsever 29a0a8a893 Add logo image to the public directory 2026-03-10 09:36:47 +03:00
Poyraz Avsever 437080eb35 feat: update portfolio metadata and remove unused dependencies 2026-03-10 08:59:03 +03:00
Poyraz Avsever ffc6c65db1 feat: integrate poyraz-ui and reactive-switcher for theme management
- Added poyraz-ui preset CSS import to globals.css for styling.
- Created theme-switcher.md documentation for reactive-switcher usage.
- Added usage-guide.md for comprehensive Poyraz UI instructions.
- Updated package.json to include reactive-switcher as a dependency.
- Modified pnpm-lock.yaml to reflect the addition of reactive-switcher.
- Established themes.ts to export Poyraz UI themes for use in the application.
2026-03-09 10:25:39 +03:00
Poyraz Avsever 24241aa1af Initial commit from Create Next App 2026-03-09 10:21:53 +03:00