Error page should inherit Nuxt UI styles when available
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.1k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 57
Description
Describe the feature
I have installed Nuxt UI and set the background color to neutral, but the error page still uses slate.
I've simply duplicated the error component and adjusted the background color, but I assume this would be a relatively quick feature to implement. If Nuxt UI is installed, it could check whether a background color is configured in app.config.ts and use that value automatically.
Additional information
- Would you be willing to help implement this feature?
- Could this feature be implemented as a module?
Final checks
- Read the contribution guide.
- Check existing discussions and issues.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the error component and reading app.config.ts handling; confirm where the current slate background is selected and how Nuxt UI configuration is exposed. Done when an installed Nuxt UI setup can use its configured background color on the error page while the existing behavior remains unchanged otherwise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, tailwindcss, typescript
- Domain
- design, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100