Commit Graph

5 Commits

Author SHA1 Message Date
9fd25138e4 Refactor commit fetching in development.astro to implement caching for improved performance
- Introduce a caching mechanism for Gitea commits to reduce API calls across language builds.
- Update the commit fetching logic to handle errors more gracefully and ensure consistent data retrieval.
2025-06-06 23:57:17 +02:00
5763c43389 Add prerender support to development.astro for improved performance 2025-06-06 23:42:15 +02:00
33dd9c9d8d Update translations and enhance development.astro with static path support
- Revise introductory text in translations for clarity and consistency across multiple languages.
- Add static paths for language support in development.astro to improve routing for internationalization.
2025-06-06 23:40:44 +02:00
aa37cb23cf Enhance ContributionCalendar and development.astro for dark mode support and improved commit display
- Refactor ContributionCalendar to support light and dark color schemes based on user preference.
- Implement dark mode detection using a MutationObserver to dynamically adjust styles.
- Update development.astro to include a new CollapsibleIntro component for better user experience.
- Improve commit display logic to format messages with bullet points and enhance layout for clarity.
2025-06-06 23:36:00 +02:00
bbbcb96905 Refactor development page and enhance translations for improved clarity
- Consolidate the "Web Development" link in the navigation for better structure.
- Add an introductory text to the development section in translations for clearer context.
- Update various translation entries for consistency and clarity across multiple languages.
- Remove the development.astro page as its functionality is now integrated elsewhere.
2025-06-06 23:21:01 +02:00