Skip to content

Step page: Filament section + fi-prose for text-only steps and markdown#92

Merged
scottgrayson merged 1 commit into
4.xfrom
text-only-step-style
Feb 6, 2026
Merged

Step page: Filament section + fi-prose for text-only steps and markdown#92
scottgrayson merged 1 commit into
4.xfrom
text-only-step-style

Conversation

@scottgrayson
Copy link
Copy Markdown
Contributor

@scottgrayson scottgrayson commented Feb 6, 2026

Summary

  • Wraps step text content (text-only and steps with material) in <x-filament::section> for consistent panel styling.
  • Uses Filament’s fi-prose class so markdown output (headings, bold, lists, links, etc.) is styled correctly on the frontend.
  • Fixes issue where headers and other markdown appeared as plain text when custom typography CSS was removed.

Changes

  • resources/views/pages/step.blade.php: Use x-filament::section and fi-prose instead of custom wrapper divs and typography classes. Keeps Str::markdown() for conversion.

No CSS or asset changes in this PR (step typography was removed in favor of fi-prose).

Made with Cursor


Note

Low Risk
View-only styling refactor (Blade markup/CSS removal) with no changes to data handling or backend logic; risk is limited to potential layout/typography regressions.

Overview
Updates the step page to render step->text inside x-filament::section and wrap the markdown output in Filament’s fi-prose typography styles, with a centered/narrower section for text-only steps.

Removes the inline custom .markdown-content CSS block, relying on Filament styling for consistent markdown rendering across steps.

Written by Cursor Bugbot for commit 667a431. This will update automatically on new commits. Configure here.

…markdown rendering

- Wrap text-only and material step content in x-filament::section for consistent panel styling
- Use fi-prose class so markdown output (headings, bold, lists) is styled by Filament
- Fixes frontend markdown/headers rendering as plain text when custom typography CSS was removed

Co-authored-by: Cursor <cursoragent@cursor.com>
@scottgrayson scottgrayson merged commit dcb7d58 into 4.x Feb 6, 2026
8 checks passed
@scottgrayson scottgrayson deleted the text-only-step-style branch February 6, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant