Files
nimbus/resources/js/pages
Mazen Touati 7b0af6feff fix(relay): properly process plain text payload (#39)
* fix(relay): properly process plain text payload

non-json text payload is passed as is.

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

Pages

This folder contains the top-level route views of the application.

Each file in this folder typically corresponds to a route in the app and composes domain, layout, and functional components into full screens.

Guidelines

  • Keep business logic and API access in composables or domain components.
  • Use components from components/ to build screens.
  • Avoid placing reusable components here.