Skip to content

Refactor/notification - #251

Draft
mirumodapon wants to merge 1 commit into
mainfrom
refactor/notification
Draft

Refactor/notification#251
mirumodapon wants to merge 1 commit into
mainfrom
refactor/notification

Conversation

@mirumodapon

Copy link
Copy Markdown
Collaborator

(generated by ai)

Summary

  • Replace four separate callout components (Tip, Info, Warning, Danger) with a single Notification component that accepts a type prop (tip | info | warning | danger) to control colors
  • Update all MDC usages in Markdown content from ::tip{...} / ::info{...} / etc. to ::notification{type="..." ...}

Changes

app/components/content/Notification.vue New unified component; variant colors driven by type prop
app/components/content/{Tip,Info,Warning,Danger}.vue Deleted
content/**/*.md (12 files) MDC syntax updated to ::notification{type="..."}

@rileychh-dokploy-coscup

rileychh-dokploy-coscup Bot commented Jul 9, 2026

Copy link
Copy Markdown

Dokploy Preview Deployment

Name Status Preview Updated (UTC)
Nuxt ✅ Done Preview URL 2026-07-09T20:59:19.860Z

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2dccf96b-6fde-4791-b1ab-6601c829f2c4

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/notification

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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