denshooter
377631ee50
Copilot/setup sentry nextjs ( #58 )
...
* Revise portfolio: warm brown theme, elegant typography, optimized analytics tracking (#55 )
* Initial plan
* Update color theme to warm brown and off-white, add elegant fonts, fix analytics tracking
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* Fix 404 page integration with warm theme, update admin console colors, fix font loading
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* Address code review feedback: fix navigation, add utils, improve tracking
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* Fix accessibility and memory leak issues from code review
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* chore: Code cleanup, add Sentry.io monitoring, and documentation (#56 )
* Initial plan
* Remove unused code and clean up console statements
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* Remove unused components and fix type issues
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* Wrap console.warn in development check
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* Integrate Sentry.io monitoring and add text editing documentation
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* Initial plan
* feat: Add Sentry configuration files and example pages
- Add sentry.server.config.ts and sentry.edge.config.ts
- Update instrumentation.ts with onRequestError export
- Update instrumentation-client.ts with onRouterTransitionStart export
- Update global-error.tsx to capture exceptions with Sentry
- Create Sentry example page at app/sentry-example-page/page.tsx
- Create Sentry example API route at app/api/sentry-example-api/route.ts
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* feat: Update middleware to allow Sentry example page and fix deprecated API
- Update middleware to exclude /sentry-example-page from locale routing
- Remove deprecated startTransaction API from Sentry example page
- Use consistent DSN configuration with fallback values
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
* refactor: Improve Sentry configuration with environment-based sampling
- Add comments explaining DSN fallback values
- Use environment-based tracesSampleRate (10% in production, 100% in dev)
- Address code review feedback for production-safe configuration
Co-authored-by: denshooter <44590296+denshooter@users.noreply.github.com >
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
2026-01-22 10:05:43 +01:00
Cursor Agent
6f1ad8eb4d
Refine CMS i18n fallback, refresh UI, add consent minimize, seed i18n content
...
Co-authored-by: dennis <dennis@konkol.net >
2026-01-12 16:10:22 +00:00
Cursor Agent
12245eec8e
Refactor for i18n, CMS integration, and project slugs; enhance admin & analytics
...
Co-authored-by: dennis <dennis@konkol.net >
2026-01-12 14:36:10 +00:00
denshooter
c5efd28383
full upgrade
2026-01-07 23:13:25 +01:00
Dennis Konkol
ded873e6b4
🎨 Complete Portfolio Redesign: Modern Dark Theme + Admin Dashboard + Enhanced Markdown Editor
...
✨ New Features:
- Complete dark theme redesign with glassmorphism effects
- Responsive admin dashboard with collapsible projects list
- Enhanced markdown editor with live preview
- Project image upload functionality
- Improved project management (create, edit, delete, publish/unpublish)
- Slug-based project URLs
- Legal pages (Impressum, Privacy Policy)
- Modern animations with Framer Motion
🔧 Improvements:
- Fixed hydration errors with mounted state
- Enhanced UI/UX with better spacing and proportions
- Improved markdown rendering with custom components
- Better project image placeholders with initials
- Conditional rendering for GitHub/Live Demo links
- Enhanced toolbar with categorized quick actions
- Responsive grid layout for admin dashboard
📱 Technical:
- Next.js 15 + TypeScript + Tailwind CSS
- Local storage for project persistence
- Optimized performance and responsive design
2025-09-01 23:30:10 +00:00
Denshooter
635c244c06
feat: update dependencies and enhance privacy policy
...
Replace "@vercel/analytics" with "@tryghost/content-api" and add
"node-fetch" to dependencies. Remove "@vercel/speed-insights" to
streamline the package. Update robots.txt to dis access to
"/legal-notice" and "/privacy-policy". Change <p> tags to <div> in
the Privacy Policy for better structure. Update the last modified
date in the Legal Notice. Add a new API route for fetching images
with error handling for missing URL parameters.
2025-02-12 12:59:15 +01:00
Denshooter
433a3c6d58
D branch 1 ( #10 )
...
* fix: update Umami script source to use HTTPS
Change the Umami script source from HTTP to HTTPS to enhance
security and ensure that the script is loaded securely. This
improves the overall integrity of the application by preventing
mixed content issues.
* feat: add legal notice page and update footer component
Creates a new legal notice page with necessary content and links.
Updates the Footer_Back component for improved formatting and
consistency. These changes ensure compliance with legal
requirements and enhance user experience.
2025-02-11 01:37:57 +01:00
Denshooter
a5233d09a4
removed vercel analytics, added umami ( #6 )
2025-02-10 23:32:39 +01:00
Denshooter
2c9f69dcac
fix: escape apostrophes in privacy policy text for proper rendering
2025-02-04 16:47:33 +01:00
Denshooter
36e44ef1b8
feat: add cookie consent banner and privacy policy page; update dependencies and improve animations
2025-02-04 16:44:49 +01:00