Files
nimbus/resources/js/components/domain
Mazen Touati e1b844cee0 feat(history): add history viewer and rewind (#38)
* feat(ui): add `input group` base component

* feat(history): add history viewer and rewind

* test: update selector snapshot

* test: add PW base page

* style: apply TS style fixes

* chore(history): request history wiki

* chore(history): remove unwanted symbol

* chore: fix type

* style: apply TS style fixes
2026-01-17 20:50:00 +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

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.