Files
nimbus/resources/js/components/domain
Mazen Touati 8780a79557 feat: persist UI state (#32)
* feat: persist UI state

* test: fix var declaration

* test: increate e2e timeout

sometimes there might be a network latency to load CDN assets like the fonts. Let's give the tests a maximum of 1 minute to fully run.
2026-01-11 01:32:57 +01:00
..
2026-01-11 01:32:57 +01:00
2025-10-23 00:16:28 +02:00
2025-10-23 00:16:28 +02:00
2025-10-23 00:16:28 +02:00
2025-10-23 00:16:28 +02:00
2025-10-23 00:16:28 +02:00
2025-10-23 00:16:28 +02:00

Domain Components

This directory contains feature-specific components that handle the core business logic of the API client application.

These components are organized by domain and represent distinct functional areas within the app — from building API requests to viewing responses, managing environments, and more.

Purpose

These components are tied to real-world usage scenarios of the app. They often use or compose:

  • Base UI components (components/base/)
  • Logic from composables (composables/ or functional/)
  • External libraries (e.g. for syntax highlighting)

Domain components = "What the app does" in specific contexts.