Open Issues Need Help
View All on GitHubAI Summary: The task is to modify the Astro Breadcrumbs component to handle uppercase acronyms correctly. Currently, the `linkTextFormat="capitalized"` setting converts acronyms to lowercase, and the user wants to preserve the uppercase format for specific words (e.g., "FHIR") in the breadcrumbs. A solution needs to be found to either modify the existing `linkTextFormat` functionality or implement a custom solution to handle uppercase words selectively.
Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.
AI Summary: Investigate and fix a bug in the Astro Breadcrumbs component where intermediate breadcrumb items are hidden on iPad when the path contains long text. The solution should ensure the full breadcrumb trail is always visible regardless of screen size, potentially involving adjustments to the component's responsive design or truncation logic.
Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.