-
Notifications
You must be signed in to change notification settings - Fork 64
Change techstack to astro with huge design updates etc. #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tidusIO
wants to merge
25
commits into
master
Choose a base branch
from
astro
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added `@astrojs/check` to dependencies in both `package.json` and `package-lock.json`. - Removed the unused API route file `[slug].ts` from `src/pages/api/og/`.
- Updated `fix-lazy-images.js` to use a more concise parameter name in the class attribute replacement function. - Modified `transformFrontmatter` function in `migrate-content.js` to use a concise parameter name. - Changed script tags in various JSON-LD components to use `is:inline` for better performance. - Removed unused `toc` variable in `PostLayout.astro`. - Updated `team` page to handle optional job title and description properties. - Cleaned up iframe attributes in the team index page.
|
Visit the preview URL for this PR (updated for commit 136e79a): https://angular-de--pr129-astro-3th86cxm.web.app (expires Thu, 25 Dec 2025 14:52:33 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a506fbba8f83aa96db771a29aa972bed07609e7f |
- Added error handling for Google Translate initialization. - Implemented a mechanism to trigger translation to English if needed after initialization. - Refactored `loadGoogleTranslate` to return a promise for better handling of script loading. - Updated `switchLanguage` function to handle language switching more efficiently, including cookie clearing for resetting to German. - Improved user feedback for testing Google Translate on localhost.
…vigation component. Implemented dropdown for language selection and updated scripts for handling language translation to English. Removed previous Google Translate styles and initialization code.
Contributor
|
Wie machen wir hiermit weiter? :-) |
Member
Author
|
Wird erstmal für vuejs.de kommen. Und danach potentiell angular.de :) |
- Added a new `BRANDING.md` file detailing color management for different portals. - Updated color references in various components to align with the new branding scheme. - Changed the Discord invite link in `site.ts` to the new URL. - Refactored color classes in styles and components to use the new primary and accent color scales. - Adjusted the `fetch-gravatars.js` script for improved readability and consistency in string formatting.
…y CTA button on Angular training page - Added a new community link for AI-Automation-Engineers.de in site configuration. - Updated the Angular training page with a sticky call-to-action button that appears on scroll, linking to the "Alle Schulungen" section.
…h new branding scheme
- Updated heading classes in various components to remove 'font-bold' for a more uniform appearance. - Enhanced the layout of the Newsletter, Related Posts, and other pages by standardizing heading styles. - Improved readability and visual consistency throughout the site.
- Replaced button elements with styled anchor tags for a uniform appearance. - Enhanced the visual design of call-to-action buttons in various tutorials to align with the new branding scheme. - Improved user experience by ensuring consistent button styling throughout the site.
…cebook share image
…nnect links for faster loading
- Added a copy button to code blocks for easier copying of code snippets. - Implemented a language label for code blocks, displayed in the top right corner. - Updated styles for code blocks to improve visibility and user interaction.
- Integrated astro-pagefind for improved search capabilities across the site. - Updated the search page to utilize the new Pagefind component, enhancing user experience with a more interactive search interface. - Added structured data for the website to support Google Sitelinks Search Box. - Refactored navigation to include a search link and removed legacy search form elements.
- Commented out unused topic import in Newsletter component. - Updated ProductJsonLd to use TypeScript for review mapping. - Added TypeScript definitions for course data, including Review and AggregateRating interfaces. - Modified script tags in index pages for inline execution. - Added category check in articles index to prevent errors. - Updated review mapping in Angular training pages for TypeScript compatibility. - Cleaned up unused imports in remark-workshop-hint plugin.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.