-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: whoisyurii/checkmygit
base: main
head repository: InzGIBA/devcard
compare: main
- 19 commits
- 138 files changed
- 1 contributor
Commits on Jan 16, 2026
-
Migrate from Cloudflare Pages to GitHub Pages with static generation
- Replace adapter-cloudflare with adapter-static - Add site.config.js for centralized configuration - Create build-time data fetching module - Remove dynamic routes and server-side code - Remove Cloudflare KV dependencies - Add GitHub Actions workflow for automated deployment - Add sitemap generation - Update documentation with setup instructions - Configure for single GitHub profile display
Configuration menu - View commit details
-
Copy full SHA for fef37b2 - Browse repository at this point
Copy the full SHA fef37b2View commit details -
Update environment variable names from GITHUB_* to GH_*
GitHub does not allow secrets starting with GITHUB_ prefix. Changed all references to use GH_TOKEN and GH_USERNAME instead.
Configuration menu - View commit details
-
Copy full SHA for 4a8839c - Browse repository at this point
Copy the full SHA 4a8839cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3aeb6e - Browse repository at this point
Copy the full SHA e3aeb6eView commit details -
Fix: Correct CNAME file creation condition in workflow
GitHub Actions doesn't allow direct secret comparison in if conditions. Changed to use environment variable check inside shell script.
Configuration menu - View commit details
-
Copy full SHA for cf64a7b - Browse repository at this point
Copy the full SHA cf64a7bView commit details
Commits on Jan 17, 2026
-
Remove views counter from all templates
- Removed views prop from all template components - Removed views display from Sidebar, TemplateGitHub, TemplateBento, and TemplateMinimal - Contribution graph and external contributions are already displayed in templates
Configuration menu - View commit details
-
Copy full SHA for 26314b2 - Browse repository at this point
Copy the full SHA 26314b2View commit details -
Fix: Use GH_TOKEN instead of GITHUB_TOKEN in github.ts
This fixes the issue where contributions data was not being fetched because the token variable name was not updated.
Configuration menu - View commit details
-
Copy full SHA for 128cf45 - Browse repository at this point
Copy the full SHA 128cf45View commit details -
Add full language statistics and LinkedIn integration
- Remove top-10 limitation in language statistics calculation - Display all languages sorted by usage in backend - Show top-5 languages in LanguageChart component - Show top-8 languages in TechStack component - Fix repository count display text with proper singular/plural handling - Add LinkedIn URL support to GitHubUser type - Add LINKEDIN_URL environment variable configuration - Create LinkedInButton component with URL normalization - Integrate LinkedIn button into ProfileHeader - Format all files with Prettier
Configuration menu - View commit details
-
Copy full SHA for 1a6577f - Browse repository at this point
Copy the full SHA 1a6577fView commit details -
Fix: Include all repositories in language statistics
- Calculate language stats from all repositories including forks - Change repository sorting from STARGAZERS to PUSHED_AT for more recent repos - This ensures all languages are properly counted and displayed
Configuration menu - View commit details
-
Copy full SHA for 6f26979 - Browse repository at this point
Copy the full SHA 6f26979View commit details -
Add LINKEDIN_URL to GitHub Actions workflow
- Add LINKEDIN_URL environment variable to build step - This enables LinkedIn button to appear in deployed version
Configuration menu - View commit details
-
Copy full SHA for 27c3787 - Browse repository at this point
Copy the full SHA 27c3787View commit details -
Enhance profile tags with more variety and categories
- Add more granular tags based on stars, repos, followers, and activity - Add streak-based tags (Year Streak, Long Streak, On Fire) - Add experience-based tags (Legend, Veteran, Experienced) - Add open source contribution tags - Add special combination tags (Elite Developer) - Expand language categories (Web, Game Dev, Security, Cloud) - Increase max tags from 4 to 5 - Remove emoji for professional appearance
Configuration menu - View commit details
-
Copy full SHA for cb68fd7 - Browse repository at this point
Copy the full SHA cb68fd7View commit details -
Improve code quality and add Telegram integration support
- Add Telegram button component for contact profiles - Enhance ESLint configuration with stricter rules and test file support - Refactor Sidebar component with improved structure and readability - Add resume-related components (WorkExperience, Education, Skills, Awards, Publications, Volunteer, Projects) - Add resume server utilities and type definitions - Improve ProfileHeader with better layout and Telegram button integration - Optimize TechStack component by removing unused code - Enhance GitHub data fetching with better error handling - Update environment variables documentation in .env.example - Add integration tests for TemplateGitHub component - Improve UI components consistency (Button, Toast, LinkedInButton, Dropdown) - Refactor GitHub type definitions for better type safety - Update multiple portfolio components for better accessibility
Configuration menu - View commit details
-
Copy full SHA for 4064b84 - Browse repository at this point
Copy the full SHA 4064b84View commit details -
Add JSONRESUME_URL to GitHub Actions workflow
- Add JSONRESUME_URL environment variable to build step - Enable JSON Resume integration in deployed version
Configuration menu - View commit details
-
Copy full SHA for ef58412 - Browse repository at this point
Copy the full SHA ef58412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619ea78 - Browse repository at this point
Copy the full SHA 619ea78View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e0d6f - Browse repository at this point
Copy the full SHA f3e0d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4cc0b - Browse repository at this point
Copy the full SHA ef4cc0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 974b151 - Browse repository at this point
Copy the full SHA 974b151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c1ce9 - Browse repository at this point
Copy the full SHA 18c1ce9View commit details -
refactor: complete FSD restructure and project cleanup
- Restructured project according to Feature-Sliced Design methodology - Moved all components to appropriate FSD layers (shared, entities, features, widgets, pages, app) - Updated .gitignore with comprehensive rules from gitignore.io - Configured path aliases for FSD layers in svelte.config.js - Fixed duplicate keys in Svelte each blocks (ContributionGraph, ProjectItem, VolunteerItem, Awards, Projects, Publications, Volunteer) - Updated .prettierrc with correct path to layout.css - Moved types from src/lib/types to src/shared/types - Moved fetchProfileData from src/lib/build to src/shared/api - Cleaned up old directory structure - All tests passing: npm run check, npm run lint, npm run build
Configuration menu - View commit details
-
Copy full SHA for 80ce8ad - Browse repository at this point
Copy the full SHA 80ce8adView commit details
Commits on Jan 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 741f26f - Browse repository at this point
Copy the full SHA 741f26fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main