Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cookbook/inertia-modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ For Tailwind CSS v4, add the modal styles to your CSS:

```css
/* app/entrypoints/frontend/application.css */
@source "../../../node_modules/@inertiaui/modal-vue";
@source '../../../node_modules/@inertiaui/modal-vue';
```

For Tailwind CSS v3, update your `tailwind.config.js`:
Expand All @@ -125,7 +125,7 @@ For Tailwind CSS v4, add the modal styles to your CSS:

```css
/* app/entrypoints/frontend/application.css */
@source "../../../node_modules/@inertiaui/modal-react";
@source '../../../node_modules/@inertiaui/modal-react';
```

For Tailwind CSS v3, update your `tailwind.config.js`:
Expand Down
3 changes: 2 additions & 1 deletion docs/guide/merging-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ class ChatController < ApplicationController
end
```

> [!NOTE] > `InertiaRails.deep_merge` was introduced before `InertiaRails.merge` had support for prepending and targeting nested paths. In most cases, `InertiaRails.merge` with its append and prepend parameters should be sufficient.
> [!NOTE]
> `InertiaRails.deep_merge` was introduced before `InertiaRails.merge` had support for prepending and targeting nested paths. In most cases, `InertiaRails.merge` with its append and prepend parameters should be sufficient.

## Client side visits

Expand Down
147 changes: 91 additions & 56 deletions docs/guide/the-protocol.md

Large diffs are not rendered by default.

Loading