Feature/angular blog#41
Open
codercatdev wants to merge 5 commits into
Open
Conversation
- Added `bootstrap:seed` command to `package.json` for seeding content. - Updated README to clarify `pnpm bootstrap` functionality, including CORS origin setup for blog preview. - Replaced favicon with a PNG format and added an apple touch icon in `index.html`. - Improved error handling in draft mode API routes. - Introduced new styles for header layout in `styles.css`. - Enhanced draft mode handling in server and client code, including cookie management. - Updated Sanity queries to include logo in settings. - Refactored visual editing initialization to support Angular routing. This commit improves the overall setup and user experience for the Angular blog project.
- Updated the post component to display the author's avatar alongside their name in the byline. - Introduced new CSS styles for the byline and avatar to improve layout and appearance. - Modified the styles for images in articles to ensure proper rendering. - Updated seed images script to include an author avatar for better content representation. These changes improve the visual presentation of posts and enhance the overall user experience in the blog.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Updated the README to improve the formatting of the scripts table for better readability. - Refactored TypeScript imports in `home.component.ts` and `queries.ts` to use consistent formatting by removing unnecessary line breaks and ensuring uniform spacing. These changes enhance the clarity and maintainability of the codebase.
…ration. Simplified cookie flag functions and removed secure flag dependency. Added SANITY_STUDIO_PREVIEW_URL to .env.example and adjusted preview URL handling in sanity.config.ts.
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
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.
Add a new template for angular