1. Inline Alert

Used for persistent, context-specific feedback that requires the user's attention before proceeding. Unlike toasts, these stay on the screen until the underlying issue is resolved.

Example: Product Selection Validation

Vennligst velg minst 1 produkt!

Best used for: Inline form validation errors, critical context-specific warnings.

2. Global Toasts (Notifications)

Used for transient, non-blocking feedback. These disappear after a few seconds and are usually used for confirming actions (e.g., "Item added to cart", "Settings saved", "Validation").

Best used for: Action confirmations, general system alerts, low-priority messaging.


System Palette (Filtoria)

Core colors defined in FiltoriaTheme.ts

Primary Main
Primary Dark
Secondary Dark
Grey Darkest
Grey Dark
Alert Main
Alert Background