summaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-07-08 01:06:09 -0400
committerOwen Jacobson <owen@grimoire.ca>2025-07-08 01:06:09 -0400
commit7b2d114b2444dc4bc66df22675d6dc02b7a8a238 (patch)
treedcc2e267cbccb83146e58769aef9a85a0f092592 /svelte.config.js
parentc35be3ae29e77983f013c01260dda20208175f2b (diff)
Move container divs for components into those components.
The styles for the `MessageInput` and `CreateConversationForm` components assume that the container div will be present, and the components will not render as intended without them. Therefore: they are "part of" the component in most of the ways that matter, not part of the context in which the component is used. Moving the divs into the component will make it easier to reuse these components (for example, in swatches). The diff for this looks worse than it is because of indentation changes.
Diffstat (limited to 'svelte.config.js')
0 files changed, 0 insertions, 0 deletions