You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement badge theming support across the application (#28)
* feat: Implement badge theming support across the application
- 🎨 Added BadgeThemeContext for managing badge themes globally.
- 🖌️ Introduced customizable badge styles and color schemes based on shield.io standards.
- 🔧 Updated MCP, Packages, and Settings components to utilize the new badge theming.
- 📦 Enhanced badge generation functions to accept theme parameters for consistent styling.
- 🖼️ Improved badge previews in the Settings page to reflect selected themes.
* feat: Enhance badge theme settings and styling
- 🎨 Updated badge theme settings to use dropdowns for style and color scheme selection
- 🖌️ Improved layout with grid adjustments for better responsiveness
- 🔍 Added live preview for badge customization options
* feat: Add badge theming support across profile and repository components
- 🎨 Integrate `useBadgeTheme` in Profile and Repository components
- 🛠️ Update badge generation functions to accept theme parameters
- 📄 Enhance badge styles for various platforms based on theme settings
* feat: Update badge styles for consistency
- 🎨 Change badge URLs to use 'flat-square' style for better aesthetics in extension badges
- 🔧 Modify profile badge test to use 'social' style for YouTube subscribers badge
- ✅ Ensure repository badge test includes 'flat-square' style for stars badge
badges.push(`[](${vscodeUrl})`);
badges.push(`[](${vscodeInsidersUrl})`);
badges.push(`[](${vsUrl})`);
0 commit comments