solid-adventure / trivial-ui

Example UI for trivial-core
Other
2 stars 0 forks source link

refactor: functions, variable, rule, data sample displays into manifest #192

Closed vgkids closed 3 hours ago

vgkids commented 4 hours ago

Problem Description

Currently, the display configurations for functions, variables, rules, and data samples are written directly into the contract view. This makes it difficult to navigate the file due to its size, and impossible to re-use the render logic to preview new suggestions.

Proposed Solution

This will prepare us for a future feature where users can preview AI response before accepting them, as well as add manifest parts manually using the same render.

vgkids commented 3 hours ago

Done and merged to spike/ai-rules